#include <datecluster.h>
| DLineEdit::DLineEdit |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0 |
|
) |
| |
| virtual Q_INVOKABLE int DLineEdit::calendarSiteId |
( |
| ) |
|
|
inlinevirtual |
| virtual Q_INVOKABLE void DLineEdit::clear |
( |
| ) |
|
|
inlinevirtual |
| virtual QDate DLineEdit::date |
( |
| ) |
|
|
inlinevirtual |
| virtual QString DLineEdit::fieldName |
( |
| ) |
const |
|
inlinevirtual |
| virtual Q_INVOKABLE bool DLineEdit::isNull |
( |
| ) |
|
|
inlinevirtual |
| virtual Q_INVOKABLE bool DLineEdit::isValid |
( |
| ) |
|
|
inlinevirtual |
| void DLineEdit::newDate |
( |
const QDate & |
| ) |
|
|
signal |
| Q_INVOKABLE void DLineEdit::setAllowNullDate |
( |
bool |
p | ) |
|
|
inline |
| Q_INVOKABLE void DLineEdit::setCalendarSiteId |
( |
int |
siteId | ) |
|
|
inline |
| void DLineEdit::setDate |
( |
const QVariant & |
p, |
|
|
bool |
b = false |
|
) |
| |
Sets the date on the cluster to p where b flags whether to emit the newDate signal. Specifically designed to work in a scripted environment where java script dates are passed as a QVariant.
| void DLineEdit::setDate |
( |
const QDate & |
p, |
|
|
bool |
b = false |
|
) |
| |
|
inlineslot |
| void DLineEdit::setEnabled |
( |
const bool |
p | ) |
|
|
virtualslot |
| virtual void DLineEdit::setFieldName |
( |
QString |
p | ) |
|
|
inlinevirtualslot |
| void DLineEdit::setNull |
( |
| ) |
|
|
inlineslot |
| Q_INVOKABLE void DLineEdit::setNullDate |
( |
const QDate & |
p | ) |
|
|
inline |
| Q_INVOKABLE void DLineEdit::setNullString |
( |
const QString & |
p | ) |
|
|
inline |
| void DLineEdit::showCalendar |
( |
| ) |
|
|
inlineslot |
| QString DLineEdit::toISOString |
( |
| ) |
|
|
slot |
| QString DLineEdit::fieldName |
|
readwrite |
The documentation for this class was generated from the following files: