|
enum | ExpertColumn {
colSeverity = 0,
colSummary,
colGroup,
colProtocol,
colCount,
colPacket,
colHf,
colLast
} |
|
enum | ExpertSeverity {
severityError = PI_ERROR,
severityWarn = PI_WARN,
severityNote = PI_NOTE,
severityChat = PI_CHAT,
severityComment = PI_COMMENT
} |
|
|
| ExpertInfoModel (CaptureFile &capture_file, QObject *parent=0) |
|
QModelIndex | index (int row, int column, const QModelIndex &=QModelIndex()) const |
|
QModelIndex | parent (const QModelIndex &) const |
|
QVariant | data (const QModelIndex &index, int role) const |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
int | numEvents (enum ExpertSeverity severity) |
|
void | clear () |
|
void | setGroupBySummary (bool group_by_summary) |
|
void | addExpertInfo (struct expert_info_s &expert_info) |
|
|
static void | tapReset (void *eid_ptr) |
|
static gboolean | tapPacket (void *eid_ptr, struct _packet_info *pinfo, struct epan_dissect *, const void *data) |
|
static void | tapDraw (void *eid_ptr) |
|
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/models/expert_info_model.h
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/models/expert_info_model.cpp