Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
supported_protocols_dialog.h
Go to the documentation of this file.
1
10
#ifndef SUPPORTED_PROTOCOLS_DIALOG_H
11
#define SUPPORTED_PROTOCOLS_DIALOG_H
12
13
#include "
geometry_state_dialog.h
"
14
#include <
ui/qt/models/supported_protocols_model.h
>
15
16
namespace
Ui {
17
class
SupportedProtocolsDialog
;
18
}
19
20
class
SupportedProtocolsDialog
:
public
GeometryStateDialog
21
{
22
Q_OBJECT
23
24
public
:
25
explicit
SupportedProtocolsDialog
(QWidget *parent = 0);
26
~SupportedProtocolsDialog
();
27
28
private
:
29
Ui::SupportedProtocolsDialog *ui;
30
31
SupportedProtocolsModel
* supported_protocols_model_;
32
SupportedProtocolsProxyModel
* proxyModel_;
33
QTimer *searchLineEditTimer;
34
QString searchLineEditText;
35
36
void
updateStatistics();
37
38
private
slots:
39
void
fillTree();
40
47
void
updateSearchLineEdit();
48
void
on_searchLineEdit_textChanged(
const
QString &search_re);
49
};
50
51
#endif
// SUPPORTED_PROTOCOLS_DIALOG_H
GeometryStateDialog
Definition
geometry_state_dialog.h:17
SupportedProtocolsDialog
Definition
supported_protocols_dialog.h:21
SupportedProtocolsModel
Definition
supported_protocols_model.h:43
SupportedProtocolsProxyModel
Definition
supported_protocols_model.h:79
geometry_state_dialog.h
supported_protocols_model.h
Generated by
1.9.8