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

Detailed Description
Definition at line 43 of file debugger.h.
Public Member Functions | |
| Debugger (QWidget *parent, const char *name, QObject *object=0, const char *name2=0, const QStringList &=QStringList()) | |
| virtual | ~Debugger () |
| QString | type () const |
| QString | title () const |
| QString | description () const |
| bool | hasGui () const |
| QPixmap * | pixmap () |
| QString | iconName () const |
| QWidget * | widget () |
| void | logMessage (const QString &) |
| void | executeAction () |
Static Public Member Functions | |
| static KAboutData * | createAboutData () |
Protected Slots | |
| void | configureKonnector () |
| void | readSyncees () |
| void | writeSyncees () |
| void | connectDevice () |
| void | disconnectDevice () |
| void | slotReceiveData (KSync::Konnector *) |
Protected Member Functions | |
| Konnector * | currentKonnector () |
| void | updateKonnectors () |
Member Function Documentation
| QString Debugger::type | ( | ) | const [virtual] |
- Returns:
- the type of this part for example like "Addressbook"
Implements KSync::ActionPart.
Definition at line 98 of file debugger.cpp.
| QString Debugger::title | ( | ) | const [virtual] |
- Returns:
- a translated string which is used as title for this ActionPart.
Implements KSync::ActionPart.
Definition at line 103 of file debugger.cpp.
| QString Debugger::description | ( | ) | const [virtual] |
- Returns:
- a short description
Implements KSync::ActionPart.
Definition at line 108 of file debugger.cpp.
| bool Debugger::hasGui | ( | ) | const [virtual] |
Return if the part has a GUI.
Reimplemented from KSync::ActionPart.
Definition at line 123 of file debugger.cpp.
| QPixmap * Debugger::pixmap | ( | ) | [virtual] |
- Returns:
- a pixmap for this part
Implements KSync::ActionPart.
Definition at line 113 of file debugger.cpp.
| QString Debugger::iconName | ( | ) | const [virtual] |
The documentation for this class was generated from the following files:

