korganizer
MonthViewCell Class Reference
#include <komonthview.h>
Detailed Description
This class represents one day in KOrganizer's month view.
- See also:
- KOMonthView
Definition at line 126 of file komonthview.h.
Public Slots | |
| void | select () |
Signals | |
| void | defaultAction (Incidence *) |
| void | newEventSignal (const QDate &date) |
Public Member Functions | |
| MonthViewCell (KOMonthView *) | |
| void | setDate (const QDate &) |
| QDate | date () const |
| void | setPrimary (bool primary) |
| bool | isPrimary () const |
| void | setHoliday (bool) |
| void | setHolidayString (const QString &name) |
| void | updateCell () |
| void | addIncidence (Incidence *, MonthViewCell::CreateItemVisitor &) |
| bool | removeIncidence (Incidence *) |
| void | updateConfig () |
| void | enableScrollBars (bool) |
| Incidence * | selectedIncidence () |
| QDate | selectedIncidenceDate () |
| void | deselect () |
| void | setCalendar (Calendar *cal) |
Protected Slots | |
| void | defaultAction (QListBoxItem *) |
| void | contextMenu (QListBoxItem *) |
Protected Member Functions | |
| void | setFrameWidth () |
| void | resizeEvent (QResizeEvent *) |
Member Function Documentation
|
||||||||||||
|
Adds an incidence to the cell. Sets the right text and icons for this incidence. Definition at line 528 of file komonthview.cpp. |
|
|
Definition at line 357 of file komonthview.cpp. |
|
|
Definition at line 384 of file komonthview.cpp. |
|
|
Notify the view manager that we want to create a new event, so an editor will pop up.
|
|
|
Removes an incidence from the cell.
Definition at line 561 of file komonthview.cpp. |
|
|
Sets the date of the cell.
Definition at line 333 of file komonthview.cpp. |
|
|
Make this cell show as a holiday.
Definition at line 389 of file komonthview.cpp. |
|
|
Sets the holiday name to this cell. This will not call setHoliday( true ).
Definition at line 400 of file komonthview.cpp. |
|
|
Set this cell as primary if A primary cell belongs to the current month. A non-primary cell belongs to the month before or after the current month.
Definition at line 371 of file komonthview.cpp. |
The documentation for this class was generated from the following files:

