A custom tree view for displaying expert information.
More...
#include <expert_info_view.h>
|
| void | goToPacket (int packet_num, int hf_id) |
| | Signal emitted to navigate to a specific packet.
|
| |
|
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
| | Handles the event when the current item selection changes.
|
| |
A custom tree view for displaying expert information.
◆ ExpertInfoTreeView()
| ExpertInfoTreeView::ExpertInfoTreeView |
( |
QWidget * |
parent = 0 | ) |
|
◆ currentChanged
| void ExpertInfoTreeView::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
protectedslot |
Handles the event when the current item selection changes.
- Parameters
-
| current | The newly selected model index. |
| previous | The previously selected model index. |
◆ goToPacket
| void ExpertInfoTreeView::goToPacket |
( |
int |
packet_num, |
|
|
int |
hf_id |
|
) |
| |
|
signal |
Signal emitted to navigate to a specific packet.
- Parameters
-
| packet_num | The target packet number. |
| hf_id | The associated header field ID. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/widgets/expert_info_view.h
- /builds/wireshark/wireshark/ui/qt/widgets/expert_info_view.cpp