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

#include <taxBreakdown.h>

Inheritance diagram for taxBreakdown:
XDialog Ui::taxBreakdown QDialog ScriptablePrivate Ui_taxBreakdown ScriptableWidget

Public Slots

int exec ()
 
void languageChange ()
 
virtual void sAdjTaxDetail ()
 
virtual SetResponse set (const ParameterList &)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFreightTaxDetail ()
 
virtual void sLineTaxDetail ()
 
virtual void sPopulate ()
 
virtual void sTotalTaxDetail ()
 

Public Member Functions

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

Public Attributes

CurrDisplay_adjTax
 
XURLLabel_adjTaxLit
 
QPushButton * _close
 
XComboBox_currency
 
QLabel_currencyLit
 
XLineEdit_document
 
CurrDisplay_freight
 
QLabel_freightLit
 
CurrDisplay_freightTax
 
XURLLabel_freightTaxLit
 
QLabel_header
 
CurrDisplay_line
 
CurrDisplay_lineTax
 
XURLLabel_lineTaxLit
 
CurrCluster_pretax
 
QLabel_pretaxLit
 
XComboBox_taxcurrency
 
QLabel_taxcurrencyLit
 
XComboBox_taxzone
 
QLabel_taxzoneLit
 
CurrCluster_total
 
QLabel_totalLit
 
CurrCluster_totalTax
 
XURLLabel_totalTaxLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGroupBoxgroupBox
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * horizontalSpacer_3
 
QLabellabel
 
QFrame * line
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * verticalLayout
 
QSpacerItem * verticalSpacer
 

Protected Slots

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

QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
ParameterList _lastSetParams
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ taxBreakdown()

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

◆ ~taxBreakdown()

taxBreakdown::~taxBreakdown ( )

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

◆ 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 taxBreakdown::languageChange ( )
slot

◆ 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_taxBreakdown::retranslateUi ( QDialog taxBreakdown)
inlineinherited

◆ sAdjTaxDetail

void taxBreakdown::sAdjTaxDetail ( )
virtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

SetResponse taxBreakdown::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_taxBreakdown::setupUi ( QDialog taxBreakdown)
inlineinherited

◆ sFreightTaxDetail

void taxBreakdown::sFreightTaxDetail ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sLineTaxDetail

void taxBreakdown::sLineTaxDetail ( )
virtualslot

◆ sPopulate

void taxBreakdown::sPopulate ( )
virtualslot

◆ sTotalTaxDetail

void taxBreakdown::sTotalTaxDetail ( )
virtualslot

Member Data Documentation

◆ _adjTax

CurrDisplay* Ui_taxBreakdown::_adjTax
inherited

◆ _adjTaxLit

XURLLabel* Ui_taxBreakdown::_adjTaxLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_taxBreakdown::_close
inherited

◆ _currency

XComboBox* Ui_taxBreakdown::_currency
inherited

◆ _currencyLit

QLabel* Ui_taxBreakdown::_currencyLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _document

XLineEdit* Ui_taxBreakdown::_document
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _freight

CurrDisplay* Ui_taxBreakdown::_freight
inherited

◆ _freightLit

QLabel* Ui_taxBreakdown::_freightLit
inherited

◆ _freightTax

CurrDisplay* Ui_taxBreakdown::_freightTax
inherited

◆ _freightTaxLit

XURLLabel* Ui_taxBreakdown::_freightTaxLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _header

QLabel* Ui_taxBreakdown::_header
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _line

CurrDisplay* Ui_taxBreakdown::_line
inherited

◆ _lineTax

CurrDisplay* Ui_taxBreakdown::_lineTax
inherited

◆ _lineTaxLit

XURLLabel* Ui_taxBreakdown::_lineTaxLit
inherited

◆ _pretax

CurrCluster* Ui_taxBreakdown::_pretax
inherited

◆ _pretaxLit

QLabel* Ui_taxBreakdown::_pretaxLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _taxcurrency

XComboBox* Ui_taxBreakdown::_taxcurrency
inherited

◆ _taxcurrencyLit

QLabel* Ui_taxBreakdown::_taxcurrencyLit
inherited

◆ _taxzone

XComboBox* Ui_taxBreakdown::_taxzone
inherited

◆ _taxzoneLit

QLabel* Ui_taxBreakdown::_taxzoneLit
inherited

◆ _total

CurrCluster* Ui_taxBreakdown::_total
inherited

◆ _totalLit

QLabel* Ui_taxBreakdown::_totalLit
inherited

◆ _totalTax

CurrCluster* Ui_taxBreakdown::_totalTax
inherited

◆ _totalTaxLit

XURLLabel* Ui_taxBreakdown::_totalTaxLit
inherited

◆ gridLayout

QGridLayout* Ui_taxBreakdown::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_taxBreakdown::gridLayout_2
inherited

◆ groupBox

QGroupBox* Ui_taxBreakdown::groupBox
inherited

◆ hboxLayout

QHBoxLayout* Ui_taxBreakdown::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_taxBreakdown::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_taxBreakdown::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_taxBreakdown::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_taxBreakdown::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_taxBreakdown::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_taxBreakdown::horizontalSpacer_2
inherited

◆ horizontalSpacer_3

QSpacerItem* Ui_taxBreakdown::horizontalSpacer_3
inherited

◆ label

QLabel* Ui_taxBreakdown::label
inherited

◆ line

QFrame* Ui_taxBreakdown::line
inherited

◆ spacerItem

QSpacerItem* Ui_taxBreakdown::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_taxBreakdown::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_taxBreakdown::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_taxBreakdown::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_taxBreakdown::vboxLayout1
inherited

◆ verticalLayout

QVBoxLayout* Ui_taxBreakdown::verticalLayout
inherited

◆ verticalSpacer

QSpacerItem* Ui_taxBreakdown::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