KOrg::CalendarDecoration Class Reference
This class provides the interface for a date dependent decoration. More...
#include <calendardecoration.h>
Inherits KOrg::Plugin.
Inherited by Datenums, and Hebrew.
Public Types
- typedef QPtrList< CalendarDecoration > List
Public Member Functions
- virtual QString shortText (const QDate &)
- virtual QString longText (const QDate &)
- virtual QPixmap smallPixmap (const QDate &)
- virtual QPixmap largePixmap (const QDate &)
- virtual QWidget * smallWidget (QWidget *, const QDate &)
Static Public Member Functions
Detailed Description
This class provides the interface for a date dependent decoration.It provides entities like texts and pictures for a given date. Implementations can implement all functions or only a subset.
Member Function Documentation
|
Return a short text for a given date, ususally only a few words.
|
|
Return along text for a given date. This text can be of any length, but usually it will have one or a few paragraphs. |
|
Return a small pixmap. The size should be something like 30x30 pixels. |
|
Return a large pixmap. The size should be something like 300x300 pixels. |
|
Return a small widget. It should have the size of a pushbutton. |
The documentation for this class was generated from the following file:
- calendardecoration.h