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

#include <shipTo.h>

Inheritance diagram for shipTo:
XDialog Ui::shipTo QDialog ScriptablePrivate Ui_shipTo ScriptableWidget

Public Slots

virtual void closeEvent (QCloseEvent *pEvent)
 
int exec ()
 
virtual void populate ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sPopulateCommission (int pSalesrepid)
 
virtual void sPopulateNumber ()
 
virtual void sSave ()
 

Signals

void newId (int)
 
void populated ()
 

Public Member Functions

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

Public Attributes

QCheckBox_active
 
AddressCluster_address
 
QGroupBox_addrGroup
 
QPushButton * _close
 
QGroupBox_cntctGroup
 
XTextEdit_comments
 
QTabWidget * _commentsTab
 
XLineEdit_commission
 
QLabel_commissionLit
 
ContactCluster_contact
 
QLabel_custName
 
QLabel_custNum
 
QLabel_custNumberLit
 
QCheckBox_default
 
QGroupBox_defaultsGroup
 
Documents_documents
 
QWidget_documentsTab
 
QWidget_generalTab
 
XLineEdit_name
 
QLabel_nameLit
 
XComboBox_salesRep
 
QLabel_salesRepLit
 
QPushButton * _save
 
WComboBox_sellingWarehouse
 
QLabel_sellingWarehouseLit
 
XComboBox_shipchrg
 
XComboBox_shipform
 
QLabel_shippingChargesLit
 
XTextEdit_shippingComments
 
QLabel_shippingFormLit
 
QWidget_shippingTab
 
XLineEdit_shipToNumber
 
QLabel_shipToNumberLit
 
XComboBox_shipVia
 
QLabel_shipviaLlit
 
XComboBox_shipZone
 
XComboBox_taxzone
 
QLabel_taxZoneLit
 
QLabel_zoneLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QGridLayout * gridLayout_6
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 
QSpacerItem * verticalSpacer_3
 

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

◆ shipTo()

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

◆ ~shipTo()

shipTo::~shipTo ( )

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 shipTo::closeEvent ( QCloseEvent *  pEvent)
virtualslot

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ id()

int shipTo::id ( ) const
virtual

◆ languageChange

void shipTo::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

◆ mode()

int shipTo::mode ( ) const
virtual

◆ newId

void shipTo::newId ( int  )
signal

◆ populate

void shipTo::populate ( )
virtualslot

◆ populated

void shipTo::populated ( )
signal

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_shipTo::retranslateUi ( QDialog shipTo)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

enum SetResponse shipTo::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_shipTo::setupUi ( QDialog shipTo)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPopulateCommission

void shipTo::sPopulateCommission ( int  pSalesrepid)
virtualslot

◆ sPopulateNumber

void shipTo::sPopulateNumber ( )
virtualslot

◆ sSave

void shipTo::sSave ( )
virtualslot

Member Data Documentation

◆ _active

QCheckBox* Ui_shipTo::_active
inherited

◆ _address

AddressCluster* Ui_shipTo::_address
inherited

◆ _addrGroup

QGroupBox* Ui_shipTo::_addrGroup
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_shipTo::_close
inherited

◆ _cntctGroup

QGroupBox* Ui_shipTo::_cntctGroup
inherited

◆ _comments

XTextEdit* Ui_shipTo::_comments
inherited

◆ _commentsTab

QTabWidget* Ui_shipTo::_commentsTab
inherited

◆ _commission

XLineEdit* Ui_shipTo::_commission
inherited

◆ _commissionLit

QLabel* Ui_shipTo::_commissionLit
inherited

◆ _contact

ContactCluster* Ui_shipTo::_contact
inherited

◆ _custName

QLabel* Ui_shipTo::_custName
inherited

◆ _custNum

QLabel* Ui_shipTo::_custNum
inherited

◆ _custNumberLit

QLabel* Ui_shipTo::_custNumberLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _default

QCheckBox* Ui_shipTo::_default
inherited

◆ _defaultsGroup

QGroupBox* Ui_shipTo::_defaultsGroup
inherited

◆ _documents

Documents* Ui_shipTo::_documents
inherited

◆ _documentsTab

QWidget* Ui_shipTo::_documentsTab
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _generalTab

QWidget* Ui_shipTo::_generalTab
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _name

XLineEdit* Ui_shipTo::_name
inherited

◆ _nameLit

QLabel* Ui_shipTo::_nameLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _salesRep

XComboBox* Ui_shipTo::_salesRep
inherited

◆ _salesRepLit

QLabel* Ui_shipTo::_salesRepLit
inherited

◆ _save

QPushButton* Ui_shipTo::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _sellingWarehouse

WComboBox* Ui_shipTo::_sellingWarehouse
inherited

◆ _sellingWarehouseLit

QLabel* Ui_shipTo::_sellingWarehouseLit
inherited

◆ _shipchrg

XComboBox* Ui_shipTo::_shipchrg
inherited

◆ _shipform

XComboBox* Ui_shipTo::_shipform
inherited

◆ _shippingChargesLit

QLabel* Ui_shipTo::_shippingChargesLit
inherited

◆ _shippingComments

XTextEdit* Ui_shipTo::_shippingComments
inherited

◆ _shippingFormLit

QLabel* Ui_shipTo::_shippingFormLit
inherited

◆ _shippingTab

QWidget* Ui_shipTo::_shippingTab
inherited

◆ _shipToNumber

XLineEdit* Ui_shipTo::_shipToNumber
inherited

◆ _shipToNumberLit

QLabel* Ui_shipTo::_shipToNumberLit
inherited

◆ _shipVia

XComboBox* Ui_shipTo::_shipVia
inherited

◆ _shipviaLlit

QLabel* Ui_shipTo::_shipviaLlit
inherited

◆ _shipZone

XComboBox* Ui_shipTo::_shipZone
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _taxzone

XComboBox* Ui_shipTo::_taxzone
inherited

◆ _taxZoneLit

QLabel* Ui_shipTo::_taxZoneLit
inherited

◆ _zoneLit

QLabel* Ui_shipTo::_zoneLit
inherited

◆ gridLayout

QGridLayout* Ui_shipTo::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_shipTo::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_shipTo::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_shipTo::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_shipTo::gridLayout_5
inherited

◆ gridLayout_6

QGridLayout* Ui_shipTo::gridLayout_6
inherited

◆ hboxLayout

QHBoxLayout* Ui_shipTo::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_shipTo::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_shipTo::hboxLayout2
inherited

◆ horizontalLayout

QHBoxLayout* Ui_shipTo::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_shipTo::horizontalLayout_2
inherited

◆ horizontalSpacer

QSpacerItem* Ui_shipTo::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_shipTo::spacerItem
inherited

◆ vboxLayout

QVBoxLayout* Ui_shipTo::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_shipTo::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_shipTo::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_shipTo::verticalLayout_3
inherited

◆ verticalSpacer

QSpacerItem* Ui_shipTo::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_shipTo::verticalSpacer_2
inherited

◆ verticalSpacer_3

QSpacerItem* Ui_shipTo::verticalSpacer_3
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