CalPrinter Class Reference
CalPrinter is a class for printing Calendars. More...
#include <calprinter.h>
Inherits QObject, and KOrg::CalPrinterBase.
Public Types
- enum ePrintOrientation { eOrientPlugin = 0, eOrientPrinter, eOrientPortrait, eOrientLandscape }
Public Slots
Public Member Functions
- CalPrinter (QWidget *par, Calendar *cal, KOrg::CoreHelper *helper)
- void init (KPrinter *printer, Calendar *calendar)
- void setDateRange (const QDate &start, const QDate &end)
- void preview (PrintType type, const QDate &fd, const QDate &td)
- void print (PrintType type, const QDate &fd, const QDate &td)
- KPrinter * printer () const
- Calendar * calendar () const
- KConfig * config () const
Protected Attributes
Detailed Description
CalPrinter is a class for printing Calendars.It can print in several different formats (day, week, month). It also provides a way for setting up the printer and remembering these preferences.
Constructor & Destructor Documentation
|
|
Member Function Documentation
|
Set date range to be printed.
|
The documentation for this class was generated from the following files:
- calprinter.h
- calprinter.cpp