Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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: