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 129 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 *incidence, MonthViewCell::CreateItemVisitor &v, int multiDay=0) |
| void | 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 542 of file komonthview.cpp. |
|
|
Definition at line 363 of file komonthview.cpp. |
|
|
Definition at line 390 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 575 of file komonthview.cpp. |
|
|
Sets the date of the cell.
Definition at line 339 of file komonthview.cpp. |
|
|
Make this cell show as a holiday.
Definition at line 395 of file komonthview.cpp. |
|
|
Sets the holiday name to this cell. This will not call setHoliday( true ).
Definition at line 406 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 377 of file komonthview.cpp. |
The documentation for this class was generated from the following files:

