Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Member Functions | |
SupportedProtocolsItem (protocol_t *proto, const char *name, const char *filter, ftenum_t ftype, const char *descr, SupportedProtocolsItem *parent) | |
protocol_t * | protocol () const |
QString | name () const |
ftenum_t | type () const |
QString | filter () const |
QString | description () const |
Public Member Functions inherited from ModelHelperTreeItem< SupportedProtocolsItem > | |
ModelHelperTreeItem (SupportedProtocolsItem *parent) | |
void | appendChild (SupportedProtocolsItem *child) |
void | prependChild (SupportedProtocolsItem *child) |
void | insertChild (int row, SupportedProtocolsItem *child) |
void | removeChild (int row) |
SupportedProtocolsItem * | child (int row) |
int | childCount () const |
int | row () |
SupportedProtocolsItem * | parentItem () |
Additional Inherited Members | |
Protected Attributes inherited from ModelHelperTreeItem< SupportedProtocolsItem > | |
SupportedProtocolsItem * | parent_ |
QList< QVariant > | childItems_ |