kitchensync
KSync::ActionPartService Class Reference
#include <actionpartservice.h>
Detailed Description
A ActionPartService saves a converted KService::Ptr of a ActionPart.
- See also:
- KService::Ptr
Definition at line 37 of file 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 | libraryName () const |
| QString | iconName () const |
| void | setId (const QString &) |
| void | setName (const QString &) |
| void | setComment (const QString &) |
| void | setLibraryName (const QString &) |
| void | setIconName (const QString &) |
| ActionPartService & | operator= (const ActionPartService &) |
Static Public Member Functions | |
| static const ActionPartService::List & | availableParts () |
| static ActionPartService | partForId (const QString &) |
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:

