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

Detailed Description
Definition at line 37 of file viewer.h.
Public Member Functions | |
Viewer (QWidget *parent, const char *name, QObject *object=0, const char *name2=0, const QStringList &=QStringList()) | |
virtual | ~Viewer () |
QString | type () const |
QString | title () const |
QString | description () const |
bool | hasGui () const |
QPixmap * | pixmap () |
QString | iconName () const |
QWidget * | widget () |
void | executeAction () |
bool | needsKonnectorRead () const |
Static Public Member Functions | |
static KAboutData * | createAboutData () |
Protected Slots | |
void | expandAll () |
void | collapseAll () |
Member Function Documentation
QString Viewer::type | ( | ) | const [virtual] |
- Returns:
- the type of this part for example like "Addressbook"
Implements KSync::ActionPart.
Definition at line 63 of file viewer.cpp.
QString Viewer::title | ( | ) | const [virtual] |
- Returns:
- a translated string which is used as title for this ActionPart.
Implements KSync::ActionPart.
Definition at line 68 of file viewer.cpp.
QString Viewer::description | ( | ) | const [virtual] |
bool Viewer::hasGui | ( | ) | const [virtual] |
Return if the part has a GUI.
Reimplemented from KSync::ActionPart.
Definition at line 88 of file viewer.cpp.
QPixmap * Viewer::pixmap | ( | ) | [virtual] |
- Returns:
- a pixmap for this part
Implements KSync::ActionPart.
Definition at line 78 of file viewer.cpp.
QString Viewer::iconName | ( | ) | const [virtual] |
The documentation for this class was generated from the following files: