|
| PrefsItem (module_t *module, pref_t *pref, PrefsItem *parent) |
|
| PrefsItem (const QString name, PrefsItem *parent) |
|
| PrefsItem (PrefsModel::PrefsModelType type, PrefsItem *parent) |
|
QString | getName () const |
|
pref_t * | getPref () const |
|
int | getPrefType () const |
|
bool | isPrefDefault () const |
|
QString | getPrefTypeName () const |
|
module_t * | getModule () const |
|
QString | getModuleName () const |
|
QString | getModuleTitle () const |
|
QString | getModuleHelp () const |
|
void | setChanged (bool changed=true) |
|
| ModelHelperTreeItem (PrefsItem *parent) |
|
void | appendChild (PrefsItem *child) |
|
void | prependChild (PrefsItem *child) |
|
void | insertChild (int row, PrefsItem *child) |
|
void | removeChild (int row) |
|
PrefsItem * | child (int row) |
|
int | childCount () const |
|
int | row () |
|
PrefsItem * | parentItem () |
|
|
PrefsItem * | parent_ |
|
QList< QVariant > | childItems_ |
|
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