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

#include <assignLotSerial.h>

Inheritance diagram for assignLotSerial:
XDialog Ui::assignLotSerial QDialog ScriptablePrivate Ui_assignLotSerial ScriptableWidget

Public Slots

virtual void closeEvent (QCloseEvent *pEvent)
 
int exec ()
 
virtual void sAssign ()
 
virtual void sClose ()
 
virtual void sDelete ()
 
virtual void sEdit ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillList ()
 
virtual void sNew ()
 
virtual void sPrint ()
 
virtual void sPrintOptions ()
 

Public Member Functions

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

Public Attributes

QDialogButtonBox * _buttonBox
 
QPushButton * _delete
 
QPushButton * _edit
 
ItemCluster_item
 
XTreeWidget_itemlocdist
 
QLabel_itemlocdistLit
 
QPushButton * _new
 
QPushButton * _options
 
QPushButton * _print
 
XLabel_qtyAssigned
 
QLabel_qtyAssignedLit
 
XLabel_qtyBalance
 
QGroupBox_qtyGroup
 
QLabel_qtyRemaining
 
XLabel_qtyToAssign
 
QLabel_qtyToAssignLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QGroupBoxitemGroup
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 

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

◆ assignLotSerial()

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

◆ ~assignLotSerial()

assignLotSerial::~assignLotSerial ( )

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 assignLotSerial::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.

◆ languageChange

void assignLotSerial::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_assignLotSerial::retranslateUi ( QDialog assignLotSerial)
inlineinherited

◆ sAssign

void assignLotSerial::sAssign ( )
virtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sClose

void assignLotSerial::sClose ( )
virtualslot

◆ sDelete

void assignLotSerial::sDelete ( )
virtualslot

◆ sEdit

void assignLotSerial::sEdit ( )
virtualslot

◆ set

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

◆ sFillList

void assignLotSerial::sFillList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sNew

void assignLotSerial::sNew ( )
virtualslot

◆ sPrint

void assignLotSerial::sPrint ( )
virtualslot

◆ sPrintOptions

void assignLotSerial::sPrintOptions ( )
virtualslot

Member Data Documentation

◆ _buttonBox

QDialogButtonBox* Ui_assignLotSerial::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _delete

QPushButton* Ui_assignLotSerial::_delete
inherited

◆ _edit

QPushButton* Ui_assignLotSerial::_edit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

ItemCluster* Ui_assignLotSerial::_item
inherited

◆ _itemlocdist

XTreeWidget* Ui_assignLotSerial::_itemlocdist
inherited

◆ _itemlocdistLit

QLabel* Ui_assignLotSerial::_itemlocdistLit
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _new

QPushButton* Ui_assignLotSerial::_new
inherited

◆ _options

QPushButton* Ui_assignLotSerial::_options
inherited

◆ _print

QPushButton* assignLotSerial::_print

◆ _qtyAssigned

XLabel* Ui_assignLotSerial::_qtyAssigned
inherited

◆ _qtyAssignedLit

QLabel* Ui_assignLotSerial::_qtyAssignedLit
inherited

◆ _qtyBalance

XLabel* Ui_assignLotSerial::_qtyBalance
inherited

◆ _qtyGroup

QGroupBox* Ui_assignLotSerial::_qtyGroup
inherited

◆ _qtyRemaining

QLabel* Ui_assignLotSerial::_qtyRemaining
inherited

◆ _qtyToAssign

XLabel* Ui_assignLotSerial::_qtyToAssign
inherited

◆ _qtyToAssignLit

QLabel* Ui_assignLotSerial::_qtyToAssignLit
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

◆ gridLayout

QGridLayout* Ui_assignLotSerial::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_assignLotSerial::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_assignLotSerial::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_assignLotSerial::gridLayout_4
inherited

◆ hboxLayout

QHBoxLayout* Ui_assignLotSerial::hboxLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_assignLotSerial::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_assignLotSerial::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_assignLotSerial::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_assignLotSerial::horizontalSpacer
inherited

◆ itemGroup

QGroupBox* Ui_assignLotSerial::itemGroup
inherited

◆ spacerItem

QSpacerItem* Ui_assignLotSerial::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_assignLotSerial::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_assignLotSerial::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_assignLotSerial::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_assignLotSerial::verticalLayout
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