kaddressbook
KABPrinting::MikesStyle Class Reference
  #include <mikesstyle.h>
Inheritance diagram for KABPrinting::MikesStyle:

Public Member Functions | |
| MikesStyle (PrintingWizard *parent) | |
| ~MikesStyle () | |
| void | print (const KABC::Addressee::List &, PrintProgress *) | 
  Public Member Functions inherited from KABPrinting::PrintStyle | |
| PrintStyle (PrintingWizard *wizard) | |
| virtual | ~PrintStyle () | 
| void | hidePages () | 
| ContactFields::Field | preferredSortField () const | 
| Qt::SortOrder | preferredSortOrder () const | 
| const QPixmap & | preview () const | 
| void | showPages () | 
Additional Inherited Members | |
  Protected Member Functions inherited from KABPrinting::PrintStyle | |
| void | addPage (QWidget *page, const QString &title) | 
| void | setPreferredSortOptions (ContactFields::Field, Qt::SortOrder sortOrder=Qt::AscendingOrder) | 
| bool | setPreview (const QString &fileName) | 
| void | setPreview (const QPixmap &image) | 
| PrintingWizard * | wizard () const | 
Detailed Description
Definition at line 36 of file mikesstyle.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 113 of file mikesstyle.cpp.
| MikesStyle::~MikesStyle | ( | ) | 
Definition at line 120 of file mikesstyle.cpp.
Member Function Documentation
      
  | 
  virtual | 
This method must be reimplemented to actually print something.
- Parameters
 - 
  
contacts The filtered and sorted list of contacts. progress The object to inform the user about the progress of printing.  
Implements KABPrinting::PrintStyle.
Definition at line 124 of file mikesstyle.cpp.
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.
    KDE API Reference
 Public Member Functions inherited from