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

#include <selectOrderForBilling.h>

Inheritance diagram for selectOrderForBilling:
XWidget Ui::selectOrderForBilling QWidget ScriptablePrivate Ui_selectOrderForBilling ScriptableWidget

Public Slots

virtual void clear ()
 
virtual void sCancelSelection ()
 
virtual void sEditOrder ()
 
virtual void sEditSelection ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void sFillList ()
 
virtual void sFreightChanged ()
 
virtual void sHandleShipchrg (int pShipchrgid)
 
virtual void sMiscChargeChanged ()
 
virtual void sMiscTaxtypeChanged ()
 
virtual void sPopulate (int pSoheadid)
 
virtual void sSave ()
 
virtual void sSelectBalance ()
 
virtual void sSoList ()
 
virtual void sTaxZoneChanged ()
 
virtual void sUpdateTotal ()
 

Public Member Functions

 selectOrderForBilling (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=Qt::Window)
 
 ~selectOrderForBilling ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QWidget *selectOrderForBilling)
 
virtual bool save (bool)
 
void setupUi (QWidget *selectOrderForBilling)
 

Public Attributes

QPushButton * _cancel
 
QPushButton * _close
 
QCheckBox_closeOpenItems
 
XTextEdit_comments
 
XComboBox_custCurrency
 
QLabel_custCurrencyLit
 
QLabel_custName
 
QLabel_custNameLit
 
QPushButton * _edit
 
CurrCluster_freight
 
QLabel_freightLit
 
XComboBox_freightTaxtype
 
QLabel_freightTaxtypeLit
 
QGroupBox_infoGroup
 
DLineEdit_invoiceDate
 
QLabel_invoiceDateLit
 
QWidget_lineitemsTab
 
CurrCluster_miscCharge
 
GLCluster_miscChargeAccount
 
QLabel_miscChargeAccountLit
 
QLabel_miscChargeAmountLit
 
XLineEdit_miscChargeDescription
 
QLabel_miscChargeDescriptionLit
 
XCheckBox_miscChargeDiscount
 
XComboBox_miscChargeTaxtype
 
QLabel_miscChargeTaxtypeLit
 
QWidget_notesTab
 
DLineEdit_orderDate
 
QLabel_orderDateLit
 
QGroupBox_orderGroup
 
CurrCluster_payment
 
QLabel_paymentLit
 
QLabel_poNumber
 
QLabel_poNumberLit
 
TaxDisplay_salesTax
 
XLabel_salesTaxLit
 
QPushButton * _save
 
QPushButton * _select
 
QPushButton * _selectBalance
 
DLineEdit_shipDate
 
QLabel_shipDateLit
 
QLabel_shipToName
 
QLabel_shipToNameLit
 
XLineEdit_shipvia
 
QLabel_shipviaLit
 
QCheckBox_showClosed
 
OrderCluster_so
 
XTreeWidget_soitem
 
QLabel_soNumberLit
 
CurrDisplay_subtotal
 
QLabel_subtotalLit
 
QTabWidget * _tab
 
TaxExemptCluster_taxExempt
 
QLabel_taxExemptLit
 
XComboBox_taxZone
 
QLabel_taxzoneLit
 
CurrCluster_total
 
QLabel_totalLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * horizontalSpacer_3
 
QSpacerItem * horizontalSpacer_4
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 

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 &)
 
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

◆ selectOrderForBilling()

selectOrderForBilling::selectOrderForBilling ( QWidget parent = 0,
const char *  name = 0,
Qt::WindowFlags  fl = Qt::Window 
)

◆ ~selectOrderForBilling()

selectOrderForBilling::~selectOrderForBilling ( )

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 selectOrderForBilling::clear ( )
virtualslot

◆ closeEvent()

void selectOrderForBilling::closeEvent ( QCloseEvent *  event)
protectedvirtual

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ get()

ParameterList XWidget::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void selectOrderForBilling::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 XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_selectOrderForBilling::retranslateUi ( QWidget selectOrderForBilling)
inlineinherited

◆ save()

bool selectOrderForBilling::save ( bool  partial)
virtual

◆ sCancelSelection

void selectOrderForBilling::sCancelSelection ( )
virtualslot

◆ sEditOrder

void selectOrderForBilling::sEditOrder ( )
virtualslot

◆ sEditSelection

void selectOrderForBilling::sEditSelection ( )
virtualslot

◆ set

SetResponse selectOrderForBilling::set ( const ParameterList &  pParams)
virtualslot

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_selectOrderForBilling::setupUi ( QWidget selectOrderForBilling)
inlineinherited

