ksync
KSyncView Class Reference
#include <ksyncview.h>
Detailed Description
The KSyncView class provides the view widget for the KSyncApp instance.The View instance inherits QWidget as a base class and represents the view object of a KTMainWindow. As KSyncView is part of the docuement-view model, it needs a reference to the document object connected with it by the KSyncApp class to manipulate and display the document structure provided by the KSyncDoc class.
- Version:
- KDevelop version 0.4 code generation
Definition at line 53 of file ksyncview.h.
Public Types | |
enum | { TypeCalendar, TypeBookmarks, TypeAddressBook } |
Public Member Functions | |
KSyncView (QWidget *parent=0, const char *name=0) | |
~KSyncView () | |
void | print (QPrinter *pPrinter) |
void | readConfig (KConfig *) |
void | readTypeConfig (KConfig *) |
void | writeConfig (KConfig *) |
void | writeTypeConfig (KConfig *) |
void | synceeLoadError () |
void | synceeLoaded () |
Constructor & Destructor Documentation
KSyncView::KSyncView | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
KSyncView::~KSyncView | ( | ) |
Member Function Documentation
void KSyncView::print | ( | QPrinter * | pPrinter | ) |
contains the implementation for printing functionality
Definition at line 125 of file ksyncview.cpp.
The documentation for this class was generated from the following files: