kaddressbook Library API Documentation

KABPrinting::PrintingWizard Class Reference

This class defines the abstract interface to the KDE Addressbook Printing Wizard. More...

#include <kaddressbookprinter.h>

Inheritance diagram for KABPrinting::PrintingWizard:

KABPrinting::PrintingWizardImpl List of all members.

Public Member Functions

 PrintingWizard (KPrinter *printer, KABC::AddressBook *doc, const QStringList &selection, QWidget *parent=0, const char *name=0)
virtual void registerStyles ()=0
virtual void print ()=0
virtual KPrinter * printer ()=0
virtual KABC::AddressBook * document ()=0

Protected Attributes

KPrinter * mPrinter
 The printer is handed over at construction time and needs to be already set up.

KABC::AddressBook * mDocument
QStringList mSelection

Detailed Description

This class defines the abstract interface to the KDE Addressbook Printing Wizard.

It's main intend is to provide a means of using the printing wizard as a product of a (shared library) plugin factory.

Definition at line 41 of file kaddressbookprinter.h.


Member Data Documentation

KPrinter* KABPrinting::PrintingWizard::mPrinter [protected]
 

The printer is handed over at construction time and needs to be already set up.

The printer is handed down to the PrintStyle object that actually prints.

Definition at line 59 of file kaddressbookprinter.h.


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:38 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001