korganizer
CalPrintList Class Reference
Inheritance diagram for CalPrintList:

Detailed Description
Definition at line 37 of file listprint.h.
Public Member Functions | |
CalPrintList () | |
virtual | ~CalPrintList () |
virtual QString | description () |
virtual QString | info () |
virtual int | sortID () |
virtual QWidget * | createConfigWidget (QWidget *) |
virtual void | print (QPainter &p, int width, int height) |
virtual void | readSettingsWidget () |
virtual void | setSettingsWidget () |
virtual void | loadConfig () |
virtual void | saveConfig () |
virtual void | setDateRange (const QDate &from, const QDate &to) |
Protected Attributes | |
bool | mUseDateRange |
Member Function Documentation
|
Returns widget for configuring the print format.
Reimplemented from CalPrintPluginBase. Definition at line 55 of file listprint.cpp. |
|
Returns short description of print format.
Implements KOrg::PrintPlugin. Definition at line 42 of file listprint.h. |
|
Returns long description of print format.
Implements KOrg::PrintPlugin. Definition at line 43 of file listprint.h. |
|
Load print format configuration from config file.
Implements CalPrintPluginBase. Definition at line 83 of file listprint.cpp. |
|
Actually do the printing.
Implements CalPrintPluginBase. Definition at line 112 of file listprint.cpp. |
|
Read settings from configuration widget and apply them to current object.
Reimplemented from KOrg::PrintPlugin. Definition at line 60 of file listprint.cpp. |
|
Write print format configuration to config file.
Implements CalPrintPluginBase. Definition at line 91 of file listprint.cpp. |
|
Set date range which should be printed.
Reimplemented from KOrg::PrintPlugin. Definition at line 101 of file listprint.cpp. |
|
Set configuration widget to reflect settings of current object.
Reimplemented from KOrg::PrintPlugin. Definition at line 71 of file listprint.cpp. |
|
Returns the sort ID of the plugin. This value will be used to identify the config widget in the widget stack, and to sort the plugin name in the print style selection list. If another plugin uses the same ID or a value of -1 is returned, a unique (negative) ID will be automatically generated and thus the position of the plugin in the selection list is undefined. Reimplemented from KOrg::PrintPlugin. Definition at line 44 of file listprint.h. |
The documentation for this class was generated from the following files: