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

An action to trigger the export of a specific object type from a capture file. More...

#include <export_object_action.h>

Inheritance diagram for ExportObjectAction:

Public Slots

void captureFileEvent (CaptureEvent e)
 Handles capture file events to update the action's state.
 

Public Member Functions

 ExportObjectAction (QObject *parent, register_eo_t *eo=NULL)
 Constructs a new ExportObjectAction.
 
register_eo_texportObject ()
 Retrieves the associated export object type.
 

Detailed Description

An action to trigger the export of a specific object type from a capture file.

Constructor & Destructor Documentation

◆ ExportObjectAction()

ExportObjectAction::ExportObjectAction ( QObject *  parent,
register_eo_t eo = NULL 
)

Constructs a new ExportObjectAction.

Parameters
parentThe parent QObject.
eoPointer to the registered export object type (defaults to NULL).

Member Function Documentation

◆ captureFileEvent

void ExportObjectAction::captureFileEvent ( CaptureEvent  e)
slot

Handles capture file events to update the action's state.

Parameters
eThe capture file event to handle.

◆ exportObject()

register_eo_t * ExportObjectAction::exportObject ( )
inline

Retrieves the associated export object type.

Returns
Pointer to the registered export object.

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