CalPrinter Class Reference
CalPrinter is a class for printing Calendars. More...
#include <calprinter.h>
Inheritance diagram for CalPrinter:

Public Types | |
enum | PrintType { Day, Week, Month, Todolist, TimeTable } |
Public Slots | |
void | updateConfig () |
void | printDay (const QDate &fd, const QDate &td) |
void | printWeek (const QDate &fd, const QDate &td) |
void | printMonth (const QDate &fd, const QDate &td) |
void | printTodo (const QDate &fd, const QDate &td) |
void | printTimeTable (const QDate &fd, const QDate &td) |
Public Member Functions | |
CalPrinter (QWidget *par, Calendar *cal) | |
void | setupPrinter () |
void | preview (PrintType pt, const QDate &fd, const QDate &td) |
void | print (PrintType pt, const QDate &fd, const QDate &td) |
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.
Definition at line 48 of file calprinter.h.
The documentation for this class was generated from the following files: