ksync Library API Documentation

KSyncView Class Reference

The KSyncView class provides the view widget for the KSyncApp instance. More...

#include <ksyncview.h>

Inheritance diagram for KSyncView:

QWidget List of all members.

Public Types

enum  { TypeCalendar, TypeBookmarks, TypeAddressBook }

Public Member Functions

 KSyncView (QWidget *parent=0, const char *name=0)
 Constructor for the main view.

 ~KSyncView ()
 Destructor for the main view.

void print (QPrinter *pPrinter)
 contains the implementation for printing functionality

void readConfig (KConfig *)
void readTypeConfig (KConfig *)
void writeConfig (KConfig *)
void writeTypeConfig (KConfig *)
void synceeLoadError ()
void synceeLoaded ()

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.

Author:
Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team.
Version:
KDevelop version 0.4 code generation

Definition at line 32 of file ksyncview.h.


Constructor & Destructor Documentation

KSyncView::KSyncView QWidget parent = 0,
const char *  name = 0
 

Constructor for the main view.

Definition at line 44 of file ksyncview.cpp.

References QListView::addColumn(), QGridLayout::addMultiCellWidget(), QGridLayout::addWidget(), QComboBox::currentItem(), QComboBox::insertItem(), and QPtrList< KTempFile >::setAutoDelete().

KSyncView::~KSyncView  ) 
 

Destructor for the main view.

Definition at line 100 of file ksyncview.cpp.


Member Function Documentation

void KSyncView::print QPrinter pPrinter  ) 
 

contains the implementation for printing functionality

Definition at line 104 of file ksyncview.cpp.

References QPainter::begin(), and QPainter::end().

Referenced by KSync::slotFilePrint().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:48 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001