Dialog for viewing and editing User Accessible Tables (UATs).
More...
#include <uat_dialog.h>
|
| | UatDialog (QWidget *parent=0, struct epan_uat *uat=NULL) |
| | Constructs the UAT dialog.
|
| |
|
| ~UatDialog () |
| | Destroys the UAT dialog.
|
| |
| void | setUat (struct epan_uat *uat=NULL) |
| | Switches the dialog to display and edit a different UAT.
|
| |
| | 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.
|
| |
|
| 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 for viewing and editing User Accessible Tables (UATs).
◆ UatDialog()
| UatDialog::UatDialog |
( |
QWidget * |
parent = 0, |
|
|
struct epan_uat * |
uat = NULL |
|
) |
| |
|
explicit |
Constructs the UAT dialog.
- Parameters
-
| parent | Parent widget, or nullptr for a top-level window. |
| uat | The UAT to display and edit, or NULL to leave unset. |
◆ setUat()
| void UatDialog::setUat |
( |
struct epan_uat * |
uat = NULL | ) |
|
Switches the dialog to display and edit a different UAT.
- Parameters
-
| uat | The UAT to load, or NULL to clear the current table. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/uat_dialog.h
- /builds/wireshark/wireshark/ui/qt/uat_dialog.cpp