kitchensync
KSync::SyncerPart Class Reference
Inheritance diagram for KSync::SyncerPart:

Detailed Description
Definition at line 44 of file syncerpart.h.
Public Member Functions | |
SyncerPart (QWidget *parent, const char *name, QObject *object=0, const char *name2=0, const QStringList &=QStringList()) | |
virtual | ~SyncerPart () |
QString | type () const |
QString | title () const |
QString | description () const |
bool | hasGui () const |
QPixmap * | pixmap () |
QString | iconName () const |
QWidget * | widget () |
bool | needsKonnectorRead () const |
bool | needsKonnectorWrite () const |
void | logMessage (const QString &) |
void | executeAction () |
Static Public Member Functions | |
static KAboutData * | createAboutData () |
Member Function Documentation
QString SyncerPart::type | ( | ) | const [virtual] |
- Returns:
- the type of this part for example like "Addressbook"
Implements KSync::ActionPart.
Definition at line 84 of file syncerpart.cpp.
QString SyncerPart::title | ( | ) | const [virtual] |
- Returns:
- a translated string which is used as title for this ActionPart.
Implements KSync::ActionPart.
Definition at line 89 of file syncerpart.cpp.
QString SyncerPart::description | ( | ) | const [virtual] |
- Returns:
- a short description
Implements KSync::ActionPart.
Definition at line 94 of file syncerpart.cpp.
bool SyncerPart::hasGui | ( | ) | const [virtual] |
Return if the part has a GUI.
Reimplemented from KSync::ActionPart.
Definition at line 109 of file syncerpart.cpp.
QPixmap * SyncerPart::pixmap | ( | ) | [virtual] |
- Returns:
- a pixmap for this part
Implements KSync::ActionPart.
Definition at line 99 of file syncerpart.cpp.
QString SyncerPart::iconName | ( | ) | const [virtual] |
The documentation for this class was generated from the following files: