10#ifndef EXPERT_INFO_DIALOG_H
11#define EXPERT_INFO_DIALOG_H
24class ExpertInfoDialog;
70 Ui::ExpertInfoDialog *ui;
82 QString display_filter_;
105 void on_actionShowError_toggled(
bool checked);
111 void on_actionShowWarning_toggled(
bool checked);
117 void on_actionShowNote_toggled(
bool checked);
123 void on_actionShowChat_toggled(
bool checked);
129 void on_actionShowComment_toggled(
bool checked);
135 void showExpertInfoMenu(QPoint pos);
140 void filterActionTriggered();
155 void limitCheckBoxToggled(
bool);
160 void on_groupBySummaryCheckBox_toggled(
bool);
166 void on_searchLineEdit_textChanged(
const QString &search_re);
171 void on_buttonBox_helpRequested();
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Represents an event occurring during a capture or file operation.
Definition capture_event.h:24
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
void clearAllData()
Clears all currently displayed expert information data.
Definition expert_info_dialog.cpp:125
ExpertInfoTreeView * getExpertInfoView()
Retrieves the tree view widget used to display expert information.
Definition expert_info_dialog.cpp:130
void filterAction(QString filter, FilterAction::Action action, FilterAction::ActionType type)
Signal emitted to trigger a display filter action.
~ExpertInfoDialog()
Destroys the ExpertInfoDialog.
Definition expert_info_dialog.cpp:118
ExpertInfoDialog(QWidget &parent, CaptureFile &capture_file, QString displayFilter)
Constructs a new ExpertInfoDialog.
Definition expert_info_dialog.cpp:37
A model managing the expert information tree data.
Definition expert_info_model.h:188
A proxy model used for sorting and filtering expert information data.
Definition expert_info_proxy_model.h:25
A custom tree view for displaying expert information.
Definition expert_info_view.h:22
Action
Defines an action to be taken with a filter.
Definition filter_action.h:30
ActionType
Defines how the new filter should be combined with the existing one.
Definition filter_action.h:43
virtual void updateWidgets()
Updates the state and contents of the dialog's widgets.
Definition wireshark_dialog.cpp:92
WiresharkDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new WiresharkDialog object.
Definition wireshark_dialog.cpp:30