#include <vendor.h>
Public Member Functions | |
| vendor (QWidget *parent=0, const char *name=0, Qt::WFlags fl=Qt::Window) | |
| ~vendor () | |
| virtual Q_INVOKABLE int | id () const |
Public Slots | |
| virtual void | clear () |
| virtual void | sCheck () |
| virtual void | sDeleteAddress () |
| virtual void | sDeleteTaxreg () |
| virtual void | sEditAddress () |
| virtual void | sEditTaxreg () |
| virtual SetResponse | set (const ParameterList &pParams) |
| virtual void | sFillAddressList () |
| virtual void | sFillTaxregList () |
| virtual void | sHandleButtons () |
| virtual void | sNewAddress () |
| virtual void | sNewTaxreg () |
| virtual void | sNext () |
| virtual void | sNumberEdited () |
| virtual bool | sPopulate () |
| virtual void | sPrevious () |
| virtual void | sPrintAddresses () |
| virtual void | sSave () |
| virtual void | sViewAddress () |
| virtual void | sViewTaxreg () |
Signals | |
| void | newId (int) |
| void | populated () |
| void | saved (int) |
Protected Attributes | |
| QValidator * | _accountValidator |
| QValidator * | _routingValidator |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *) |
Protected Slots | |
| virtual void | languageChange () |
| virtual bool | sCheckSave () |
| virtual void | sCrmAccount () |
| vendor::vendor | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WFlags | fl = Qt::Window |
||
| ) |
| vendor::~vendor | ( | ) |
| void vendor::clear | ( | ) | [virtual, slot] |
| void vendor::closeEvent | ( | QCloseEvent * | pEvent | ) | [protected, virtual] |
Reimplemented from XWidget.
| int vendor::id | ( | ) | const [virtual] |
| void vendor::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void vendor::newId | ( | int | ) | [signal] |
| void vendor::populated | ( | ) | [signal] |
| void vendor::saved | ( | int | ) | [signal] |
| void vendor::sCheck | ( | ) | [virtual, slot] |
| bool vendor::sCheckSave | ( | ) | [protected, virtual, slot] |
| void vendor::sCrmAccount | ( | ) | [protected, virtual, slot] |
| void vendor::sDeleteAddress | ( | ) | [virtual, slot] |
| void vendor::sDeleteTaxreg | ( | ) | [virtual, slot] |
| void vendor::sEditAddress | ( | ) | [virtual, slot] |
| void vendor::sEditTaxreg | ( | ) | [virtual, slot] |
| SetResponse vendor::set | ( | const ParameterList & | pParams | ) | [virtual, slot] |
Reimplemented from XWidget.
| void vendor::sFillAddressList | ( | ) | [virtual, slot] |
| void vendor::sFillTaxregList | ( | ) | [virtual, slot] |
| void vendor::sHandleButtons | ( | ) | [virtual, slot] |
| void vendor::sNewAddress | ( | ) | [virtual, slot] |
| void vendor::sNewTaxreg | ( | ) | [virtual, slot] |
| void vendor::sNext | ( | ) | [virtual, slot] |
| void vendor::sNumberEdited | ( | ) | [virtual, slot] |
| bool vendor::sPopulate | ( | ) | [virtual, slot] |
| void vendor::sPrevious | ( | ) | [virtual, slot] |
| void vendor::sPrintAddresses | ( | ) | [virtual, slot] |
| void vendor::sSave | ( | ) | [virtual, slot] |
| void vendor::sViewAddress | ( | ) | [virtual, slot] |
| void vendor::sViewTaxreg | ( | ) | [virtual, slot] |
QValidator* vendor::_accountValidator [protected] |
QValidator* vendor::_routingValidator [protected] |
| Generated on Mon Jan 23 2012 12:22:39 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|