kabc
KABC::Plugin Class Reference
Base class for Plugins. More...
#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
Base class for Plugins.
Defines the interface for the basic plugin properties.
- See also:
- FormatInfo
Definition at line 35 of file plugin.h.
Constructor & Destructor Documentation
Plugin::Plugin | ( | ) |
Creates the Plugin instance.
Definition at line 33 of file plugin.cpp.
Plugin::~Plugin | ( | ) | [virtual] |
Destroys the plugin instance.
Definition at line 38 of file plugin.cpp.
Member Function Documentation
QString Plugin::descriptionLabel | ( | ) | const [virtual] |
Returns the plugin's description.
Definition at line 68 of file plugin.cpp.
QString Plugin::nameLabel | ( | ) | const [virtual] |
Returns the plugin's name.
Definition at line 58 of file plugin.cpp.
void Plugin::setDescriptionLabel | ( | const QString & | label | ) | [virtual] |
Sets the plugin's description.
- Parameters:
-
label The localized string to display as a description
Definition at line 63 of file plugin.cpp.
void Plugin::setNameLabel | ( | const QString & | label | ) | [virtual] |
Sets the plugin's name.
- Parameters:
-
label The localized string to display as the name
Definition at line 53 of file plugin.cpp.
void Plugin::setType | ( | const QString & | type | ) | [virtual] |
Sets the plugin's type.
- Parameters:
-
type The type of the plugin
Definition at line 43 of file plugin.cpp.
QString Plugin::type | ( | ) | const [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: