Marble::DialogConfigurationInterface
Marble::DialogConfigurationInterface Class Referenceabstract
#include <DialogConfigurationInterface.h>
Public Member Functions | |
virtual QDialog * | configDialog ()=0 |
Detailed Description
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible within Marble's own configuration dialog.
- Note
- In order for your plugin to provide a configuration dialog, derive your plugin from this interface in addition to any other interfaces and classes.
-
Make sure to deploy the macro, which tells Marble that you actually implemented the interface.Q_INTERFACES
Definition at line 26 of file DialogConfigurationInterface.h.
Member Function Documentation
◆ configDialog()
|
pure virtual |
Returns a pointer to the configuration dialog of the plugin.
- Returns
- : Pointer to the configuration dialog, which must be non-zero.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.