Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Member Functions | |
ProtoTreeModel (QObject *parent=0) | |
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
QModelIndex | index (int row, int, const QModelIndex &parent=QModelIndex()) const |
virtual QModelIndex | parent (const QModelIndex &index) const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
virtual int | columnCount (const QModelIndex &) const |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
void | setRootNode (proto_node *root_node) |
ProtoNode * | protoNodeFromIndex (const QModelIndex &index) const |
QModelIndex | indexFromProtoNode (ProtoNode *index_node) const |
QModelIndex | findFirstHfid (int hf_id) |
QModelIndex | findFieldInformation (FieldInformation *finfo) |