10#ifndef EXPERT_INFO_DIALOG_H
11#define EXPERT_INFO_DIALOG_H
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();
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
A dialog window displaying expert information from a capture file.
Definition expert_info_dialog.h:31
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
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
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition wireshark_dialog.h:38
Represents a capture file and its associated metadata.
Definition cfile.h:84