org.kde.koala
public class KDatePicker extends QFrame
Version: $Id: KDatePicker.java 473384 2005-10-23 14:17:09Z rdale $
UNKNOWN: A date selection widget.
Constructor Summary | |
---|---|
protected | KDatePicker(Class dummy) |
KDatePicker(QWidget parent, Calendar arg2, String name) The usual constructor. | |
KDatePicker(QWidget parent, Calendar arg2) | |
KDatePicker(QWidget parent) | |
KDatePicker() | |
KDatePicker(QWidget parent, Calendar arg2, String name, int f) The usual constructor. | |
KDatePicker(QWidget parent, String name)
Standard qt widget constructor. |
Method Summary | |
---|---|
String | className() |
Calendar | date() |
protected void | dateChangedSlot(Calendar arg1) |
KDateTable | dateTable() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | eventFilter(QObject o, QEvent e) |
protected void | finalize() Deletes the wrapped C++ instance |
int | fontSize()
Returns the font size of the widget elements. |
boolean | hasCloseButton() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | lineEnterPressed() |
QMetaObject | metaObject() |
protected void | monthBackwardClicked() |
protected void | monthForwardClicked() |
protected void | resizeEvent(QResizeEvent arg1) |
protected void | selectMonthClicked() |
protected void | selectYearClicked() |
void | setCloseButton(boolean enable)
By calling this method with enable = true, KDatePicker will show
a little close-button in the upper button-row. |
boolean | setDate(Calendar arg1)
Sets the date. |
void | setEnabled(boolean arg1)
Enables or disables the widget. |
void | setFontSize(int arg1)
Sets the font size of the widgets elements. |
QSize | sizeHint() The size hint for date pickers. |
protected void | tableClickedSlot() |
protected void | todayButtonClicked() |
protected void | weekSelected(int arg1) |
protected void | yearBackwardClicked() |
protected void | yearForwardClicked() |
UNKNOWN: The usual constructor.
UNKNOWN: The usual constructor.
UNKNOWN: Standard qt widget constructor.
Returns: the selected date.
UNKNOWN:
Returns: the KDateTable widget child of this KDatePicker widget.
UNKNOWN:
UNKNOWN: Returns the font size of the widget elements.
UNKNOWN:
UNKNOWN:
UNKNOWN:
enable
= true, KDatePicker will show
a little close-button in the upper button-row. Clicking the
close-button will cause the KDatePicker's topLevelWidget()'s close()
method being called. This is mostly useful for toplevel datepickers
without a window manager decoration.See Also: KDatePicker
UNKNOWN: By calling this method with enable
= true, KDatePicker will show a little close-button in the upper button-row.
Returns: false
and does not change anything
if the date given is invalid.
UNKNOWN: Sets the date.
UNKNOWN: Enables or disables the widget.
UNKNOWN: Sets the font size of the widgets elements.
UNKNOWN: The size hint for date pickers.
UNKNOWN:
UNKNOWN: