kaddressbook
KABPrinting::PrintStyleFactory Class Referenceabstract
#include <printstyle.h>
Inheritance diagram for KABPrinting::PrintStyleFactory:
Public Member Functions | |
PrintStyleFactory (PrintingWizard *parent) | |
virtual | ~PrintStyleFactory () |
virtual PrintStyle * | create () const =0 |
virtual QString | description () const =0 |
Protected Attributes | |
PrintingWizard * | mParent |
Detailed Description
The factories are used to have all object of the respective print style created in one place.
Definition at line 171 of file printstyle.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 128 of file printstyle.cpp.
|
virtual |
Definition at line 133 of file printstyle.cpp.
Member Function Documentation
|
pure virtual |
|
pure virtual |
Overload this method to provide a one-liner description for your print style.
Implemented in KABPrinting::CompactStyleFactory, KABPrinting::DetailledPrintStyleFactory, KABPrinting::GrantleeStyleFactory, KABPrinting::MikesStyleFactory, and KABPrinting::RingBinderPrintStyleFactory.
Member Data Documentation
|
protected |
Definition at line 186 of file printstyle.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.