|
enum | PrefsModelType {
Advanced = Qt::UserRole
, Appearance
, Layout
, Columns
,
FontAndColors
, Capture
, Expert
, FilterButtons
,
RSAKeys
} |
|
enum | PrefsModelColumn {
colName = 0
, colStatus
, colType
, colValue
,
colLast
} |
|
|
| PrefsModel (QObject *parent=Q_NULLPTR) |
|
QModelIndex | index (int row, int column, const QModelIndex &=QModelIndex()) const |
|
QModelIndex | parent (const QModelIndex &) const |
|
QVariant | data (const QModelIndex &index, int role) const |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
|
static QString | typeToString (int type) |
|
static QString | typeToHelp (int type) |
|
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/models/pref_models.h
- /builds/wireshark/wireshark/ui/qt/models/pref_models.cpp