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

#include <getLotInfo.h>

Inheritance diagram for getLotInfo:
XDialog Ui::getLotInfo QDialog ScriptablePrivate Ui_getLotInfo ScriptableWidget

Public Slots

virtual void enableExpiration (bool yes)
 
virtual void enableWarranty (bool yes)
 
int exec ()
 
virtual QDate expiration ()
 
virtual QString lot ()
 
virtual void sAssign ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual QDate warranty ()
 

Public Member Functions

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

Public Attributes

QPushButton * _assign
 
QPushButton * _close
 
DLineEdit_expiration
 
QLabel_expirationDateLit
 
XLineEdit_lot
 
QLabel_lotSerialLit
 
DLineEdit_warranty
 
QLabel_warrantyDateLit
 
QGridLayout * gridLayout
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 

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

◆ getLotInfo()

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

◆ ~getLotInfo()

getLotInfo::~getLotInfo ( )

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.

◆ enableExpiration

void getLotInfo::enableExpiration ( bool  yes)
virtualslot

◆ enableWarranty

void getLotInfo::enableWarranty ( bool  yes)
virtualslot

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ expiration

QDate getLotInfo::expiration ( )
virtualslot

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

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

◆ lot

QString getLotInfo::lot ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_getLotInfo::retranslateUi ( QDialog getLotInfo)
inlineinherited

◆ sAssign

void getLotInfo::sAssign ( )
virtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

enum SetResponse XDialog::set ( const ParameterList &  pParams)
virtualslotinherited

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_getLotInfo::setupUi ( QDialog getLotInfo)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ warranty

QDate getLotInfo::warranty ( )
virtualslot

Member Data Documentation

◆ _assign

QPushButton* Ui_getLotInfo::_assign
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_getLotInfo::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _expiration

DLineEdit* Ui_getLotInfo::_expiration
inherited

◆ _expirationDateLit

QLabel* Ui_getLotInfo::_expirationDateLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _lot

XLineEdit* Ui_getLotInfo::_lot
inherited

◆ _lotSerialLit

QLabel* Ui_getLotInfo::_lotSerialLit
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

◆ _warranty

DLineEdit* Ui_getLotInfo::_warranty
inherited

◆ _warrantyDateLit

QLabel* Ui_getLotInfo::_warrantyDateLit
inherited

◆ gridLayout

QGridLayout* Ui_getLotInfo::gridLayout
inherited

◆ hboxLayout

QHBoxLayout* Ui_getLotInfo::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_getLotInfo::hboxLayout1
inherited

◆ spacerItem

QSpacerItem* Ui_getLotInfo::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_getLotInfo::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_getLotInfo::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_getLotInfo::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_getLotInfo::vboxLayout1
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