UI frame for editing User Accessible Tables (UAT).
More...
#include <uat_frame.h>
|
| | UatFrame (QWidget *parent=NULL) |
| | Constructs a new UatFrame object.
|
| |
|
| ~UatFrame () |
| | Destroys the UatFrame object.
|
| |
| void | setUat (struct epan_uat *uat) |
| | Sets the UAT structure to be edited.
|
| |
|
void | acceptChanges () |
| | Accepts and applies the pending changes.
|
| |
|
void | rejectChanges () |
| | Rejects and discards the pending changes.
|
| |
|
|
void | showEvent (QShowEvent *) |
| | Handles the show event for the frame.
|
| |
UI frame for editing User Accessible Tables (UAT).
◆ UatFrame()
| UatFrame::UatFrame |
( |
QWidget * |
parent = NULL | ) |
|
|
explicit |
Constructs a new UatFrame object.
- Parameters
-
◆ setUat()
| void UatFrame::setUat |
( |
struct epan_uat * |
uat | ) |
|
Sets the UAT structure to be edited.
- Parameters
-
| uat | Pointer to the UAT structure. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/uat_frame.h
- /builds/wireshark/wireshark/ui/qt/uat_frame.cpp