#include <taxDetail.h>
Public Member Functions | |
| taxDetail (QWidget *=0, const char *=0, bool=false, Qt::WFlags=0) | |
| ~taxDetail () | |
| virtual int | taxtype () const |
Public Slots | |
| virtual void | clear () |
| virtual void | sCalculateTax () |
| virtual void | sCancel () |
| virtual void | sDelete () |
| virtual SetResponse | set (const ParameterList &pParams) |
| virtual void | sNew () |
| virtual void | sPopulate () |
Protected Attributes | |
| double | _aCache |
| bool | _adjustment |
| double | _aPctCache |
| double | _bCache |
| bool | _blankDetailDescriptions |
| double | _bPctCache |
| double | _cCache |
| double | _cPctCache |
| QString | _displayType |
| int | _orderid |
| QString | _ordertype |
| bool | _readonly |
| int | _sense |
| double | _taxCodeInitialized |
| int | _taxzoneId |
Protected Slots | |
| virtual void | languageChange () |
| taxDetail::taxDetail | ( | QWidget * | parent = 0, |
|
| const char * | name = 0, |
|||
| bool | modal = false, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
| taxDetail::~taxDetail | ( | ) |
| void taxDetail::clear | ( | ) | [virtual, slot] |
| void taxDetail::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void taxDetail::sCalculateTax | ( | ) | [virtual, slot] |
| void taxDetail::sCancel | ( | ) | [virtual, slot] |
| void taxDetail::sDelete | ( | ) | [virtual, slot] |
| enum SetResponse taxDetail::set | ( | const ParameterList & | pParams | ) | [virtual, slot] |
Reimplemented from XDialog.
| void taxDetail::sNew | ( | ) | [virtual, slot] |
| void taxDetail::sPopulate | ( | ) | [virtual, slot] |
| int taxDetail::taxtype | ( | ) | const [virtual] |
double taxDetail::_aCache [protected] |
bool taxDetail::_adjustment [protected] |
double taxDetail::_aPctCache [protected] |
double taxDetail::_bCache [protected] |
bool taxDetail::_blankDetailDescriptions [protected] |
double taxDetail::_bPctCache [protected] |
double taxDetail::_cCache [protected] |
double taxDetail::_cPctCache [protected] |
QString taxDetail::_displayType [protected] |
int taxDetail::_orderid [protected] |
QString taxDetail::_ordertype [protected] |
bool taxDetail::_readonly [protected] |
int taxDetail::_sense [protected] |
double taxDetail::_taxCodeInitialized [protected] |
int taxDetail::_taxzoneId [protected] |
| Generated on Fri Sep 4 10:07:52 2009 | xTuple ERP Programmer Reference, Version 3.3.0 |
1.6.1
|