|
enum | EnabledProtocolsColumn { colProtocol = 0
, colDescription
, colLast
} |
|
enum | EnableProtocolData { DATA_ENABLE = Qt::UserRole
, DATA_PROTOCOL_TYPE
} |
|
|
| 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 | 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:
- /builds/wireshark/wireshark/ui/qt/models/enabled_protocols_model.h
- /builds/wireshark/wireshark/ui/qt/models/enabled_protocols_model.cpp