#include <QbTimeWidgets_qt4.h>
Signals | |
void | gotFocus () |
void | valueChanged () |
void | textEdited (const QString &) |
Public Member Functions | |
QbDateTimeWidget (QWidget *parent=0) | |
void | stepBy (int steps) |
QmjdTime | time () |
void | setTime (const QmjdTime &t) |
void | setActive (bool a) |
void | setAltPalette (bool a) |
bool | edited () |
bool | hasFocus () const |
Protected Slots | |
void | dropEvent (QDropEvent *event) |
void | dragEnterEvent (QDragEnterEvent *event) |
void | droppedObjStart () |
void | droppedObjCentre () |
void | droppedObjEnd () |
Protected Member Functions | |
QAbstractSpinBox::StepEnabled | stepEnabled () const |
Protected Attributes | |
QbDateTimeLineEdit * | editor |
QDOS::QdObject_var | droppedObject |
QbDateTimeWidget::QbDateTimeWidget | ( | QWidget * | parent = 0 |
) |
void QbDateTimeWidget::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, slot] |
void QbDateTimeWidget::dropEvent | ( | QDropEvent * | event | ) | [protected, slot] |
void QbDateTimeWidget::droppedObjCentre | ( | ) | [protected, slot] |
void QbDateTimeWidget::droppedObjEnd | ( | ) | [protected, slot] |
void QbDateTimeWidget::droppedObjStart | ( | ) | [protected, slot] |
bool QbDateTimeWidget::edited | ( | ) | [inline] |
void QbDateTimeWidget::gotFocus | ( | ) | [signal] |
bool QbDateTimeWidget::hasFocus | ( | ) | const [inline] |
void QbDateTimeWidget::setActive | ( | bool | a | ) | [inline] |
void QbDateTimeWidget::setAltPalette | ( | bool | a | ) | [inline] |
void QbDateTimeWidget::setTime | ( | const QmjdTime & | t | ) | [inline] |
void QbDateTimeWidget::stepBy | ( | int | steps | ) |
QAbstractSpinBox::StepEnabled QbDateTimeWidget::stepEnabled | ( | ) | const [protected] |
void QbDateTimeWidget::textEdited | ( | const QString & | ) | [signal] |
QmjdTime QbDateTimeWidget::time | ( | ) | [inline] |
void QbDateTimeWidget::valueChanged | ( | ) | [signal] |
QDOS::QdObject_var QbDateTimeWidget::droppedObject [protected] |
QbDateTimeLineEdit* QbDateTimeWidget::editor [protected] |