korganizer
#include <datenavigatorcontainer.h>
Definition at line 38 of file datenavigatorcontainer.h.
DateNavigatorContainer::DateNavigatorContainer |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
DateNavigatorContainer::~DateNavigatorContainer |
( |
| ) |
|
void DateNavigatorContainer::connectNavigatorView |
( |
KDateNavigator * |
v | ) |
|
|
protected |
void DateNavigatorContainer::datesSelected |
( |
const KCalCore::DateList & |
, |
|
|
const QDate & |
preferredMonth |
|
) |
| |
|
signal |
void DateNavigatorContainer::goNext |
( |
| ) |
|
|
signal |
void DateNavigatorContainer::goNextMonth |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::goPrevious |
( |
| ) |
|
|
signal |
void DateNavigatorContainer::goPrevMonth |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::incidenceDropped |
( |
const Akonadi::Item & |
, |
|
|
const QDate & |
|
|
) |
| |
|
signal |
void DateNavigatorContainer::incidenceDroppedMove |
( |
const Akonadi::Item & |
, |
|
|
const QDate & |
|
|
) |
| |
|
signal |
QSize DateNavigatorContainer::minimumSizeHint |
( |
| ) |
const |
QDate DateNavigatorContainer::monthOfNavigator |
( |
int |
navigatorIndex = 0 | ) |
const |
Returns the month of the specified KDateNavigator.
The first navigatorIndex is 0. Returns a QDate instead of uint so it can be easily feed to KCalendarSystem's functions. An invalid QDate() is returned if the index is too big or too small.
Definition at line 370 of file datenavigatorcontainer.cpp.
void DateNavigatorContainer::monthSelected |
( |
int |
month | ) |
|
|
signal |
void DateNavigatorContainer::newEventSignal |
( |
const QDate & |
| ) |
|
|
signal |
void DateNavigatorContainer::newJournalSignal |
( |
const QDate & |
| ) |
|
|
signal |
void DateNavigatorContainer::newTodoSignal |
( |
const QDate & |
| ) |
|
|
signal |
void DateNavigatorContainer::nextMonthClicked |
( |
const QDate & |
currentMonth, |
|
|
const QDate & |
selectionLowerLimit, |
|
|
const QDate & |
selectionUpperLimit |
|
) |
| |
|
signal |
void DateNavigatorContainer::nextYearClicked |
( |
| ) |
|
|
signal |
void DateNavigatorContainer::prevMonthClicked |
( |
const QDate & |
currentMonth, |
|
|
const QDate & |
selectionLowerLimit, |
|
|
const QDate & |
selectionUpperLimit |
|
) |
| |
|
signal |
Signals that the previous month button has been clicked.
- Parameters
-
currentMonth | The month displayed on the first KDateNavigator. DateNavigator doesn't know anything abouts months, it just has a list of selected dates, so we must send this. |
selectionLowerLimit | The first date of the first KDateNavigator. |
selectionUpperLimit | The last date of the last KDateNavigator. |
void DateNavigatorContainer::prevYearClicked |
( |
| ) |
|
|
signal |
void DateNavigatorContainer::resizeAllContents |
( |
| ) |
|
|
protectedslot |
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 236 of file datenavigatorcontainer.cpp.
void DateNavigatorContainer::resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
protected |
void DateNavigatorContainer::selectDates |
( |
const KCalCore::DateList & |
dateList, |
|
|
const QDate & |
preferredMonth = QDate() |
|
) |
| |
|
slot |
preferredMonth is useful when the datelist crosses months, if different from -1, it has the month that the kdatenavigator should show in case of ambiguity
Definition at line 161 of file datenavigatorcontainer.cpp.
void DateNavigatorContainer::setBaseDates |
( |
const QDate & |
start | ) |
|
|
protected |
void DateNavigatorContainer::setCalendar |
( |
const Akonadi::ETMCalendar::Ptr & |
calendar | ) |
|
void DateNavigatorContainer::setHighlightMode |
( |
bool |
highlightEvents, |
|
|
bool |
highlightTodos, |
|
|
bool |
highlightJournals |
|
) |
| const |
void DateNavigatorContainer::setUpdateNeeded |
( |
| ) |
|
QSize DateNavigatorContainer::sizeHint |
( |
| ) |
const |
void DateNavigatorContainer::updateConfig |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::updateDayMatrix |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::updateToday |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::updateView |
( |
| ) |
|
|
slot |
void DateNavigatorContainer::weekClicked |
( |
const QDate & |
week, |
|
|
const QDate & |
preferredMonth |
|
) |
| |
|
signal |
- Parameters
-
preferredMonth | Holds the month that should be selected when the week crosses months. It's a QDate instead of uint so it can be easily fed to KCalendarSystem's functions. |
void DateNavigatorContainer::yearSelected |
( |
int |
year | ) |
|
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.