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

#include <lotSerialRegistration.h>

Inheritance diagram for lotSerialRegistration:
XDialog Ui::lotSerialRegistration QDialog ScriptablePrivate Ui_lotSerialRegistration ScriptableWidget

Public Slots

virtual void closeEvent (QCloseEvent *pEvent)
 
int exec ()
 
virtual void populate ()
 
virtual void sClose ()
 
virtual void sDateUpdated ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sSave ()
 
virtual void sSetSoCustId ()
 
virtual void sSetSoId ()
 

Public Member Functions

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

Public Attributes

QDialogButtonBox * _buttonBox
 
QWidget_characteristicsTab
 
CharacteristicsWidget_charass
 
ContactCluster_cntct
 
QWidget_contactTab
 
QGroupBox_crmaccntGroup
 
CRMAcctCluster_crmacct
 
QGroupBox_dateGroup
 
DLineEdit_expireDate
 
QLabel_expireDateLit
 
ItemCluster_item
 
QGroupBox_itemGroup
 
LotserialCluster_lotSerial
 
XTextEdit_notes
 
QWidget_notesTab
 
QLabel_numberLit
 
QGroupBox_orderGroup
 
XLineEdit_qty
 
QLabel_qtyLit
 
DLineEdit_regDate
 
QLabel_regDateLit
 
XLineEdit_regNumber
 
ShipmentCluster_shipment
 
QLabel_shipmentLit
 
OrderCluster_so
 
DLineEdit_soldDate
 
QLabel_soldDateLit
 
QLabel_soLit
 
QTabWidget * _tab
 
XComboBox_type
 
QLabel_typeLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_25
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QGridLayout * gridLayout_6
 
QGridLayout * gridLayout_7
 
QGridLayout * gridLayout_8
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
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 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

◆ lotSerialRegistration()

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

◆ ~lotSerialRegistration()

lotSerialRegistration::~lotSerialRegistration ( )

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

◆ populate

void lotSerialRegistration::populate ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_lotSerialRegistration::retranslateUi ( QDialog lotSerialRegistration)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sClose

void lotSerialRegistration::sClose ( )
virtualslot

◆ sDateUpdated

void lotSerialRegistration::sDateUpdated ( )
virtualslot

◆ set

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

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void lotSerialRegistration::sSave ( )
virtualslot

◆ sSetSoCustId

void lotSerialRegistration::sSetSoCustId ( )
virtualslot

◆ sSetSoId

void lotSerialRegistration::sSetSoId ( )
virtualslot

Member Data Documentation

◆ _buttonBox

QDialogButtonBox* Ui_lotSerialRegistration::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _characteristicsTab

QWidget* Ui_lotSerialRegistration::_characteristicsTab
inherited

◆ _charass

CharacteristicsWidget* Ui_lotSerialRegistration::_charass
inherited

◆ _cntct

ContactCluster* Ui_lotSerialRegistration::_cntct
inherited

◆ _contactTab

QWidget* Ui_lotSerialRegistration::_contactTab
inherited

◆ _crmaccntGroup

QGroupBox* Ui_lotSerialRegistration::_crmaccntGroup
inherited

◆ _crmacct

CRMAcctCluster* Ui_lotSerialRegistration::_crmacct
inherited

◆ _dateGroup

QGroupBox* Ui_lotSerialRegistration::_dateGroup
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _expireDate

DLineEdit* Ui_lotSerialRegistration::_expireDate
inherited

◆ _expireDateLit

QLabel* Ui_lotSerialRegistration::_expireDateLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

ItemCluster* Ui_lotSerialRegistration::_item
inherited

◆ _itemGroup

QGroupBox* Ui_lotSerialRegistration::_itemGroup
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _lotSerial

LotserialCluster* Ui_lotSerialRegistration::_lotSerial
inherited

◆ _notes

XTextEdit* Ui_lotSerialRegistration::_notes
inherited

◆ _notesTab

QWidget* Ui_lotSerialRegistration::_notesTab
inherited

◆ _numberLit

QLabel* Ui_lotSerialRegistration::_numberLit
inherited

◆ _orderGroup

QGroupBox* Ui_lotSerialRegistration::_orderGroup
inherited

◆ _qty

XLineEdit* Ui_lotSerialRegistration::_qty
inherited

◆ _qtyLit

QLabel* Ui_lotSerialRegistration::_qtyLit
inherited

◆ _regDate

DLineEdit* Ui_lotSerialRegistration::_regDate
inherited

◆ _regDateLit

QLabel* Ui_lotSerialRegistration::_regDateLit
inherited

◆ _regNumber

XLineEdit* Ui_lotSerialRegistration::_regNumber
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _shipment

ShipmentCluster* Ui_lotSerialRegistration::_shipment
inherited

◆ _shipmentLit

QLabel* Ui_lotSerialRegistration::_shipmentLit
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _so

OrderCluster* Ui_lotSerialRegistration::_so
inherited

◆ _soldDate

DLineEdit* Ui_lotSerialRegistration::_soldDate
inherited

◆ _soldDateLit

QLabel* Ui_lotSerialRegistration::_soldDateLit
inherited

◆ _soLit

QLabel* Ui_lotSerialRegistration::_soLit
inherited

◆ _tab

QTabWidget* Ui_lotSerialRegistration::_tab
inherited

◆ _type

XComboBox* Ui_lotSerialRegistration::_type
inherited

◆ _typeLit

QLabel* Ui_lotSerialRegistration::_typeLit
inherited

◆ gridLayout

QGridLayout* Ui_lotSerialRegistration::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_lotSerialRegistration::gridLayout1
inherited

◆ gridLayout_2

QGridLayout* Ui_lotSerialRegistration::gridLayout_2
inherited

◆ gridLayout_25

QGridLayout* Ui_lotSerialRegistration::gridLayout_25
inherited

◆ gridLayout_3

QGridLayout* Ui_lotSerialRegistration::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_lotSerialRegistration::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_lotSerialRegistration::gridLayout_5
inherited

◆ gridLayout_6

QGridLayout* Ui_lotSerialRegistration::gridLayout_6
inherited

◆ gridLayout_7

QGridLayout* Ui_lotSerialRegistration::gridLayout_7
inherited

◆ gridLayout_8

QGridLayout* Ui_lotSerialRegistration::gridLayout_8
inherited

◆ hboxLayout

QHBoxLayout* Ui_lotSerialRegistration::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_lotSerialRegistration::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_lotSerialRegistration::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_lotSerialRegistration::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_lotSerialRegistration::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_lotSerialRegistration::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_lotSerialRegistration::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_lotSerialRegistration::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_lotSerialRegistration::spacerItem4
inherited

◆ vboxLayout

QVBoxLayout* Ui_lotSerialRegistration::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_lotSerialRegistration::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_lotSerialRegistration::vboxLayout2
inherited

◆ verticalLayout

QVBoxLayout* Ui_lotSerialRegistration::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_lotSerialRegistration::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_lotSerialRegistration::verticalSpacer
inherited

◆ verticalSpacer_2

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