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

#include <countSlip.h>

Inheritance diagram for countSlip:
XDialog Ui::countSlip QDialog ScriptablePrivate Ui_countSlip ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual void populateTagInfo ()
 
virtual void sCatchCounttagid (int pCnttagid)
 
virtual void sCatchLocation (const int)
 
virtual void sCatchLotSerialNumber (const int)
 
virtual void sCountTagList ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sPopulateItemSiteInfo ()
 
virtual void sSave ()
 

Public Member Functions

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

Public Attributes

QPushButton * _close
 
XTextEdit_comments
 
QLabel_commentsLit
 
QLabel_countedQtyTD
 
QLabel_countedQtyTDLit
 
QPushButton * _countTagList
 
XLineEdit_countTagNumber
 
QLabel_countTagNumberLit
 
DLineEdit_expiration
 
ItemCluster_item
 
XComboBox_location
 
QLabel_locationLit
 
XLineEdit_lotSerial
 
QLabel_lotSerialLit
 
XLineEdit_number
 
XLineEdit_qty
 
QLabel_qtyLit
 
QPushButton * _save
 
QLabel_slipNumberLit
 
WComboBox_warehouse
 
QLabel_warehouseLit
 
DLineEdit_warranty
 
QFrame * frame
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * hboxLayout8
 
QHBoxLayout * hboxLayout9
 
QLabellabel
 
QLabellabel_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 

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

◆ countSlip()

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

◆ ~countSlip()

countSlip::~countSlip ( )

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 countSlip::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 countSlip::populate ( )
virtualslot

◆ populateTagInfo

void countSlip::populateTagInfo ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_countSlip::retranslateUi ( QDialog countSlip)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCatchCounttagid

void countSlip::sCatchCounttagid ( int  pCnttagid)
virtualslot

◆ sCatchLocation

void countSlip::sCatchLocation ( const int  plocation)
virtualslot

◆ sCatchLotSerialNumber

void countSlip::sCatchLotSerialNumber ( const int  plotserial)
virtualslot

◆ sCountTagList

void countSlip::sCountTagList ( )
virtualslot

◆ set

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

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPopulateItemSiteInfo

void countSlip::sPopulateItemSiteInfo ( )
virtualslot

◆ sSave

void countSlip::sSave ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_countSlip::_close
inherited

◆ _comments

XTextEdit* Ui_countSlip::_comments
inherited

◆ _commentsLit

QLabel* Ui_countSlip::_commentsLit
inherited

◆ _countedQtyTD

QLabel* Ui_countSlip::_countedQtyTD
inherited

◆ _countedQtyTDLit

QLabel* Ui_countSlip::_countedQtyTDLit
inherited

◆ _countTagList

QPushButton* Ui_countSlip::_countTagList
inherited

◆ _countTagNumber

XLineEdit* Ui_countSlip::_countTagNumber
inherited

◆ _countTagNumberLit

QLabel* Ui_countSlip::_countTagNumberLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _expiration

DLineEdit* Ui_countSlip::_expiration
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

ItemCluster* Ui_countSlip::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _location

XComboBox* Ui_countSlip::_location
inherited

◆ _locationLit

QLabel* Ui_countSlip::_locationLit
inherited

◆ _lotSerial

XLineEdit* Ui_countSlip::_lotSerial
inherited

◆ _lotSerialLit

QLabel* Ui_countSlip::_lotSerialLit
inherited

◆ _number

XLineEdit* Ui_countSlip::_number
inherited

◆ _qty

XLineEdit* Ui_countSlip::_qty
inherited

◆ _qtyLit

QLabel* Ui_countSlip::_qtyLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _save

QPushButton* Ui_countSlip::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _slipNumberLit

QLabel* Ui_countSlip::_slipNumberLit
inherited

◆ _warehouse

WComboBox* Ui_countSlip::_warehouse
inherited

◆ _warehouseLit

QLabel* Ui_countSlip::_warehouseLit
inherited

◆ _warranty

DLineEdit* Ui_countSlip::_warranty
inherited

◆ frame

QFrame* Ui_countSlip::frame
inherited

◆ gridLayout

QGridLayout* Ui_countSlip::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_countSlip::gridLayout1
inherited

◆ hboxLayout

QHBoxLayout* Ui_countSlip::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_countSlip::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_countSlip::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_countSlip::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_countSlip::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_countSlip::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_countSlip::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_countSlip::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_countSlip::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_countSlip::hboxLayout9
inherited

◆ label

QLabel* Ui_countSlip::label
inherited

◆ label_2

QLabel* Ui_countSlip::label_2
inherited

◆ spacerItem

QSpacerItem* Ui_countSlip::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_countSlip::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_countSlip::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_countSlip::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_countSlip::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_countSlip::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_countSlip::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_countSlip::spacerItem7
inherited

◆ vboxLayout

QVBoxLayout* Ui_countSlip::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_countSlip::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_countSlip::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_countSlip::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_countSlip::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_countSlip::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_countSlip::vboxLayout6
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