Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
dissector_tables_dialog.h
Go to the documentation of this file.
1
9
10#ifndef DISSECTOR_TABLES_DIALOG_H
11#define DISSECTOR_TABLES_DIALOG_H
12
15
16namespace Ui {
17class DissectorTablesDialog;
18}
19
24{
25 Q_OBJECT
26
27public:
32 explicit DissectorTablesDialog(QWidget *parent = 0);
33
38
39private slots:
44 void on_txtSearchLine_textChanged(const QString &search_re);
45
46 void on_cmbSearchType_currentIndexChanged(int);
47
48private:
49 void searchFilterChange();
50
52 Ui::DissectorTablesDialog *ui;
53
55 DissectorTablesProxyModel* proxyModel_;
56};
57
58#endif // DISSECTOR_TABLES_DIALOG_H
DissectorTablesDialog(QWidget *parent=0)
Constructs a new DissectorTablesDialog.
Definition dissector_tables_dialog.cpp:17
~DissectorTablesDialog()
Destroys the DissectorTablesDialog.
Definition dissector_tables_dialog.cpp:48
A proxy model that filters and sorts the DissectorTablesModel.
Definition dissector_tables_model.h:146
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91