kaddressbook
KABPrinting::PrintStyleFactory Class Reference
#include <printstyle.h>
Inheritance diagram for KABPrinting::PrintStyleFactory:

Detailed Description
The factories are used to have all object of the respective print style created in one place.This will maybe be changed to a template because of its simple nature :-)
Definition at line 150 of file printstyle.h.
Public Member Functions | |
PrintStyleFactory (PrintingWizard *parent, const char *name=0) | |
virtual | ~PrintStyleFactory () |
virtual PrintStyle * | create () const=0 |
virtual QString | description () const=0 |
Protected Attributes | |
PrintingWizard * | mParent |
const char * | mName |
Member Function Documentation
virtual QString KABPrinting::PrintStyleFactory::description | ( | ) | const [pure virtual] |
Overload this method to provide a one-liner description for your print style.
Implemented in KABPrinting::DetailledPrintStyleFactory, and KABPrinting::MikesStyleFactory.
The documentation for this class was generated from the following files: