#include <datecluster.h>
| DateCluster::DateCluster |
( |
QWidget * |
pParent, |
|
|
const char * |
pName = 0 |
|
) |
| |
| Q_INVOKABLE bool DateCluster::allValid |
( |
| ) |
|
|
inline |
| void DateCluster::appendValue |
( |
ParameterList & |
pParams | ) |
|
| void DateCluster::bindValue |
( |
XSqlQuery & |
pQuery | ) |
|
| QDate DateCluster::endDate |
( |
| ) |
|
|
inline |
| Q_INVOKABLE bool DateCluster::endVisible |
( |
| ) |
const |
|
inline |
| void DateCluster::setEndCaption |
( |
const QString & |
pString | ) |
|
| void DateCluster::setEndDate |
( |
const QDate & |
pDate | ) |
|
|
inline |
| void DateCluster::setEndDate |
( |
const QVariant & |
pDate | ) |
|
Sets the end date on the cluster to pDate. Specifically designed to work in a scripted environment where java script dates are passed as a QVariant.
| void DateCluster::setEndNull |
( |
const QString & |
pString, |
|
|
const QDate & |
pDate, |
|
|
bool |
pSetNull |
|
) |
| |
| void DateCluster::setEndVisible |
( |
bool |
p | ) |
|
|
slot |
| void DateCluster::setStartCaption |
( |
const QString & |
pString | ) |
|
| void DateCluster::setStartDate |
( |
const QDate & |
pDate | ) |
|
|
inline |
| void DateCluster::setStartDate |
( |
const QVariant & |
pDate | ) |
|
Sets the start date on the cluster to pDate. Specifically designed to work in a scripted environment where java script dates are passed as a QVariant.
| void DateCluster::setStartNull |
( |
const QString & |
pString, |
|
|
const QDate & |
pDate, |
|
|
bool |
pSetNull |
|
) |
| |
| void DateCluster::setStartVisible |
( |
bool |
p | ) |
|
|
slot |
| QDate DateCluster::startDate |
( |
| ) |
|
|
inline |
| Q_INVOKABLE bool DateCluster::startVisible |
( |
| ) |
const |
|
inline |
| void DateCluster::updated |
( |
| ) |
|
|
signal |
| QDate DateCluster::endDate |
|
readwrite |
| QDate DateCluster::startDate |
|
readwrite |
The documentation for this class was generated from the following files: