#include <datecluster.h>
Properties | |
| QDate | endDate |
| QDate | startDate |
Public Member Functions | |
| DateCluster (QWidget *, const char *=0) | |
| Q_INVOKABLE bool | allValid () |
| Q_INVOKABLE void | appendValue (ParameterList &) |
| void | bindValue (XSqlQuery &) |
| QDate | endDate () |
| Q_INVOKABLE bool | endVisible () const |
| Q_INVOKABLE void | setEndCaption (const QString &) |
| void | setEndDate (const QDate &pDate) |
| Q_INVOKABLE void | setEndDate (const QVariant &pDate) |
| Q_INVOKABLE void | setEndNull (const QString &, const QDate &, bool) |
| Q_INVOKABLE void | setStartCaption (const QString &) |
| void | setStartDate (const QDate &pDate) |
| Q_INVOKABLE void | setStartDate (const QVariant &pDate) |
| Q_INVOKABLE void | setStartNull (const QString &, const QDate &, bool) |
| QDate | startDate () |
| Q_INVOKABLE bool | startVisible () const |
Public Slots | |
| void | setEndVisible (bool p) |
| void | setStartVisible (bool p) |
Signals | |
| void | updated () |
Protected Attributes | |
| DLineEdit * | _endDate |
| DLineEdit * | _startDate |
| 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] |
DLineEdit* DateCluster::_endDate [protected] |
DLineEdit* DateCluster::_startDate [protected] |
QDate DateCluster::endDate [read, write] |
QDate DateCluster::startDate [read, write] |
| Generated on Mon Jan 23 2012 12:22:32 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|