korganizer
DateNavigatorContainer Class Reference
List of all members.Detailed Description
Definition at line 32 of file datenavigatorcontainer.h.
Public Slots | |
void | selectDates (const KCal::DateList &) |
void | updateView () |
void | updateConfig () |
void | updateDayMatrix () |
void | updateToday () |
Signals | |
void | datesSelected (const KCal::DateList &) |
void | incidenceDropped (Incidence *, const QDate &) |
void | incidenceDroppedMove (Incidence *, const QDate &) |
void | weekClicked (const QDate &) |
void | goPrevious () |
void | goNext () |
void | goNextMonth () |
void | goPrevMonth () |
void | goNextYear () |
void | goPrevYear () |
void | goMonth (int month) |
Public Member Functions | |
DateNavigatorContainer (QWidget *parent=0, const char *name=0) | |
~DateNavigatorContainer () | |
void | setCalendar (Calendar *) |
QSize | minimumSizeHint () const |
QSize | sizeHint () const |
Protected Slots | |
void | resizeAllContents () |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
void | setBaseDates (const QDate &start) |
void | connectNavigatorView (KDateNavigator *v) |
Member Function Documentation
void DateNavigatorContainer::setCalendar | ( | Calendar * | ) |
Associate date navigator with a calendar.
It is used by KODayMatrix.
void DateNavigatorContainer::resizeAllContents | ( | ) | [protected, slot] |
Resizes all the child elements after the size of the widget changed.
This slot is called by a QTimer::singleShot from resizeEvent. This makes the UI seem more responsive, since the other parts of the splitter are resized earlier now
Definition at line 192 of file datenavigatorcontainer.cpp.
The documentation for this class was generated from the following files: