|
enum | EnabledProtocolsColumn { colProtocol = 0,
colDescription,
colLast
} |
|
|
| EnabledProtocolsModel (QObject *parent=Q_NULLPTR) |
|
QModelIndex | index (int row, int column, const QModelIndex &=QModelIndex()) const |
|
QModelIndex | parent (const QModelIndex &) const |
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
|
QVariant | data (const QModelIndex &index, int role) const |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
void | populate () |
|
void | invertEnabled () |
|
void | enableAll () |
|
void | disableAll () |
|
void | applyChanges (bool writeChanges=true) |
|
|
static void | disableProtocol (struct _protocol *protocol) |
|
|
static void | saveChanges (bool writeChanges=true) |
|
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/models/enabled_protocols_model.h
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/models/enabled_protocols_model.cpp