Wireshark 4.7.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
26{
27 Q_OBJECT
28
29public:
34 explicit SupportedProtocolsDialog(QWidget *parent = 0);
35
40
41private:
42 Ui::SupportedProtocolsDialog *ui;
44 SupportedProtocolsModel *supported_protocols_model_;
45 SupportedProtocolsProxyModel *proxyModel_;
46 QTimer *searchLineEditTimer;
47 QString searchLineEditText;
53 void updateStatistics();
54
55private slots:
60 void fillTree();
61
69 void updateSearchLineEdit();
70
75 void on_searchLineEdit_textChanged(const QString &search_re);
76};
77
78#endif // SUPPORTED_PROTOCOLS_DIALOG_H
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Dialog that displays all registered Wireshark protocols and their fields in a searchable,...
Definition supported_protocols_dialog.h:26
~SupportedProtocolsDialog()
Destroys the dialog and releases all associated resources.
Definition supported_protocols_dialog.cpp:56
Tree model that exposes all registered Wireshark protocols and their fields, organised as a parent–ch...
Definition supported_protocols_model.h:92
Sort/filter proxy model for SupportedProtocolsModel that performs case-insensitive substring filterin...
Definition supported_protocols_model.h:191