KDEUI
Go to the documentation of this file.
27 #include <QtCore/QDateTime>
28 #include <QtGui/QFrame>
58 Q_PROPERTY( QDate date READ date WRITE setDate NOTIFY dateChanged USER
true )
60 Q_PROPERTY(
bool closeButton READ hasCloseButton WRITE setCloseButton )
61 Q_PROPERTY(
int fontSize READ fontSize WRITE setFontSize )
85 QSize sizeHint() const;
92 bool setDate( const QDate& date );
97 const QDate &date() const;
122 bool setCalendar( const
QString &calendarType );
132 bool setCalendarSystem(
KLocale::CalendarSystem calendarSystem );
137 void setEnabled(
bool enable );
148 void setFontSize(
int );
153 int fontSize() const;
163 void setCloseButton(
bool enable );
169 bool hasCloseButton() const;
173 virtual
bool eventFilter(
QObject *o, QEvent *e );
175 virtual
void resizeEvent( QResizeEvent* );
178 void dateChangedSlot( const QDate& date );
179 void tableClickedSlot();
180 void monthForwardClicked();
181 void monthBackwardClicked();
182 void yearForwardClicked();
183 void yearBackwardClicked();
184 void selectMonthClicked();
185 void selectYearClicked();
186 void uncheckYearSelector();
187 void lineEnterPressed();
188 void todayButtonClicked();
189 void weekSelected(
int );
198 void dateChanged( const QDate &date );
205 void dateSelected( const QDate &date );
212 void dateEntered( const QDate &date );
220 void init( const QDate &date );
221 class KDatePickerPrivate;
222 friend class KDatePickerPrivate;
223 KDatePickerPrivate *const d;
226 #endif // KDATEPICKER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:14 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.