#include <wocluster.h>
Public Types | |
| enum | IssueTypes { Pull = 0x01, Push = 0x02, Mixed = 0x04 } |
| enum | SourceTypes { WorkOrder = 0x01, WoMaterial = 0x02, Wooper = 0x04 } |
Properties | |
| QString | fieldName |
Public Member Functions | |
| WomatlCluster (QWidget *, const char *=0) | |
| WomatlCluster (WoCluster *, QWidget *, const char *=0) | |
| QString | fieldName () |
| Q_INVOKABLE int | id () |
| Q_INVOKABLE bool | isValid () |
| Q_INVOKABLE double | qtyIssued () |
| Q_INVOKABLE double | qtyRequired () |
| void | setReadOnly (bool) |
| Q_INVOKABLE int | woid () |
Public Slots | |
| void | setDataWidgetMap (XDataWidgetMapper *m) |
| void | setFieldName (const QString &name) |
| void | setId (int) |
| void | setType (int) |
| void | setWoid (int) |
| void | setWooperid (int) |
| void | sPopulateInfo (int) |
| void | sRefresh () |
Signals | |
| void | newId (int) |
| void | newQtyIssued (const double) |
| void | newQtyRequired (const double) |
| void | newQtyScrappedFromWIP (const double) |
| void | valid (bool) |
Protected Slots | |
| virtual void | languageChange () |
| WomatlCluster::WomatlCluster | ( | QWidget * | parent, |
| const char * | name = 0 |
||
| ) |
| WomatlCluster::WomatlCluster | ( | WoCluster * | wocParent, |
| QWidget * | parent, | ||
| const char * | name = 0 |
||
| ) |
| QString WomatlCluster::fieldName | ( | ) | [inline] |
| Q_INVOKABLE int WomatlCluster::id | ( | ) | [inline] |
| Q_INVOKABLE bool WomatlCluster::isValid | ( | ) | [inline] |
| void WomatlCluster::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void WomatlCluster::newId | ( | int | ) | [signal] |
| void WomatlCluster::newQtyIssued | ( | const double | ) | [signal] |
| void WomatlCluster::newQtyRequired | ( | const double | ) | [signal] |
| void WomatlCluster::newQtyScrappedFromWIP | ( | const double | ) | [signal] |
| Q_INVOKABLE double WomatlCluster::qtyIssued | ( | ) | [inline] |
| Q_INVOKABLE double WomatlCluster::qtyRequired | ( | ) | [inline] |
| void WomatlCluster::setDataWidgetMap | ( | XDataWidgetMapper * | m | ) | [slot] |
| void WomatlCluster::setFieldName | ( | const QString & | name | ) | [inline, slot] |
| void WomatlCluster::setId | ( | int | pWomatlid | ) | [slot] |
| void WomatlCluster::setReadOnly | ( | bool | ) |
| void WomatlCluster::setType | ( | int | pType | ) | [slot] |
| void WomatlCluster::setWoid | ( | int | pWoid | ) | [slot] |
| void WomatlCluster::setWooperid | ( | int | pWooperid | ) | [slot] |
| void WomatlCluster::sPopulateInfo | ( | int | pWomatlid | ) | [slot] |
| void WomatlCluster::sRefresh | ( | ) | [slot] |
| void WomatlCluster::valid | ( | bool | ) | [signal] |
| Q_INVOKABLE int WomatlCluster::woid | ( | ) | [inline] |
QString WomatlCluster::fieldName [read, write] |
| Generated on Mon Jan 23 2012 12:22:40 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|