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

#include <postProduction.h>

Inheritance diagram for postProduction:
XDialog Ui::postProduction QDialog ScriptablePrivate Ui_postProduction ScriptableWidget

Public Slots

virtual void clear ()
 
int exec ()
 
virtual void sCatchWoid (int pWoid)
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sHandleWoid (int pWoid)
 
virtual void sPost ()
 
virtual void sReadWorkOrder (int pWoid)
 
virtual void sScrap ()
 

Public Member Functions

 postProduction (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
 ~postProduction ()
 
Q_INVOKABLE bool captive ()
 
virtual Q_INVOKABLE ParameterList get () const
 
Q_INVOKABLE QString handleIssueToParentAfterPost (int itemlocSeries)
 
Q_INVOKABLE int handleSeriesAdjustBeforePost ()
 
Q_INVOKABLE QString handleTransferAfterPost (int itemlocSeries)
 
Q_INVOKABLE int handleTransferSeriesAdjustBeforePost ()
 
Q_INVOKABLE bool okToPost ()
 
void retranslateUi (QDialog *postProduction)
 
void setupUi (QDialog *postProduction)
 
Q_INVOKABLE QString updateWoAfterPost ()
 

Public Attributes

XCheckBox_backflush
 
QPushButton * _close
 
XCheckBox_closeWo
 
QFrame * _frame
 
XCheckBox_immediateTransfer
 
XCheckBox_nonPickItems
 
QGroupBox_optionsGroup
 
QPushButton * _post
 
XTextEdit_productionNotes
 
QLabel_productionNotesLit
 
XLineEdit_qty
 
XLabel_qtyBalance
 
QLabel_qtyBalanceLit
 
QGroupBox_qtyGroup
 
QLabel_qtyLit
 
XLabel_qtyOrdered
 
QLabel_qtyOrderedLit
 
XLabel_qtyReceived
 
QLabel_qtyReceivedLit
 
XCheckBox_scrap
 
DLineEdit_transDate
 
QLabel_transDateLit
 
WComboBox_transferWarehouse
 
WoCluster_wo
 
QGroupBox_woGroup
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_5
 
QGridLayout * gridLayout_6
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
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

◆ postProduction()

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

◆ ~postProduction()

postProduction::~postProduction ( )

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

◆ captive()

Q_INVOKABLE bool postProduction::captive ( )
inline

◆ clear

void postProduction::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.

◆ handleIssueToParentAfterPost()

QString postProduction::handleIssueToParentAfterPost ( int  itemlocSeries)

◆ handleSeriesAdjustBeforePost()

int postProduction::handleSeriesAdjustBeforePost ( )

◆ handleTransferAfterPost()

QString postProduction::handleTransferAfterPost ( int  itemlocSeries)

◆ handleTransferSeriesAdjustBeforePost()

int postProduction::handleTransferSeriesAdjustBeforePost ( )

◆ languageChange

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

◆ okToPost()

bool postProduction::okToPost ( )

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_postProduction::retranslateUi ( QDialog postProduction)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCatchWoid

void postProduction::sCatchWoid ( int  pWoid)
virtualslot

◆ set

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

◆ sHandleWoid

void postProduction::sHandleWoid ( int  pWoid)
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPost

void postProduction::sPost ( )
virtualslot

◆ sReadWorkOrder

void postProduction::sReadWorkOrder ( int  pWoid)
virtualslot

◆ sScrap

void postProduction::sScrap ( )
virtualslot

◆ updateWoAfterPost()

QString postProduction::updateWoAfterPost ( )

Member Data Documentation

◆ _backflush

XCheckBox* Ui_postProduction::_backflush
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_postProduction::_close
inherited

◆ _closeWo

XCheckBox* Ui_postProduction::_closeWo
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_postProduction::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _immediateTransfer

XCheckBox* Ui_postProduction::_immediateTransfer
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _nonPickItems

XCheckBox* Ui_postProduction::_nonPickItems
inherited

◆ _optionsGroup

QGroupBox* Ui_postProduction::_optionsGroup
inherited

◆ _post

QPushButton* Ui_postProduction::_post
inherited

◆ _productionNotes

XTextEdit* Ui_postProduction::_productionNotes
inherited

◆ _productionNotesLit

QLabel* Ui_postProduction::_productionNotesLit
inherited

◆ _qty

XLineEdit* Ui_postProduction::_qty
inherited

◆ _qtyBalance

XLabel* Ui_postProduction::_qtyBalance
inherited

◆ _qtyBalanceLit

QLabel* Ui_postProduction::_qtyBalanceLit
inherited

◆ _qtyGroup

QGroupBox* Ui_postProduction::_qtyGroup
inherited

◆ _qtyLit

QLabel* Ui_postProduction::_qtyLit
inherited

◆ _qtyOrdered

XLabel* Ui_postProduction::_qtyOrdered
inherited

◆ _qtyOrderedLit

QLabel* Ui_postProduction::_qtyOrderedLit
inherited

◆ _qtyReceived

XLabel* Ui_postProduction::_qtyReceived
inherited

◆ _qtyReceivedLit

QLabel* Ui_postProduction::_qtyReceivedLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scrap

XCheckBox* Ui_postProduction::_scrap
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _transDate

DLineEdit* Ui_postProduction::_transDate
inherited

◆ _transDateLit

QLabel* Ui_postProduction::_transDateLit
inherited

◆ _transferWarehouse

WComboBox* Ui_postProduction::_transferWarehouse
inherited

◆ _wo

WoCluster* Ui_postProduction::_wo
inherited

◆ _woGroup

QGroupBox* Ui_postProduction::_woGroup
inherited

◆ gridLayout

QGridLayout* Ui_postProduction::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_postProduction::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_postProduction::gridLayout_3
inherited

◆ gridLayout_5

QGridLayout* Ui_postProduction::gridLayout_5
inherited

◆ gridLayout_6

QGridLayout* Ui_postProduction::gridLayout_6
inherited

◆ hboxLayout

QHBoxLayout* Ui_postProduction::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_postProduction::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_postProduction::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_postProduction::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_postProduction::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_postProduction::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_postProduction::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_postProduction::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_postProduction::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_postProduction::spacerItem3
inherited

◆ vboxLayout

QVBoxLayout* Ui_postProduction::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_postProduction::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_postProduction::vboxLayout2
inherited

◆ verticalLayout

QVBoxLayout* Ui_postProduction::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_postProduction::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_postProduction::verticalLayout_3
inherited

◆ verticalSpacer

QSpacerItem* Ui_postProduction::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_postProduction::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 5.1.0 doxygen 1.8.17