10 #ifndef PROTOCOL_HIERARCHY_DIALOG_H 11 #define PROTOCOL_HIERARCHY_DIALOG_H 15 #include "filter_action.h" 16 #include <ui/qt/models/percent_bar_delegate.h> 17 #include "wireshark_dialog.h" 20 class QTreeWidgetItem;
35 void filterAction(QString filter, FilterAction::Action action, FilterAction::ActionType type);
38 void showProtoHierMenu(QPoint pos);
39 void filterActionTriggered();
40 void on_actionCopyAsCsv_triggered();
41 void on_actionCopyAsYaml_triggered();
42 void on_buttonBox_helpRequested();
46 QPushButton *copy_button_;
49 QString display_filter_;
52 static void addTreeNode(GNode *node, gpointer data);
54 QList<QVariant> protoHierRowData(QTreeWidgetItem *item)
const;
57 #endif // PROTOCOL_HIERARCHY_DIALOG_H Definition: ui_about_dialog.h:291
Definition: percent_bar_delegate.h:36
Definition: protocol_hierarchy_dialog.h:26
Definition: ui_protocol_hierarchy_dialog.h:102
Definition: wireshark_dialog.h:32
Definition: capture_file.h:22