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

#include <enterPoitemReturn.h>

Inheritance diagram for enterPoitemReturn:
XDialog Ui::enterPoitemReturn QDialog ScriptablePrivate Ui_enterPoitemReturn ScriptableWidget

Public Slots

int exec ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sReturn ()
 

Public Member Functions

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

Public Attributes

QPushButton * _close
 
XLabel_invVendorUOMRatio
 
QLabel_invVendorUOMRatioLit
 
ItemCluster_item
 
QLabel_lineNumber
 
QLabel_lineNumberLit
 
XLabel_ordered
 
QLabel_orderedLit
 
QLabel_poNumber
 
QLabel_poNumberLit
 
XTreeWidget_receipts
 
QFrame * _receiptsLine
 
QLabel_receiptsLit
 
XLabel_received
 
QLabel_receivedLit
 
XComboBox_rejectCode
 
QLabel_rejectCodeLit
 
QPushButton * _return
 
XLineEdit_toReturn
 
QLabel_toReturnLit
 
QLabel_vendItemDescripLit
 
QLabel_vendItemNumberLit
 
QTextEdit_vendorDescrip
 
QLabel_vendorItemNumber
 
QLabel_vendorUOM
 
QLabel_vendorUOMLit
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout10
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * hboxLayout8
 
QHBoxLayout * hboxLayout9
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout10
 
QVBoxLayout * vboxLayout11
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 
QVBoxLayout * vboxLayout7
 
QVBoxLayout * vboxLayout8
 
QVBoxLayout * vboxLayout9
 

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

◆ enterPoitemReturn()

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

◆ ~enterPoitemReturn()

enterPoitemReturn::~enterPoitemReturn ( )

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 enterPoitemReturn::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_enterPoitemReturn::retranslateUi ( QDialog enterPoitemReturn)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

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

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sReturn

void enterPoitemReturn::sReturn ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_enterPoitemReturn::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _invVendorUOMRatio

XLabel* Ui_enterPoitemReturn::_invVendorUOMRatio
inherited

◆ _invVendorUOMRatioLit

QLabel* Ui_enterPoitemReturn::_invVendorUOMRatioLit
inherited

◆ _item

ItemCluster* Ui_enterPoitemReturn::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _lineNumber

QLabel* Ui_enterPoitemReturn::_lineNumber
inherited

◆ _lineNumberLit

QLabel* Ui_enterPoitemReturn::_lineNumberLit
inherited

◆ _ordered

XLabel* Ui_enterPoitemReturn::_ordered
inherited

◆ _orderedLit

QLabel* Ui_enterPoitemReturn::_orderedLit
inherited

◆ _poNumber

QLabel* Ui_enterPoitemReturn::_poNumber
inherited

◆ _poNumberLit

QLabel* Ui_enterPoitemReturn::_poNumberLit
inherited

◆ _receipts

XTreeWidget* Ui_enterPoitemReturn::_receipts
inherited

◆ _receiptsLine

QFrame* Ui_enterPoitemReturn::_receiptsLine
inherited

◆ _receiptsLit

QLabel* Ui_enterPoitemReturn::_receiptsLit
inherited

◆ _received

XLabel* Ui_enterPoitemReturn::_received
inherited

◆ _receivedLit

QLabel* Ui_enterPoitemReturn::_receivedLit
inherited

◆ _rejectCode

XComboBox* Ui_enterPoitemReturn::_rejectCode
inherited

◆ _rejectCodeLit

QLabel* Ui_enterPoitemReturn::_rejectCodeLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _return

QPushButton* Ui_enterPoitemReturn::_return
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _toReturn

XLineEdit* Ui_enterPoitemReturn::_toReturn
inherited

◆ _toReturnLit

QLabel* Ui_enterPoitemReturn::_toReturnLit
inherited

◆ _vendItemDescripLit

QLabel* Ui_enterPoitemReturn::_vendItemDescripLit
inherited

◆ _vendItemNumberLit

QLabel* Ui_enterPoitemReturn::_vendItemNumberLit
inherited

◆ _vendorDescrip

QTextEdit* Ui_enterPoitemReturn::_vendorDescrip
inherited

◆ _vendorItemNumber

QLabel* Ui_enterPoitemReturn::_vendorItemNumber
inherited

◆ _vendorUOM

QLabel* Ui_enterPoitemReturn::_vendorUOM
inherited

◆ _vendorUOMLit

QLabel* Ui_enterPoitemReturn::_vendorUOMLit
inherited

◆ hboxLayout

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout1
inherited

◆ hboxLayout10

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout10
inherited

◆ hboxLayout2

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_enterPoitemReturn::hboxLayout9
inherited

◆ spacerItem

QSpacerItem* Ui_enterPoitemReturn::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_enterPoitemReturn::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_enterPoitemReturn::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_enterPoitemReturn::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_enterPoitemReturn::spacerItem4
inherited

◆ vboxLayout

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout1
inherited

◆ vboxLayout10

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout10
inherited

◆ vboxLayout11

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout11
inherited

◆ vboxLayout2

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout6
inherited

◆ vboxLayout7

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout7
inherited

◆ vboxLayout8

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout8
inherited

◆ vboxLayout9

QVBoxLayout* Ui_enterPoitemReturn::vboxLayout9
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