#include <printingwizard.h>
The PrintingWizard combines pages common for all print styles and those provided by the respective style.
Definition at line 50 of file printingwizard.h.
◆ PrintingWizard()
| PrintingWizard::PrintingWizard |
( |
KPrinter * | printer, |
|
|
TDEABC::AddressBook * | ab, |
|
|
const TQStringList & | selection, |
|
|
TQWidget * | parent = 0, |
|
|
const char * | name = 0 ) |
Construct a printing wizard.
Give the addressbook instance to print.
Definition at line 55 of file printingwizard.cpp.
◆ ~PrintingWizard()
| PrintingWizard::~PrintingWizard |
( |
| ) |
|
◆ accept()
| void PrintingWizard::accept |
( |
| ) |
|
|
protected |
Overloaded accept slot.
This is used to do the actual printing without having the wizard disappearing before. What happens is actually up to the print style, since it does the printing. It could display a progress window, for example (hint, hint).
Definition at line 91 of file printingwizard.cpp.
◆ addressBook()
| TDEABC::AddressBook * PrintingWizard::addressBook |
( |
| ) |
|
◆ print()
| void PrintingWizard::print |
( |
| ) |
|
◆ printer()
| KPrinter * PrintingWizard::printer |
( |
| ) |
|
◆ registerStyles()
| void PrintingWizard::registerStyles |
( |
| ) |
|
◆ slotStyleSelected
| void PrintingWizard::slotStyleSelected |
( |
int | index | ) |
|
|
protectedslot |
A print style has been selected.
The argument is the index in the cbStyle combo and in styles.
Definition at line 107 of file printingwizard.cpp.
◆ mAddressBook
| TDEABC::AddressBook* KABPrinting::PrintingWizard::mAddressBook |
|
protected |
◆ mFilters
| Filter::List KABPrinting::PrintingWizard::mFilters |
|
protected |
◆ mPrinter
| KPrinter* KABPrinting::PrintingWizard::mPrinter |
|
protected |
◆ mSelection
| TQStringList KABPrinting::PrintingWizard::mSelection |
|
protected |
◆ mSelectionPage
| SelectionPage* KABPrinting::PrintingWizard::mSelectionPage |
|
protected |
◆ mStyle
◆ mStyleFactories
◆ mStyleList
| TQPtrList<PrintStyle> KABPrinting::PrintingWizard::mStyleList |
|
protected |
◆ mStylePage
| StylePage* KABPrinting::PrintingWizard::mStylePage |
|
protected |
The documentation for this class was generated from the following files: