|
enum | AdvancedPrefsModelColumn {
colName = 0
, colStatus
, colType
, colValue
,
colLast
} |
|
|
| AdvancedPrefsModel (QObject *parent=Q_NULLPTR) |
|
virtual bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const |
|
void | setFilter (const QString &filter) |
|
void | setShowChangedValues (bool show_changed_values) |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
|
QVariant | data (const QModelIndex &index, int role) const |
|
Qt::ItemFlags | flags (const QModelIndex &index) const |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
void | setFirstColumnSpanned (QTreeView *tree, const QModelIndex &index=QModelIndex()) |
|
|
bool | filterAcceptItem (PrefsItem &item) const |
|
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