Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Types | Public Member Functions | Static Public Attributes | List of all members
PrefsModel Class Reference
Inheritance diagram for PrefsModel:

Public Types

enum  PrefsModelColumn {
  colName = 0, colStatus, colType, colValue,
  colLast
}
 

Public Member Functions

 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 Public Attributes

static const char * ADVANCED_PREFERENCE_TREE_NAME = QT_TR_NOOP("Advanced")
 
static const char * APPEARANCE_PREFERENCE_TREE_NAME = QT_TR_NOOP("Appearance")
 
static const char * LAYOUT_PREFERENCE_TREE_NAME = QT_TR_NOOP("Layout")
 
static const char * COLUMNS_PREFERENCE_TREE_NAME = QT_TR_NOOP("Columns")
 
static const char * FONT_AND_COLORS_PREFERENCE_TREE_NAME = QT_TR_NOOP("Font and Colors")
 
static const char * CAPTURE_PREFERENCE_TREE_NAME = QT_TR_NOOP("Capture")
 
static const char * EXPERT_PREFERENCE_TREE_NAME = QT_TR_NOOP("Expert")
 
static const char * FILTER_BUTTONS_PREFERENCE_TREE_NAME = QT_TR_NOOP("Filter Buttons")
 

The documentation for this class was generated from the following files: