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 | ( | ) |
Creates the Plugin instance.
Definition at line 33 of file plugin.cpp.
|
virtual |
Destroys the plugin instance.
Definition at line 38 of file plugin.cpp.
Member Function Documentation
|
virtual |
Returns the plugin's description.
Definition at line 68 of file plugin.cpp.
|
virtual |
Returns the plugin's name.
Definition at line 58 of file plugin.cpp.
|
virtual |
Sets the plugin's description.
- Parameters
-
label The localized string to display as a description
Definition at line 63 of file plugin.cpp.
|
virtual |
Sets the plugin's name.
- Parameters
-
label The localized string to display as the name
Definition at line 53 of file plugin.cpp.
|
virtual |
Sets the plugin's type.
- Parameters
-
type The type of the plugin
Definition at line 43 of file plugin.cpp.
|
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.