#include <creditCard.h>
Public Member Functions | |
| creditCard (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
| ~creditCard () | |
| virtual SetResponse | set (const ParameterList &pParams) |
Public Member Functions inherited from XDialog | |
| XDialog (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| XDialog (QWidget *parent, const char *name, bool modal=false, Qt::WindowFlags flags=0) | |
| virtual | ~XDialog () |
| virtual Q_INVOKABLE ParameterList | get () const |
Public Member Functions inherited from Ui_creditCard | |
| void | retranslateUi (QDialog *creditCard) |
| void | setupUi (QDialog *creditCard) |
Public Slots | |
| virtual void | populate () |
| virtual void | sSave () |
Public Slots inherited from XDialog | |
| virtual void | setRememberPos (bool) |
| virtual void | setRememberSize (bool) |
Static Public Member Functions | |
| static int | saveCreditCard (QWidget *parent, int &custId, QString &ccName, QString &ccAddress1, QString &ccAddress2, QString &ccCity, QString &ccState, QString &ccZip, QString &ccCountry, QString &ccNumber, QString &ccType, QString &ccExpireMonth, QString &ccExpireYear, int &ccId, bool ccActive=true) |
Protected Slots | |
| virtual void | languageChange () |
Protected Slots inherited from XDialog | |
| virtual enum SetResponse | postSet () |
| virtual void | saveSize () |
Additional Inherited Members | |
Public Attributes inherited from Ui_creditCard | |
| QCheckBox * | _active |
| AddressCluster * | _address |
| QPushButton * | _close |
| XLineEdit * | _creditCardNumber |
| QLabel * | _creditCardNumberLit |
| QLabel * | _creditCardNumberTypeLit |
| QLabel * | _custName |
| QLabel * | _custNum |
| QLabel * | _custNumberLit |
| QLabel * | _expiremonLit |
| XLineEdit * | _expireMonth |
| XLineEdit * | _expireYear |
| QLabel * | _expireyearLit |
| XComboBox * | _fundsType2 |
| XLineEdit * | _name |
| QLabel * | _nameLit |
| QPushButton * | _save |
| QGridLayout * | gridLayout |
| QHBoxLayout * | hboxLayout |
| QHBoxLayout * | hboxLayout1 |
| QHBoxLayout * | hboxLayout2 |
| QHBoxLayout * | hboxLayout3 |
| QHBoxLayout * | hboxLayout4 |
| QSpacerItem * | spacerItem |
| QSpacerItem * | spacerItem1 |
| QSpacerItem * | spacerItem2 |
| QSpacerItem * | spacerItem3 |
| QSpacerItem * | spacerItem4 |
| QVBoxLayout * | vboxLayout |
| QVBoxLayout * | vboxLayout1 |
| QVBoxLayout * | vboxLayout2 |
| QVBoxLayout * | vboxLayout3 |
| QVBoxLayout * | vboxLayout4 |
| QVBoxLayout * | vboxLayout5 |
| QVBoxLayout * | vboxLayout6 |
| QVBoxLayout * | vboxLayout7 |
| QVBoxLayout * | vboxLayout8 |
Protected Member Functions inherited from XDialog | |
| virtual void | closeEvent (QCloseEvent *event) |
| virtual void | showEvent (QShowEvent *event) |
| creditCard::creditCard | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| bool | modal = false, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
| creditCard::~creditCard | ( | ) |
|
protectedvirtualslot |
|
virtualslot |
|
static |
|
virtual |
Reimplemented from XDialog.
|
virtualslot |
| Generated on Fri Oct 7 2016 15:41:36 | xTuple ERP Programmer Reference, Version 4.6.0 |
1.8.10
|