◆ sFillList

void selectOrderForBilling::sFillList ( )
virtualslot

◆ sFreightChanged

void selectOrderForBilling::sFreightChanged ( )
virtualslot

◆ sHandleShipchrg

void selectOrderForBilling::sHandleShipchrg ( int  pShipchrgid)
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sMiscChargeChanged

void selectOrderForBilling::sMiscChargeChanged ( )
virtualslot

◆ sMiscTaxtypeChanged

void selectOrderForBilling::sMiscTaxtypeChanged ( )
virtualslot

◆ sPopulate

void selectOrderForBilling::sPopulate ( int  pSoheadid)
virtualslot

◆ sSave

void selectOrderForBilling::sSave ( )
virtualslot

◆ sSelectBalance

void selectOrderForBilling::sSelectBalance ( )
virtualslot

◆ sSoList

void selectOrderForBilling::sSoList ( )
virtualslot

◆ sTaxZoneChanged

void selectOrderForBilling::sTaxZoneChanged ( )
virtualslot

◆ sUpdateTotal

void selectOrderForBilling::sUpdateTotal ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_selectOrderForBilling::_cancel
inherited

◆ _close

QPushButton* Ui_selectOrderForBilling::_close
inherited

◆ _closeOpenItems

QCheckBox* Ui_selectOrderForBilling::_closeOpenItems
inherited

◆ _comments

XTextEdit* Ui_selectOrderForBilling::_comments
inherited

◆ _custCurrency

XComboBox* Ui_selectOrderForBilling::_custCurrency
inherited

◆ _custCurrencyLit

QLabel* Ui_selectOrderForBilling::_custCurrencyLit
inherited

◆ _custName

QLabel* Ui_selectOrderForBilling::_custName
inherited

◆ _custNameLit

QLabel* Ui_selectOrderForBilling::_custNameLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _edit

QPushButton* Ui_selectOrderForBilling::_edit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _freight

CurrCluster* Ui_selectOrderForBilling::_freight
inherited

◆ _freightLit

QLabel* Ui_selectOrderForBilling::_freightLit
inherited

◆ _freightTaxtype

XComboBox* Ui_selectOrderForBilling::_freightTaxtype
inherited

◆ _freightTaxtypeLit

QLabel* Ui_selectOrderForBilling::_freightTaxtypeLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _infoGroup

QGroupBox* Ui_selectOrderForBilling::_infoGroup
inherited

◆ _invoiceDate

DLineEdit* Ui_selectOrderForBilling::_invoiceDate
inherited

◆ _invoiceDateLit

QLabel* Ui_selectOrderForBilling::_invoiceDateLit
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _lineitemsTab

QWidget* Ui_selectOrderForBilling::_lineitemsTab
inherited

◆ _miscCharge

CurrCluster* Ui_selectOrderForBilling::_miscCharge
inherited

◆ _miscChargeAccount

GLCluster* Ui_selectOrderForBilling::_miscChargeAccount
inherited

◆ _miscChargeAccountLit

QLabel* Ui_selectOrderForBilling::_miscChargeAccountLit
inherited

◆ _miscChargeAmountLit

QLabel* Ui_selectOrderForBilling::_miscChargeAmountLit
inherited

◆ _miscChargeDescription

XLineEdit* Ui_selectOrderForBilling::_miscChargeDescription
inherited

◆ _miscChargeDescriptionLit

QLabel* Ui_selectOrderForBilling::_miscChargeDescriptionLit
inherited

◆ _miscChargeDiscount

XCheckBox* Ui_selectOrderForBilling::_miscChargeDiscount
inherited

◆ _miscChargeTaxtype

XComboBox* Ui_selectOrderForBilling::_miscChargeTaxtype
inherited

◆ _miscChargeTaxtypeLit

QLabel* Ui_selectOrderForBilling::_miscChargeTaxtypeLit
inherited

◆ _notesTab

QWidget* Ui_selectOrderForBilling::_notesTab
inherited

◆ _orderDate

DLineEdit* Ui_selectOrderForBilling::_orderDate
inherited

◆ _orderDateLit

QLabel* Ui_selectOrderForBilling::_orderDateLit
inherited

◆ _orderGroup

QGroupBox* Ui_selectOrderForBilling::_orderGroup
inherited

◆ _payment

CurrCluster* Ui_selectOrderForBilling::_payment
inherited

◆ _paymentLit

QLabel* Ui_selectOrderForBilling::_paymentLit
inherited

◆ _poNumber

QLabel* Ui_selectOrderForBilling::_poNumber
inherited

◆ _poNumberLit

