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

#include <shippingInformation.h>

Inheritance diagram for shippingInformation:
XDialog Ui::shippingInformation QDialog ScriptablePrivate Ui_shippingInformation ScriptableWidget

Public Slots

int exec ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillList ()
 
virtual void sIssueStock ()
 
virtual void sPopulateMenu (QMenu *menuThis)
 
virtual void sReturnAllLineStock ()
 
virtual void sSave ()
 
virtual void sViewLine ()
 

Public Member Functions

 shippingInformation (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
 ~shippingInformation ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *shippingInformation)
 
void setupUi (QDialog *shippingInformation)
 

Public Attributes

QDialogButtonBox * _buttonBox
 
QLabel_custName
 
QLabel_custNameLit
 
QLabel_custPhone
 
QLabel_custPhoneLit
 
CurrCluster_freight
 
QLabel_freightLit
 
XTreeWidget_item
 
XTextEdit_notes
 
OrderCluster_order
 
DLineEdit_orderDate
 
QLabel_orderDateLit
 
QLabel_poNumber
 
QLabel_poNumberLit
 
DLineEdit_shipDate
 
QLabel_shipdateLit
 
ShipmentCluster_shipment
 
QLabel_shipmentLit
 
QLabel_shipmentLit_2
 
XComboBox_shippingCharges
 
QLabel_shippingChargesLit
 
XComboBox_shippingForm
 
QLabel_shippingFormLit
 
QLabel_shipToName
 
QLabel_shipToNameLit
 
XComboBox_shipVia
 
QLabel_shipViaLit
 
QTabWidget * _tab
 
QWidget_tabshipmentheader
 
QWidget_tabshipmentlines
 
QWidget_tabshipmentnotes
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QGridLayout * gridLayout_6
 
QGridLayout * gridLayout_7
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

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

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

◆ shippingInformation()

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

◆ ~shippingInformation()

shippingInformation::~shippingInformation ( )

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 shippingInformation::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_shippingInformation::retranslateUi ( QDialog shippingInformation)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

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

◆ sFillList

void shippingInformation::sFillList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sIssueStock

void shippingInformation::sIssueStock ( )
virtualslot

◆ sPopulateMenu

void shippingInformation::sPopulateMenu ( QMenu *  menuThis)
virtualslot

◆ sReturnAllLineStock

void shippingInformation::sReturnAllLineStock ( )
virtualslot

◆ sSave

void shippingInformation::sSave ( )
virtualslot

◆ sViewLine

void shippingInformation::sViewLine ( )
virtualslot

Member Data Documentation

◆ _buttonBox

QDialogButtonBox* Ui_shippingInformation::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _custName

QLabel* Ui_shippingInformation::_custName
inherited

◆ _custNameLit

QLabel* Ui_shippingInformation::_custNameLit
inherited

◆ _custPhone

QLabel* Ui_shippingInformation::_custPhone
inherited

◆ _custPhoneLit

QLabel* Ui_shippingInformation::_custPhoneLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _freight

CurrCluster* Ui_shippingInformation::_freight
inherited

◆ _freightLit

QLabel* Ui_shippingInformation::_freightLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

XTreeWidget* Ui_shippingInformation::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _notes

XTextEdit* Ui_shippingInformation::_notes
inherited

◆ _order

OrderCluster* Ui_shippingInformation::_order
inherited

◆ _orderDate

DLineEdit* Ui_shippingInformation::_orderDate
inherited

◆ _orderDateLit

QLabel* Ui_shippingInformation::_orderDateLit
inherited

◆ _poNumber

QLabel* Ui_shippingInformation::_poNumber
inherited

◆ _poNumberLit

QLabel* Ui_shippingInformation::_poNumberLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _shipDate

DLineEdit* Ui_shippingInformation::_shipDate
inherited

◆ _shipdateLit

QLabel* Ui_shippingInformation::_shipdateLit
inherited

◆ _shipment

ShipmentCluster* Ui_shippingInformation::_shipment
inherited

◆ _shipmentLit

QLabel* Ui_shippingInformation::_shipmentLit
inherited

◆ _shipmentLit_2

QLabel* Ui_shippingInformation::_shipmentLit_2
inherited

◆ _shippingCharges

XComboBox* Ui_shippingInformation::_shippingCharges
inherited

◆ _shippingChargesLit

QLabel* Ui_shippingInformation::_shippingChargesLit
inherited

◆ _shippingForm

XComboBox* Ui_shippingInformation::_shippingForm
inherited

◆ _shippingFormLit

QLabel* Ui_shippingInformation::_shippingFormLit
inherited

◆ _shipToName

QLabel* Ui_shippingInformation::_shipToName
inherited

◆ _shipToNameLit

QLabel* Ui_shippingInformation::_shipToNameLit
inherited

◆ _shipVia

XComboBox* Ui_shippingInformation::_shipVia
inherited

◆ _shipViaLit

QLabel* Ui_shippingInformation::_shipViaLit
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _tab

QTabWidget* Ui_shippingInformation::_tab
inherited

◆ _tabshipmentheader

QWidget* Ui_shippingInformation::_tabshipmentheader
inherited

◆ _tabshipmentlines

QWidget* Ui_shippingInformation::_tabshipmentlines
inherited

◆ _tabshipmentnotes

QWidget* Ui_shippingInformation::_tabshipmentnotes
inherited

◆ gridLayout

QGridLayout* Ui_shippingInformation::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_shippingInformation::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_shippingInformation::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_shippingInformation::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_shippingInformation::gridLayout_5
inherited

◆ gridLayout_6

QGridLayout* Ui_shippingInformation::gridLayout_6
inherited

◆ gridLayout_7

QGridLayout* Ui_shippingInformation::gridLayout_7
inherited

◆ hboxLayout

QHBoxLayout* Ui_shippingInformation::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_shippingInformation::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_shippingInformation::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_shippingInformation::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_shippingInformation::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_shippingInformation::spacerItem1
inherited

◆ verticalLayout

QVBoxLayout* Ui_shippingInformation::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_shippingInformation::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_shippingInformation::verticalSpacer
inherited

◆ verticalSpacer_2

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