#include <wocluster.h>
Properties | |
| QString | defaultNumber |
| QString | fieldName |
| QString | label |
| QString | number |
| int | type |
Public Member Functions | |
| WoCluster (QWidget *, const char *=0) | |
| WoCluster (int, QWidget *, const char *=0) | |
| Q_INVOKABLE int | currentWarehouse () const |
| QString | defaultNumber () |
| QString | fieldName () |
| Q_INVOKABLE int | id () const |
| Q_INVOKABLE bool | isValid () const |
| virtual QString | label () |
| Q_INVOKABLE QString | method () const |
| virtual Qt::Orientation | orientation () |
| Q_INVOKABLE double | qtyBalance () const |
| Q_INVOKABLE double | qtyOrdered () const |
| Q_INVOKABLE double | qtyReceived () const |
| virtual void | setLabel (const QString &p) |
| virtual void | setOrientation (Qt::Orientation orientation) |
| void | setType (int pWoType) |
| void | setWarehouse (int pWarehouseid) |
| Q_INVOKABLE char | status () const |
| int | type () const |
| Q_INVOKABLE int | warehouse () const |
| QString | woNumber () const |
Public Slots | |
| void | setDataWidgetMap (XDataWidgetMapper *m) |
| void | setFieldName (const QString &name) |
| void | setId (int) |
| void | setReadOnly (bool) |
| void | setWoNumber (const QString &number) |
Signals | |
| void | dueDateChanged (const QDate &) |
| void | newId (int) |
| void | newItemid (int) |
| void | qtyBalanceChanged (const double &) |
| void | qtyOrderedChanged (const double &) |
| void | qtyReceivedChanged (const double &) |
| void | startDateChanged (const QDate &) |
| void | valid (bool) |
| WoCluster::WoCluster | ( | QWidget * | pParent, |
| const char * | name = 0 |
||
| ) |
| WoCluster::WoCluster | ( | int | pWoType, |
| QWidget * | pParent, | ||
| const char * | name = 0 |
||
| ) |
| Q_INVOKABLE int WoCluster::currentWarehouse | ( | ) | const [inline] |
| QString WoCluster::defaultNumber | ( | ) | [inline] |
| void WoCluster::dueDateChanged | ( | const QDate & | ) | [signal] |
| QString WoCluster::fieldName | ( | ) | [inline] |
| Q_INVOKABLE int WoCluster::id | ( | ) | const [inline] |
| Q_INVOKABLE bool WoCluster::isValid | ( | ) | const [inline] |
| virtual QString WoCluster::label | ( | ) | [virtual] |
| Q_INVOKABLE QString WoCluster::method | ( | ) | const [inline] |
| void WoCluster::newId | ( | int | ) | [signal] |
| void WoCluster::newItemid | ( | int | ) | [signal] |
| Qt::Orientation WoCluster::orientation | ( | ) | [virtual] |
| Q_INVOKABLE double WoCluster::qtyBalance | ( | ) | const [inline] |
| void WoCluster::qtyBalanceChanged | ( | const double & | ) | [signal] |
| Q_INVOKABLE double WoCluster::qtyOrdered | ( | ) | const [inline] |
| void WoCluster::qtyOrderedChanged | ( | const double & | ) | [signal] |
| Q_INVOKABLE double WoCluster::qtyReceived | ( | ) | const [inline] |
| void WoCluster::qtyReceivedChanged | ( | const double & | ) | [signal] |
| void WoCluster::setDataWidgetMap | ( | XDataWidgetMapper * | m | ) | [slot] |
| void WoCluster::setFieldName | ( | const QString & | name | ) | [inline, slot] |
| void WoCluster::setId | ( | int | pId | ) | [slot] |
| void WoCluster::setLabel | ( | const QString & | p | ) | [virtual] |
| void WoCluster::setOrientation | ( | Qt::Orientation | orientation | ) | [virtual] |
| void WoCluster::setReadOnly | ( | bool | pReadOnly | ) | [slot] |
| void WoCluster::setType | ( | int | pWoType | ) | [inline] |
| void WoCluster::setWarehouse | ( | int | pWarehouseid | ) | [inline] |
| void WoCluster::setWoNumber | ( | const QString & | number | ) | [slot] |
| void WoCluster::startDateChanged | ( | const QDate & | ) | [signal] |
| Q_INVOKABLE char WoCluster::status | ( | ) | const [inline] |
| int WoCluster::type | ( | ) | const [inline] |
| void WoCluster::valid | ( | bool | ) | [signal] |
| Q_INVOKABLE int WoCluster::warehouse | ( | ) | const [inline] |
| QString WoCluster::woNumber | ( | ) | const |
QString WoCluster::defaultNumber [read] |
QString WoCluster::fieldName [read, write] |
QString WoCluster::label [read, write] |
QString WoCluster::number [read, write] |
int WoCluster::type [read, write] |
| Generated on Mon Jan 23 2012 12:22:40 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|