List of all members | Public Slots | Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes | Static Protected Attributes
taxDetail Class Reference

#include <taxDetail.h>

Inheritance diagram for taxDetail:
XDialog Ui::taxDetail QDialog ScriptablePrivate Ui_taxDetail ScriptableWidget

Public Slots

virtual void clear ()
 
int exec ()
 
virtual void sCalculateTax ()
 
virtual void sCancel ()
 
virtual void sDelete ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sNew ()
 
virtual void sPopulate ()
 

Public Member Functions

 taxDetail (QWidget *=0, const char *=0, bool=false, Qt::WindowFlags=0)
 
 ~taxDetail ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *taxDetail)
 
void setupUi (QDialog *taxDetail)
 
virtual int taxtype () const
 

Public Attributes

QPushButton * _cancel
 
QPushButton * _delete
 
QLabel_descrip
 
XLabel_descripLit
 
QFrame * _frame
 
QPushButton * _new
 
CurrCluster_subtotal
 
XLabel_subtotalLit
 
XTreeWidget_taxcodes
 
XComboBox_taxType
 
XLabel_taxTypeLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_4
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QLabellabel_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QSpacerItem * verticalSpacer
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 

Protected Member Functions

virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
virtual void closeEvent (QCloseEvent *event)
 
virtual QScriptEngine * engine ()
 
virtual void loadScript (const QString &oName)
 
virtual void loadScript (const QStringList &list)
 
virtual void loadScriptEngine ()
 
virtual Q_INVOKABLE bool setScriptableParams (ParameterList &)
 
virtual void showEvent (QShowEvent *event)
 

Protected Attributes

double _aCache
 
bool _adjustment
 
double _aPctCache
 
double _bCache
 
bool _blankDetailDescriptions
 
double _bPctCache
 
double _cCache
 
double _cPctCache
 
QScriptEngineDebugger * _debugger
 
QString _displayType
 
QScriptEngine * _engine
 
ParameterList _lastSetParams
 
int _orderid
 
QString _ordertype
 
bool _readonly
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
int _sense
 
QAction_showMe
 
bool _shown
 
double _taxCodeInitialized
 
int _taxzoneId
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ taxDetail()

taxDetail::taxDetail ( QWidget parent = 0,
const char *  name = 0,
bool  modal = false,
Qt::WindowFlags  fl = 0 
)

◆ ~taxDetail()

taxDetail::~taxDetail ( )

Member Function Documentation

◆ callCloseEvent()

void ScriptablePrivate::callCloseEvent ( QEvent *  event)
virtualinherited

◆ callSet()

enum SetResponse ScriptablePrivate::callSet ( const ParameterList &  params)
virtualinherited

◆ callShowEvent()

void ScriptablePrivate::callShowEvent ( QEvent *  event)
virtualinherited

◆ clear

void taxDetail::clear ( )
virtualslot

◆ closeEvent()

void XDialog::closeEvent ( QCloseEvent *  event)
protectedvirtualinherited

Reimplemented in voucherItem, contact, and taxAuthority.

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void taxDetail::languageChange ( )
protectedvirtualslot

◆ loadScript() [1/2]

void ScriptableWidget::loadScript ( const QString &  oName)
virtualinherited

◆ loadScript() [2/2]

void ScriptableWidget::loadScript ( const QStringList &  list)
virtualinherited

◆ loadScriptEngine()

void ScriptableWidget::loadScriptEngine ( )
virtualinherited

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_taxDetail::retranslateUi ( QDialog taxDetail)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCalculateTax

void taxDetail::sCalculateTax ( )
virtualslot

◆ sCancel

void taxDetail::sCancel ( )
virtualslot

◆ sDelete

void taxDetail::sDelete ( )
virtualslot

◆ set

enum SetResponse taxDetail::set ( const ParameterList &  pParams)
virtualslot

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_taxDetail::setupUi ( QDialog taxDetail)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sNew

void taxDetail::sNew ( )
virtualslot

◆ sPopulate

void taxDetail::sPopulate ( )
virtualslot

◆ taxtype()

int taxDetail::taxtype ( ) const
virtual

Member Data Documentation

◆ _aCache

double taxDetail::_aCache
protected

◆ _adjustment

bool taxDetail::_adjustment
protected

◆ _aPctCache

double taxDetail::_aPctCache
protected

◆ _bCache

double taxDetail::_bCache
protected

◆ _blankDetailDescriptions

bool taxDetail::_blankDetailDescriptions
protected

◆ _bPctCache

double taxDetail::_bPctCache
protected

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_taxDetail::_cancel
inherited

◆ _cCache

double taxDetail::_cCache
protected

◆ _cPctCache

double taxDetail::_cPctCache
protected

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _delete

QPushButton* Ui_taxDetail::_delete
inherited

◆ _descrip

QLabel* Ui_taxDetail::_descrip
inherited

◆ _descripLit

XLabel* Ui_taxDetail::_descripLit
inherited

◆ _displayType

QString taxDetail::_displayType
protected

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_taxDetail::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _new

QPushButton* Ui_taxDetail::_new
inherited

◆ _orderid

int taxDetail::_orderid
protected

◆ _ordertype

QString taxDetail::_ordertype
protected

◆ _readonly

bool taxDetail::_readonly
protected

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _sense

int taxDetail::_sense
protected

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _subtotal

CurrCluster* Ui_taxDetail::_subtotal
inherited

◆ _subtotalLit

XLabel* Ui_taxDetail::_subtotalLit
inherited

◆ _taxCodeInitialized

double taxDetail::_taxCodeInitialized
protected

◆ _taxcodes

XTreeWidget* Ui_taxDetail::_taxcodes
inherited

◆ _taxType

XComboBox* Ui_taxDetail::_taxType
inherited

◆ _taxTypeLit

XLabel* Ui_taxDetail::_taxTypeLit
inherited

◆ _taxzoneId

int taxDetail::_taxzoneId
protected

◆ gridLayout

QGridLayout* Ui_taxDetail::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_taxDetail::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_taxDetail::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_taxDetail::gridLayout_4
inherited

◆ horizontalLayout

QHBoxLayout* Ui_taxDetail::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_taxDetail::horizontalLayout_2
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_taxDetail::horizontalLayout_4
inherited

◆ horizontalSpacer

QSpacerItem* Ui_taxDetail::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_taxDetail::horizontalSpacer_2
inherited

◆ label_2

QLabel* Ui_taxDetail::label_2
inherited

◆ spacerItem

QSpacerItem* Ui_taxDetail::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_taxDetail::spacerItem1
inherited

◆ vboxLayout

QVBoxLayout* Ui_taxDetail::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_taxDetail::vboxLayout1
inherited

◆ verticalLayout

QVBoxLayout* Ui_taxDetail::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_taxDetail::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_taxDetail::verticalLayout_3
inherited

◆ verticalSpacer

QSpacerItem* Ui_taxDetail::verticalSpacer
inherited

The documentation for this class was generated from the following files:

Generated on Mon May 3 2021 xTuple ERP Programmer Reference, Version 4.12.0 doxygen 1.8.17