Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
dissector_tables_dialog.h
1 /* dissector_tables_dialog.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef DISSECTOR_TABLES_DIALOG_H
11 #define DISSECTOR_TABLES_DIALOG_H
12 
13 #include <ui/qt/geometry_state_dialog.h>
14 #include <ui/qt/models/dissector_tables_model.h>
15 
16 namespace Ui {
18 }
19 
21 {
22  Q_OBJECT
23 
24 public:
25  explicit DissectorTablesDialog(QWidget *parent = 0);
27 
28 private slots:
29  void on_txtSearchLine_textChanged(const QString &search_re);
30 
31 private:
33 
34  DissectorTablesProxyModel* proxyModel_;
35 };
36 
37 #endif // DISSECTOR_TABLES_DIALOG_H
38 
39 /*
40  * Editor modelines
41  *
42  * Local Variables:
43  * c-basic-offset: 4
44  * tab-width: 8
45  * indent-tabs-mode: nil
46  * End:
47  *
48  * ex: set shiftwidth=4 tabstop=8 expandtab:
49  * :indentSize=4:tabSize=8:noTabs=true:
50  */
Definition: geometry_state_dialog.h:15
Definition: ui_about_dialog.h:291
Definition: ui_dissector_tables_dialog.h:89
Definition: dissector_tables_dialog.h:20
Definition: dissector_tables_model.h:63