|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Dialog that displays all registered Wireshark protocols and their fields in a searchable, sortable tree, with debounced filtering and a summary of total protocol and field counts. More...
#include <supported_protocols_dialog.h>
Public Member Functions | |
| SupportedProtocolsDialog (QWidget *parent=0) | |
| Constructs the Supported Protocols dialog and begins populating the tree. | |
| ~SupportedProtocolsDialog () | |
| Destroys the dialog and releases all associated resources. | |
Public Member Functions inherited from GeometryStateDialog | |
| GeometryStateDialog (QWidget *parent, Qt::WindowFlags f=Qt::Window) | |
| Constructs a new GeometryStateDialog with the specified parent and window flags. | |
| ~GeometryStateDialog () | |
| Save the geometry and splitter state and then destroy the GeometryStateDialog. | |
| void | setWindowModality (Qt::WindowModality windowModality) |
| Sets the window modality for the dialog. On non-macOS platforms, this also sets the parent to ensure modal dialogs are always on top of their parent. | |
Additional Inherited Members | |
Protected Member Functions inherited from GeometryStateDialog | |
| void | loadGeometry (int width=0, int height=0, const QString &dialog_name=QString()) |
| Loads the geometry and splitter state for the dialog. | |
| void | loadSplitterState (QSplitter *splitter=nullptr) |
| Loads the state of a splitter for the dialog. | |
Dialog that displays all registered Wireshark protocols and their fields in a searchable, sortable tree, with debounced filtering and a summary of total protocol and field counts.
|
explicit |
Constructs the Supported Protocols dialog and begins populating the tree.
| parent | Optional parent widget. |