creditCard Class Reference
#include <creditCard.h>
List of all members.
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 Slots |
virtual void | populate () |
virtual void | sSave () |
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 () |
Constructor & Destructor Documentation
creditCard::creditCard |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
bool |
modal = false , |
|
|
Qt::WFlags |
fl = 0 | |
|
) |
| | |
creditCard::~creditCard |
( |
|
) |
|
Member Function Documentation
void creditCard::languageChange |
( |
|
) |
[protected, virtual, slot] |
void creditCard::populate |
( |
|
) |
[virtual, slot] |
int creditCard::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 | |
|
) |
| | [static] |
enum SetResponse creditCard::set |
( |
const ParameterList & |
pParams |
) |
[virtual] |
void creditCard::sSave |
( |
|
) |
[virtual, slot] |
The documentation for this class was generated from the following files: