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

#include <relocateInventory.h>

Inheritance diagram for relocateInventory:
XDialog Ui::relocateInventory QDialog ScriptablePrivate Ui_relocateInventory ScriptableWidget

Public Slots

int exec ()
 
virtual void sChangeDefaultLocation ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sHandleItem ()
 
virtual void sMove ()
 
virtual void sShowHideDefaultToTarget ()
 

Public Member Functions

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

Public Attributes

QPushButton * _close
 
XCheckBox_defaultToTarget
 
ItemCluster_item
 
QPushButton * _move
 
XTextEdit_notes
 
QLabel_notesLit
 
XLineEdit_qty
 
QLabel_qtyToMoveLit
 
XTreeWidget_source
 
QLabel_sourceLit
 
XTreeWidget_target
 
QLabel_targetLit
 
DLineEdit_transDate
 
QLabel_transDateLit
 
WComboBox_warehouse
 
QLabel_warehouseLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGroupBoxgroupBox
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 

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

◆ relocateInventory()

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

◆ ~relocateInventory()

relocateInventory::~relocateInventory ( )

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 relocateInventory::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_relocateInventory::retranslateUi ( QDialog relocateInventory)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sChangeDefaultLocation

void relocateInventory::sChangeDefaultLocation ( )
virtualslot

◆ set

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

◆ sHandleItem

void relocateInventory::sHandleItem ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sMove

void relocateInventory::sMove ( )
virtualslot

◆ sShowHideDefaultToTarget

void relocateInventory::sShowHideDefaultToTarget ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_relocateInventory::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _defaultToTarget

XCheckBox* Ui_relocateInventory::_defaultToTarget
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

ItemCluster* Ui_relocateInventory::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _move

QPushButton* Ui_relocateInventory::_move
inherited

◆ _notes

XTextEdit* Ui_relocateInventory::_notes
inherited

◆ _notesLit

QLabel* Ui_relocateInventory::_notesLit
inherited

◆ _qty

XLineEdit* Ui_relocateInventory::_qty
inherited

◆ _qtyToMoveLit

QLabel* Ui_relocateInventory::_qtyToMoveLit
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

◆ _source

XTreeWidget* Ui_relocateInventory::_source
inherited

◆ _sourceLit

QLabel* Ui_relocateInventory::_sourceLit
inherited

◆ _target

XTreeWidget* Ui_relocateInventory::_target
inherited

◆ _targetLit

QLabel* Ui_relocateInventory::_targetLit
inherited

◆ _transDate

DLineEdit* Ui_relocateInventory::_transDate
inherited

◆ _transDateLit

QLabel* Ui_relocateInventory::_transDateLit
inherited

◆ _warehouse

WComboBox* Ui_relocateInventory::_warehouse
inherited

◆ _warehouseLit

QLabel* Ui_relocateInventory::_warehouseLit
inherited

◆ gridLayout

QGridLayout* Ui_relocateInventory::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_relocateInventory::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_relocateInventory::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_relocateInventory::gridLayout_4
inherited

◆ groupBox

QGroupBox* Ui_relocateInventory::groupBox
inherited

◆ hboxLayout

QHBoxLayout* Ui_relocateInventory::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_relocateInventory::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_relocateInventory::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_relocateInventory::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_relocateInventory::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_relocateInventory::hboxLayout5
inherited

◆ horizontalSpacer

QSpacerItem* Ui_relocateInventory::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_relocateInventory::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_relocateInventory::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_relocateInventory::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_relocateInventory::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_relocateInventory::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_relocateInventory::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_relocateInventory::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_relocateInventory::vboxLayout4
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