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:

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
|
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: