#include <glcluster.h>
Public Types | |
| enum | Type { cUndefined = 0x00, cAsset = 0x01, cLiability = 0x02, cExpense = 0x04, cRevenue = 0x08, cEquity = 0x10 } |
Public Member Functions | |
| GLCluster (QWidget *, const char *=0) | |
| Q_INVOKABLE int | companyId () |
| Q_INVOKABLE bool | ignoreCompany () |
| Q_INVOKABLE bool | projectVisible () |
| Q_INVOKABLE void | setIgnoreCompany (bool p) |
| Q_INVOKABLE bool | setProjectVisible (bool p) |
| Q_INVOKABLE void | setShowExternal (bool p) |
| Q_INVOKABLE void | setType (unsigned int pType) |
| Q_INVOKABLE bool | showExternal () |
| Q_INVOKABLE unsigned int | type () const |
Public Slots | |
| void | setId (const int p) |
Protected Slots | |
| void | sHandleProjectId () |
| void | sHandleProjectState (int p) |
| void | sNewId (int p) |
| enum GLCluster::Type |
| GLCluster::GLCluster | ( | QWidget * | pParent, |
| const char * | pName = 0 |
||
| ) |
| Q_INVOKABLE int GLCluster::companyId | ( | ) | [inline] |
| Q_INVOKABLE bool GLCluster::ignoreCompany | ( | ) | [inline] |
| bool GLCluster::projectVisible | ( | ) |
| void GLCluster::setId | ( | const int | p | ) | [virtual, slot] |
Reimplemented from VirtualCluster.
| Q_INVOKABLE void GLCluster::setIgnoreCompany | ( | bool | p | ) | [inline] |
| bool GLCluster::setProjectVisible | ( | bool | p | ) |
| Q_INVOKABLE void GLCluster::setShowExternal | ( | bool | p | ) | [inline] |
| Q_INVOKABLE void GLCluster::setType | ( | unsigned int | pType | ) | [inline] |
| void GLCluster::sHandleProjectId | ( | ) | [protected, slot] |
| void GLCluster::sHandleProjectState | ( | int | p | ) | [protected, slot] |
| Q_INVOKABLE bool GLCluster::showExternal | ( | ) | [inline] |
| void GLCluster::sNewId | ( | int | p | ) | [protected, slot] |
| Q_INVOKABLE unsigned int GLCluster::type | ( | ) | const [inline] |
| Generated on Mon Jan 23 2012 12:22:34 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|