korganizer
CalPrintMonth Class Reference
Inheritance diagram for CalPrintMonth:

Detailed Description
Definition at line 134 of file calprintdefaultplugins.h.
Public Member Functions | |
CalPrintMonth () | |
virtual | ~CalPrintMonth () |
virtual QString | description () |
virtual QString | info () |
virtual int | sortID () |
virtual bool | enabled () |
virtual QWidget * | createConfigWidget (QWidget *) |
virtual KPrinter::Orientation | defaultOrientation () |
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 | mWeekNumbers |
bool | mRecurDaily |
bool | mRecurWeekly |
bool | mIncludeTodos |
Member Function Documentation
|
Returns widget for configuring the print format.
Reimplemented from CalPrintPluginBase. Definition at line 820 of file calprintdefaultplugins.cpp. |
|
Orientation of printout. Default is Portrait. If your plugin wants to use some other orientation as default (e.g. depending on some config settings), implement this function in your subclass and return the desired orientation. Reimplemented from KOrg::PrintPlugin. Definition at line 144 of file calprintdefaultplugins.h. |
|
Returns short description of print format.
Implements KOrg::PrintPlugin. Definition at line 139 of file calprintdefaultplugins.h. |
|
Returns true if the plugin should be enabled; false otherwise.
Reimplemented from KOrg::PrintPlugin. Definition at line 142 of file calprintdefaultplugins.h. |
|
Returns long description of print format.
Implements KOrg::PrintPlugin. Definition at line 140 of file calprintdefaultplugins.h. |
|
Load print format configuration from config file.
Implements CalPrintPluginBase. Definition at line 855 of file calprintdefaultplugins.cpp. |
|
Actually do the printing.
Implements CalPrintPluginBase. Definition at line 901 of file calprintdefaultplugins.cpp. |
|
Read settings from configuration widget and apply them to current object.
Reimplemented from KOrg::PrintPlugin. Definition at line 825 of file calprintdefaultplugins.cpp. |
|
Write print format configuration to config file.
Implements CalPrintPluginBase. Definition at line 866 of file calprintdefaultplugins.cpp. |
|
Set date range which should be printed.
Reimplemented from KOrg::PrintPlugin. Definition at line 877 of file calprintdefaultplugins.cpp. |
|
Set configuration widget to reflect settings of current object.
Reimplemented from KOrg::PrintPlugin. Definition at line 841 of file calprintdefaultplugins.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 141 of file calprintdefaultplugins.h. |
The documentation for this class was generated from the following files: