#include <vendorgroup.h>
Public Types | |
| enum | VendorGroupState { All, Selected, SelectedType, TypePattern } |
Properties | |
| enum | VendorGroupState |
Public Member Functions | |
| VendorGroup (QWidget *=0, const char *=0) | |
| virtual | ~VendorGroup () |
| virtual Q_INVOKABLE void | appendValue (ParameterList &) |
| virtual Q_INVOKABLE void | bindValue (XSqlQuery &) |
| Q_INVOKABLE bool | isAll () |
| Q_INVOKABLE bool | isSelectedType () |
| Q_INVOKABLE bool | isSelectedVend () |
| Q_INVOKABLE bool | isTypePattern () |
| virtual Q_INVOKABLE bool | isValid () |
| enum VendorGroupState | state () |
| virtual void | synchronize (VendorGroup *) |
| virtual Q_INVOKABLE QString | typePattern () |
| virtual Q_INVOKABLE int | vendId () |
| virtual Q_INVOKABLE int | vendTypeId () |
Public Slots | |
| virtual void | setState (int p) |
| virtual void | setState (enum VendorGroupState p) |
| virtual void | setTypePattern (const QString &p) |
| virtual void | setVendId (int p) |
| virtual void | setVendTypeId (int p) |
Signals | |
| void | newState (int) |
| void | newTypePattern (QString) |
| void | newVendId (int) |
| void | newVendTypeId (int) |
| void | updated () |
Protected Slots | |
| virtual void | languageChange () |
| virtual void | sTypePatternFinished () |
| VendorGroup::VendorGroup | ( | QWidget * | pParent = 0, |
| const char * | pName = 0 |
||
| ) |
| VendorGroup::~VendorGroup | ( | ) | [virtual] |
| void VendorGroup::appendValue | ( | ParameterList & | pParams | ) | [virtual] |
| void VendorGroup::bindValue | ( | XSqlQuery & | pQuery | ) | [virtual] |
| Q_INVOKABLE bool VendorGroup::isAll | ( | ) | [inline] |
| Q_INVOKABLE bool VendorGroup::isSelectedType | ( | ) | [inline] |
| Q_INVOKABLE bool VendorGroup::isSelectedVend | ( | ) | [inline] |
| Q_INVOKABLE bool VendorGroup::isTypePattern | ( | ) | [inline] |
| bool VendorGroup::isValid | ( | ) | [virtual] |
| void VendorGroup::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void VendorGroup::newState | ( | int | ) | [signal] |
| void VendorGroup::newTypePattern | ( | QString | ) | [signal] |
| void VendorGroup::newVendId | ( | int | ) | [signal] |
| void VendorGroup::newVendTypeId | ( | int | ) | [signal] |
| virtual void VendorGroup::setState | ( | int | p | ) | [inline, virtual, slot] |
| void VendorGroup::setState | ( | enum VendorGroupState | p | ) | [virtual, slot] |
| void VendorGroup::setTypePattern | ( | const QString & | p | ) | [virtual, slot] |
| void VendorGroup::setVendId | ( | int | p | ) | [virtual, slot] |
| void VendorGroup::setVendTypeId | ( | int | p | ) | [virtual, slot] |
| enum VendorGroupState VendorGroup::state | ( | ) | [inline] |
| void VendorGroup::sTypePatternFinished | ( | ) | [protected, virtual, slot] |
| void VendorGroup::synchronize | ( | VendorGroup * | p | ) | [virtual] |
| virtual Q_INVOKABLE QString VendorGroup::typePattern | ( | ) | [inline, virtual] |
| void VendorGroup::updated | ( | ) | [signal] |
| virtual Q_INVOKABLE int VendorGroup::vendId | ( | ) | [inline, virtual] |
| virtual Q_INVOKABLE int VendorGroup::vendTypeId | ( | ) | [inline, virtual] |
enum VendorGroup::VendorGroupState [read, write] |
| Generated on Mon Jan 23 2012 12:22:40 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|