Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
15
16namespace Ui {
18}
19
21{
22 Q_OBJECT
23
24public:
25 explicit SupportedProtocolsDialog(QWidget *parent = 0);
27
28private:
29 Ui::SupportedProtocolsDialog *ui;
30
31 SupportedProtocolsModel* supported_protocols_model_;
33 QTimer *searchLineEditTimer;
34 QString searchLineEditText;
35
36 void updateStatistics();
37
38private 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
Definition geometry_state_dialog.h:17
Definition supported_protocols_dialog.h:21
Definition supported_protocols_model.h:43
Definition supported_protocols_model.h:79