KSync::ActionPartService Class Reference
A ActionPartService saves a converted KService::Ptr of a ActionPart. More...
#include <actionpartservice.h>
Public Types | |
typedef QValueList< ActionPartService > | List |
Public Member Functions | |
ActionPartService () | |
ActionPartService (const KService::Ptr &service) | |
bool | operator== (const ActionPartService &) |
bool | operator== (const ActionPartService &) const |
QString | id () const |
QString | name () const |
QString | comment () const |
QString | libname () const |
QString | icon () const |
void | setId (const QString &) |
void | setName (const QString &) |
void | setComment (const QString &) |
void | setLibname (const QString &) |
void | setIcon (const QString &) |
ActionPartService & | operator= (const ActionPartService &) |
Static Public Member Functions | |
const ActionPartService::List & | availableParts () |
ActionPartService | partForId (const QString &) |
Detailed Description
A ActionPartService saves a converted KService::Ptr of a ActionPart.
- See also:
- KService::Ptr
Definition at line 37 of file actionpartservice.h.
Constructor & Destructor Documentation
|
Creates an empty service.
Definition at line 68 of file actionpartservice.cpp. |
The documentation for this class was generated from the following files: