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

#include <enterPoReturn.h>

Inheritance diagram for enterPoReturn:
XWidget Ui::enterPoReturn QWidget ScriptablePrivate Ui_enterPoReturn ScriptableWidget

Public Slots

virtual void closeEvent (QCloseEvent *pEvent)
 
virtual void sEnter ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void sFillList ()
 
virtual void sPost ()
 

Public Member Functions

 enterPoReturn (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=Qt::Window)
 
 ~enterPoReturn ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QWidget *enterPoReturn)
 
void setupUi (QWidget *enterPoReturn)
 

Public Attributes

QHBoxLayout * _2
 
QPushButton * _close
 
QCheckBox_dropShip
 
QPushButton * _enter
 
OrderCluster_po
 
XTreeWidget_poitem
 
QLabel_poitemLit
 
QPushButton * _post
 
XCheckBox_printReport
 
AddressCluster_returnAddr
 
QLabel_returnAddrLit
 
XLineEdit_rma
 
XLabel_rmaLit
 
QGridLayout * gridLayout
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 

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 &)
 
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

◆ enterPoReturn()

enterPoReturn::enterPoReturn ( QWidget parent = 0,
const char *  name = 0,
Qt::WindowFlags  fl = Qt::Window 
)

◆ ~enterPoReturn()

enterPoReturn::~enterPoReturn ( )

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 enterPoReturn::closeEvent ( QCloseEvent *  pEvent)
virtualslot

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ get()

ParameterList XWidget::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void enterPoReturn::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 XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_enterPoReturn::retranslateUi ( QWidget enterPoReturn)
inlineinherited

◆ sEnter

void enterPoReturn::sEnter ( )
virtualslot

◆ set

enum SetResponse enterPoReturn::set ( const ParameterList &  pParams)
virtualslot

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_enterPoReturn::setupUi ( QWidget enterPoReturn)
inlineinherited

◆ sFillList

void enterPoReturn::sFillList ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sPost

void enterPoReturn::sPost ( )
virtualslot

Member Data Documentation

◆ _2

QHBoxLayout* Ui_enterPoReturn::_2
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_enterPoReturn::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _dropShip

QCheckBox* Ui_enterPoReturn::_dropShip
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _enter

QPushButton* Ui_enterPoReturn::_enter
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _po

OrderCluster* Ui_enterPoReturn::_po
inherited

◆ _poitem

XTreeWidget* Ui_enterPoReturn::_poitem
inherited

◆ _poitemLit

QLabel* Ui_enterPoReturn::_poitemLit
inherited

◆ _post

QPushButton* Ui_enterPoReturn::_post
inherited

◆ _printReport

XCheckBox* Ui_enterPoReturn::_printReport
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _returnAddr

AddressCluster* Ui_enterPoReturn::_returnAddr
inherited

◆ _returnAddrLit

QLabel* Ui_enterPoReturn::_returnAddrLit
inherited

◆ _rma

XLineEdit* Ui_enterPoReturn::_rma
inherited

◆ _rmaLit

XLabel* Ui_enterPoReturn::_rmaLit
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout

QGridLayout* Ui_enterPoReturn::gridLayout
inherited

◆ hboxLayout

QHBoxLayout* Ui_enterPoReturn::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_enterPoReturn::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_enterPoReturn::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_enterPoReturn::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_enterPoReturn::horizontalSpacer_2
inherited

◆ spacerItem

QSpacerItem* Ui_enterPoReturn::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_enterPoReturn::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_enterPoReturn::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_enterPoReturn::spacerItem3
inherited

◆ vboxLayout

QVBoxLayout* Ui_enterPoReturn::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_enterPoReturn::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_enterPoReturn::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_enterPoReturn::vboxLayout3
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_enterPoReturn::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_enterPoReturn::verticalSpacer
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