kabc
KABC::Plugin Class Reference
#include <plugin.h>
Inheritance diagram for KABC::Plugin:

Public Member Functions | |
Plugin () | |
virtual | ~Plugin () |
virtual QString | descriptionLabel () const |
virtual QString | nameLabel () const |
virtual void | setDescriptionLabel (const QString &label) |
virtual void | setNameLabel (const QString &label) |
virtual void | setType (const QString &type) |
virtual QString | type () const |
Detailed Description
Constructor & Destructor Documentation
◆ Plugin()
Plugin::Plugin | ( | ) |
Creates the Plugin instance.
Definition at line 33 of file plugin.cpp.
◆ ~Plugin()
|
virtual |
Destroys the plugin instance.
Definition at line 38 of file plugin.cpp.
Member Function Documentation
◆ descriptionLabel()
|
virtual |
Returns the plugin's description.
Definition at line 68 of file plugin.cpp.
◆ nameLabel()
|
virtual |
Returns the plugin's name.
Definition at line 58 of file plugin.cpp.
◆ setDescriptionLabel()
|
virtual |
Sets the plugin's description.
- Parameters
-
label The localized string to display as a description
Definition at line 63 of file plugin.cpp.
◆ setNameLabel()
|
virtual |
Sets the plugin's name.
- Parameters
-
label The localized string to display as the name
Definition at line 53 of file plugin.cpp.
◆ setType()
|
virtual |
Sets the plugin's type.
- Parameters
-
type The type of the plugin
Definition at line 43 of file plugin.cpp.
◆ type()
|
virtual |
Returns the plugin's type.
Definition at line 48 of file plugin.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.