Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Member Functions | |
DissectorTablesItem (QString tableName, QString dissectorDescription, DissectorTablesItem *parent) | |
QString | tableName () const |
QString | dissectorDescription () 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 () |
DissectorTablesItem * | parentItem () |
Protected Attributes | |
QString | tableName_ |
QString | dissectorDescription_ |
Protected Attributes inherited from ModelHelperTreeItem< DissectorTablesItem > | |
DissectorTablesItem * | parent_ |
QList< QVariant > | childItems_ |