|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Abstract base class for creating Wireshark preference objects. More...
#include <preference_manager.h>
Public Member Functions | |
| virtual | ~PreferenceFactory () |
| Destroys the PreferenceFactory. | |
| virtual WiresharkPreference * | create (QObject *parent=Q_NULLPTR)=0 |
| Creates a new WiresharkPreference object. | |
Abstract base class for creating Wireshark preference objects.
|
pure virtual |
Creates a new WiresharkPreference object.
| parent | The parent QObject, defaults to Q_NULLPTR. |