MonthViewCell Class Reference
This class represents one day in KOrganizer's month view. More...
#include <komonthview.h>
Inheritance diagram for MonthViewCell:

Signals | |
void | defaultAction (Incidence *) |
void | newEventSignal (QDate) |
Public Member Functions | |
MonthViewCell (KOMonthView *) | |
void | setDate (const QDate &) |
QDate | date () const |
void | setPrimary (bool) |
bool | isPrimary () const |
void | setHoliday (bool) |
void | setHoliday (const QString &) |
void | updateCell () |
void | addIncidence (Incidence *) |
bool | removeIncidence (Incidence *) |
void | updateConfig () |
void | enableScrollBars (bool) |
Incidence * | selectedIncidence () |
QDate | selectedIncidenceDate () |
void | deselect () |
Protected Slots | |
void | defaultAction (QListBoxItem *) |
void | contextMenu (QListBoxItem *) |
void | selection (QListBoxItem *) |
void | cellClicked (QListBoxItem *) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
Detailed Description
This class represents one day in KOrganizer's month view.
- See also:
- KOMonthView
Definition at line 122 of file komonthview.h.
Member Function Documentation
|
Sets the date of the cell. Definition at line 329 of file komonthview.cpp. |
|
Referenced by KOMonthView::eventDurationHint(). |
|
Make this cell show as a holiday. Definition at line 372 of file komonthview.cpp. |
|
Adds an incidence to the cell. Sets the right text and icons for this incidence. Definition at line 413 of file komonthview.cpp. |
|
Removes an incidence from the cell.
|
The documentation for this class was generated from the following files: