#include <customerselector.h>
Public Types | |
| enum | CustomerSelectorState { All, Selected, SelectedGroup, SelectedType, TypePattern } |
Properties | |
| enum | CustomerSelectorState |
Public Member Functions | |
| CustomerSelector (QWidget *=0, const char *=0) | |
| virtual | ~CustomerSelector () |
| virtual Q_INVOKABLE void | appendValue (ParameterList &) |
| virtual Q_INVOKABLE void | bindValue (XSqlQuery &) |
| virtual Q_INVOKABLE int | custGroupId () |
| virtual Q_INVOKABLE int | custId () |
| virtual Q_INVOKABLE int | custTypeId () |
| Q_INVOKABLE bool | isAll () |
| Q_INVOKABLE bool | isSelectedCust () |
| Q_INVOKABLE bool | isSelectedGroup () |
| Q_INVOKABLE bool | isSelectedType () |
| Q_INVOKABLE bool | isTypePattern () |
| virtual Q_INVOKABLE bool | isValid () |
| enum CustomerSelectorState | state () |
| virtual void | synchronize (CustomerSelector *) |
| virtual Q_INVOKABLE QString | typePattern () |
Public Slots | |
| virtual void | setCustGroupId (int p) |
| virtual void | setCustId (int p) |
| virtual void | setCustTypeId (int p) |
| virtual void | setState (int p) |
| virtual void | setState (enum CustomerSelectorState p) |
| virtual void | setTypePattern (const QString &p) |
Signals | |
| void | newCustGroupId (int) |
| void | newCustId (int) |
| void | newCustTypeId (int) |
| void | newState (int) |
| void | newTypePattern (QString) |
| void | updated () |
Protected Slots | |
| virtual void | languageChange () |
| virtual void | sTypePatternFinished () |
| CustomerSelector::CustomerSelector | ( | QWidget * | pParent = 0, |
| const char * | pName = 0 |
||
| ) |
| CustomerSelector::~CustomerSelector | ( | ) | [virtual] |
| void CustomerSelector::appendValue | ( | ParameterList & | pParams | ) | [virtual] |
| void CustomerSelector::bindValue | ( | XSqlQuery & | pQuery | ) | [virtual] |
| virtual Q_INVOKABLE int CustomerSelector::custGroupId | ( | ) | [inline, virtual] |
| virtual Q_INVOKABLE int CustomerSelector::custId | ( | ) | [inline, virtual] |
| virtual Q_INVOKABLE int CustomerSelector::custTypeId | ( | ) | [inline, virtual] |
| Q_INVOKABLE bool CustomerSelector::isAll | ( | ) | [inline] |
| Q_INVOKABLE bool CustomerSelector::isSelectedCust | ( | ) | [inline] |
| Q_INVOKABLE bool CustomerSelector::isSelectedGroup | ( | ) | [inline] |
| Q_INVOKABLE bool CustomerSelector::isSelectedType | ( | ) | [inline] |
| Q_INVOKABLE bool CustomerSelector::isTypePattern | ( | ) | [inline] |
| bool CustomerSelector::isValid | ( | ) | [virtual] |
| void CustomerSelector::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void CustomerSelector::newCustGroupId | ( | int | ) | [signal] |
| void CustomerSelector::newCustId | ( | int | ) | [signal] |
| void CustomerSelector::newCustTypeId | ( | int | ) | [signal] |
| void CustomerSelector::newState | ( | int | ) | [signal] |
| void CustomerSelector::newTypePattern | ( | QString | ) | [signal] |
| void CustomerSelector::setCustGroupId | ( | int | p | ) | [virtual, slot] |
| void CustomerSelector::setCustId | ( | int | p | ) | [virtual, slot] |
| void CustomerSelector::setCustTypeId | ( | int | p | ) | [virtual, slot] |
| virtual void CustomerSelector::setState | ( | int | p | ) | [inline, virtual, slot] |
| void CustomerSelector::setState | ( | enum CustomerSelectorState | p | ) | [virtual, slot] |
| void CustomerSelector::setTypePattern | ( | const QString & | p | ) | [virtual, slot] |
| enum CustomerSelectorState CustomerSelector::state | ( | ) | [inline] |
| void CustomerSelector::sTypePatternFinished | ( | ) | [protected, virtual, slot] |
| void CustomerSelector::synchronize | ( | CustomerSelector * | p | ) | [virtual] |
| virtual Q_INVOKABLE QString CustomerSelector::typePattern | ( | ) | [inline, virtual] |
| void CustomerSelector::updated | ( | ) | [signal] |
enum CustomerSelector::CustomerSelectorState [read, write] |
| Generated on Mon Jan 23 2012 12:22:32 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|