|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Member Functions | |
| DissectorTablesItem (QString tableName, QString shortName, DissectorTablesItem *parent) | |
| QString | tableName () const |
| QString | shortName () const |
| virtual bool | lessThan (DissectorTablesItem &right) const |
Public Member Functions inherited from ModelHelperTreeItem< DissectorTablesItem > | |
| ModelHelperTreeItem (DissectorTablesItem *parent) | |
| void | appendChild (DissectorTablesItem *child) |
| void | prependChild (DissectorTablesItem *child) |
| void | insertChild (int row, DissectorTablesItem *child) |
| void | removeChild (int row) |
| DissectorTablesItem * | child (int row) |
| int | childCount () const |
| int | row () const |
| DissectorTablesItem * | parentItem () |
Protected Attributes | |
| QString | tableName_ |
| QString | shortName_ |
Protected Attributes inherited from ModelHelperTreeItem< DissectorTablesItem > | |
| DissectorTablesItem * | parent_ |
| QList< QVariant > | childItems_ |
1.8.11