Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
UatFrame Class Reference

UI frame for editing User Accessible Tables (UAT). More...

#include <uat_frame.h>

Inheritance diagram for UatFrame:

Public Member Functions

 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.
 

Protected Member Functions

void showEvent (QShowEvent *)
 Handles the show event for the frame.
 

Detailed Description

UI frame for editing User Accessible Tables (UAT).

Constructor & Destructor Documentation

◆ UatFrame()

UatFrame::UatFrame ( QWidget *  parent = NULL)
explicit

Constructs a new UatFrame object.

Parameters
parentThe parent widget.

Member Function Documentation

◆ setUat()

void UatFrame::setUat ( struct epan_uat uat)

Sets the UAT structure to be edited.

Parameters
uatPointer to the UAT structure.

The documentation for this class was generated from the following files: