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

Abstract base class for creating Wireshark preference objects. More...

#include <preference_manager.h>

Inheritance diagram for PreferenceFactory:

Public Member Functions

virtual ~PreferenceFactory ()
 Destroys the PreferenceFactory.
 
virtual WiresharkPreferencecreate (QObject *parent=Q_NULLPTR)=0
 Creates a new WiresharkPreference object.
 

Detailed Description

Abstract base class for creating Wireshark preference objects.

Member Function Documentation

◆ create()

virtual WiresharkPreference * PreferenceFactory::create ( QObject *  parent = Q_NULLPTR)
pure virtual

Creates a new WiresharkPreference object.

Parameters
parentThe parent QObject, defaults to Q_NULLPTR.
Returns
Pointer to the newly created WiresharkPreference.

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