Wireshark  4.3.0
The Wireshark network protocol analyzer
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"
15 
16 namespace Ui {
18 }
19 
21 {
22  Q_OBJECT
23 
24 public:
25  explicit SupportedProtocolsDialog(QWidget *parent = 0);
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
Definition: geometry_state_dialog.h:17
Definition: supported_protocols_dialog.h:21
Definition: supported_protocols_model.h:43
Definition: supported_protocols_model.h:79