List of all members | Properties | Public Member Functions | Public Slots | Signals | Protected Attributes
DateCluster Class Reference

#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
 

Constructor & Destructor Documentation

DateCluster::DateCluster ( QWidget pParent,
const char *  pName = 0 
)

Member Function Documentation

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

Member Data Documentation

DLineEdit* DateCluster::_endDate
protected
DLineEdit* DateCluster::_startDate
protected

Property Documentation

QDate DateCluster::endDate
readwrite
QDate DateCluster::startDate
readwrite

The documentation for this class was generated from the following files:

Generated on Fri Oct 7 2016 14:23:28 xTuple ERP Programmer Reference, Version 4.2.0 doxygen 1.8.10