QLabel* Ui_selectOrderForBilling::_poNumberLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _salesTax

TaxDisplay* Ui_selectOrderForBilling::_salesTax
inherited

◆ _salesTaxLit

XLabel* Ui_selectOrderForBilling::_salesTaxLit
inherited

◆ _save

QPushButton* Ui_selectOrderForBilling::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _select

QPushButton* Ui_selectOrderForBilling::_select
inherited

◆ _selectBalance

QPushButton* Ui_selectOrderForBilling::_selectBalance
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _shipDate

DLineEdit* Ui_selectOrderForBilling::_shipDate
inherited

◆ _shipDateLit

QLabel* Ui_selectOrderForBilling::_shipDateLit
inherited

◆ _shipToName

QLabel* Ui_selectOrderForBilling::_shipToName
inherited

◆ _shipToNameLit

QLabel* Ui_selectOrderForBilling::_shipToNameLit
inherited

◆ _shipvia

XLineEdit* Ui_selectOrderForBilling::_shipvia
inherited

◆ _shipviaLit

QLabel* Ui_selectOrderForBilling::_shipviaLit
inherited

◆ _showClosed

QCheckBox* Ui_selectOrderForBilling::_showClosed
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _so

OrderCluster* Ui_selectOrderForBilling::_so
inherited

◆ _soitem

XTreeWidget* Ui_selectOrderForBilling::_soitem
inherited

◆ _soNumberLit

QLabel* Ui_selectOrderForBilling::_soNumberLit
inherited

◆ _subtotal

CurrDisplay* Ui_selectOrderForBilling::_subtotal
inherited

◆ _subtotalLit

QLabel* Ui_selectOrderForBilling::_subtotalLit
inherited

◆ _tab

QTabWidget* Ui_selectOrderForBilling::_tab
inherited

◆ _taxExempt

TaxExemptCluster* Ui_selectOrderForBilling::_taxExempt
inherited

◆ _taxExemptLit

QLabel* Ui_selectOrderForBilling::_taxExemptLit
inherited

◆ _taxZone

XComboBox* Ui_selectOrderForBilling::_taxZone
inherited

◆ _taxzoneLit

QLabel* Ui_selectOrderForBilling::_taxzoneLit
inherited

◆ _total

CurrCluster* Ui_selectOrderForBilling::_total
inherited

◆ _totalLit

QLabel* Ui_selectOrderForBilling::_totalLit
inherited

◆ gridLayout

QGridLayout* Ui_selectOrderForBilling::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_selectOrderForBilling::gridLayout1
inherited

◆ gridLayout2

QGridLayout* Ui_selectOrderForBilling::gridLayout2
inherited

◆ gridLayout3

QGridLayout* Ui_selectOrderForBilling::gridLayout3
inherited

◆ gridLayout4

QGridLayout* Ui_selectOrderForBilling::gridLayout4
inherited

◆ gridLayout_2

QGridLayout* Ui_selectOrderForBilling::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_selectOrderForBilling::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_selectOrderForBilling::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_selectOrderForBilling::gridLayout_5
inherited

◆ hboxLayout

QHBoxLayout* Ui_selectOrderForBilling::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_selectOrderForBilling::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_selectOrderForBilling::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_selectOrderForBilling::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_selectOrderForBilling::hboxLayout4
inherited

◆ horizontalLayout

QHBoxLayout* Ui_selectOrderForBilling::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_selectOrderForBilling::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_selectOrderForBilling::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_selectOrderForBilling::horizontalLayout_4
inherited

◆ horizontalSpacer

QSpacerItem* Ui_selectOrderForBilling::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_selectOrderForBilling::horizontalSpacer_2
inherited

◆ horizontalSpacer_3

QSpacerItem* Ui_selectOrderForBilling::horizontalSpacer_3
inherited

◆ horizontalSpacer_4

QSpacerItem* Ui_selectOrderForBilling::horizontalSpacer_4
inherited

◆ spacerItem

QSpacerItem* Ui_selectOrderForBilling::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_selectOrderForBilling::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_selectOrderForBilling::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_selectOrderForBilling::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_selectOrderForBilling::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_selectOrderForBilling::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_selectOrderForBilling::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_selectOrderForBilling::spacerItem7
inherited

◆ vboxLayout

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_selectOrderForBilling::vboxLayout5
inherited

◆ verticalLayout

QVBoxLayout* Ui_selectOrderForBilling::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_selectOrderForBilling::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_selectOrderForBilling::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_selectOrderForBilling::verticalSpacer_2
inherited

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

Generated on Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 6.0.0 doxygen 1.8.17