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

#include <woMaterialItem.h>

Inheritance diagram for woMaterialItem:
XDialog Ui::woMaterialItem QDialog ScriptablePrivate Ui_woMaterialItem ScriptableWidget

Public Slots

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

Public Member Functions

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

Public Attributes

QHBoxLayout * _2
 
QPushButton * _close
 
QGroupBox_componentGroup
 
QWidget_detailsTab
 
XLabel_fixedQtyLit
 
XComboBox_issueMethod
 
XLabel_issueMethodLit
 
ItemCluster_item
 
XTextEdit_notes
 
QWidget_notesTab
 
XCheckBox_pickList
 
CurrCluster_price
 
QLabel_priceLit
 
XLineEdit_qtyFxd
 
XLineEdit_qtyPer
 
XLabel_qtyPerLit
 
XLabel_qtyRequired
 
XLabel_qtyRequiredLit
 
XTextEdit_ref
 
QWidget_referenceTab
 
QPushButton * _save
 
XLineEdit_scrap
 
XLabel_scrapLit
 
QTabWidget * _tab
 
XComboBox_uom
 
XLabel_uomLit
 
WoCluster_wo
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGridLayout * gridLayout5
 
QGridLayout * gridLayout6
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QSpacerItem * spacerItem8
 
QSpacerItem * spacerItem9
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sEnableSave ()
 
virtual void sItemIdChanged ()
 
virtual void sPopulateUOM ()
 
virtual void sSave ()
 
virtual void sUOMChanged ()
 
virtual void sUpdateQtyRequired ()
 

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

◆ woMaterialItem()

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

◆ ~woMaterialItem()

woMaterialItem::~woMaterialItem ( )

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

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_woMaterialItem::retranslateUi ( QDialog woMaterialItem)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sEnableSave

void woMaterialItem::sEnableSave ( )
protectedvirtualslot

◆ set

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

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sItemIdChanged

void woMaterialItem::sItemIdChanged ( )
protectedvirtualslot

◆ sPopulateUOM

void woMaterialItem::sPopulateUOM ( )
protectedvirtualslot

◆ sSave

void woMaterialItem::sSave ( )
protectedvirtualslot

◆ sUOMChanged

void woMaterialItem::sUOMChanged ( )
protectedvirtualslot

◆ sUpdateQtyRequired

void woMaterialItem::sUpdateQtyRequired ( )
protectedvirtualslot

Member Data Documentation

◆ _2

QHBoxLayout* Ui_woMaterialItem::_2
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_woMaterialItem::_close
inherited

◆ _componentGroup

QGroupBox* Ui_woMaterialItem::_componentGroup
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _detailsTab

QWidget* Ui_woMaterialItem::_detailsTab
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _fixedQtyLit

XLabel* Ui_woMaterialItem::_fixedQtyLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _issueMethod

XComboBox* Ui_woMaterialItem::_issueMethod
inherited

◆ _issueMethodLit

XLabel* Ui_woMaterialItem::_issueMethodLit
inherited

◆ _item

ItemCluster* Ui_woMaterialItem::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _notes

XTextEdit* Ui_woMaterialItem::_notes
inherited

◆ _notesTab

QWidget* Ui_woMaterialItem::_notesTab
inherited

◆ _pickList

XCheckBox* Ui_woMaterialItem::_pickList
inherited

◆ _price

CurrCluster* Ui_woMaterialItem::_price
inherited

◆ _priceLit

QLabel* Ui_woMaterialItem::_priceLit
inherited

◆ _qtyFxd

XLineEdit* Ui_woMaterialItem::_qtyFxd
inherited

◆ _qtyPer

XLineEdit* Ui_woMaterialItem::_qtyPer
inherited

◆ _qtyPerLit

XLabel* Ui_woMaterialItem::_qtyPerLit
inherited

◆ _qtyRequired

XLabel* Ui_woMaterialItem::_qtyRequired
inherited

◆ _qtyRequiredLit

XLabel* Ui_woMaterialItem::_qtyRequiredLit
inherited

◆ _ref

XTextEdit* Ui_woMaterialItem::_ref
inherited

◆ _referenceTab

QWidget* Ui_woMaterialItem::_referenceTab
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _save

QPushButton* Ui_woMaterialItem::_save
inherited

◆ _scrap

XLineEdit* Ui_woMaterialItem::_scrap
inherited

◆ _scrapLit

XLabel* Ui_woMaterialItem::_scrapLit
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _tab

QTabWidget* Ui_woMaterialItem::_tab
inherited

◆ _uom

XComboBox* Ui_woMaterialItem::_uom
inherited

◆ _uomLit

XLabel* Ui_woMaterialItem::_uomLit
inherited

◆ _wo

WoCluster* Ui_woMaterialItem::_wo
inherited

◆ gridLayout

QGridLayout* Ui_woMaterialItem::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_woMaterialItem::gridLayout1
inherited

◆ gridLayout2

QGridLayout* Ui_woMaterialItem::gridLayout2
inherited

◆ gridLayout3

QGridLayout* Ui_woMaterialItem::gridLayout3
inherited

◆ gridLayout4

QGridLayout* Ui_woMaterialItem::gridLayout4
inherited

◆ gridLayout5

QGridLayout* Ui_woMaterialItem::gridLayout5
inherited

◆ gridLayout6

QGridLayout* Ui_woMaterialItem::gridLayout6
inherited

◆ hboxLayout

QHBoxLayout* Ui_woMaterialItem::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_woMaterialItem::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_woMaterialItem::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_woMaterialItem::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_woMaterialItem::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_woMaterialItem::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_woMaterialItem::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_woMaterialItem::hboxLayout7
inherited

◆ horizontalLayout

QHBoxLayout* Ui_woMaterialItem::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_woMaterialItem::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_woMaterialItem::horizontalSpacer_2
inherited

◆ spacerItem

QSpacerItem* Ui_woMaterialItem::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_woMaterialItem::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_woMaterialItem::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_woMaterialItem::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_woMaterialItem::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_woMaterialItem::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_woMaterialItem::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_woMaterialItem::spacerItem7
inherited

◆ spacerItem8

QSpacerItem* Ui_woMaterialItem::spacerItem8
inherited

◆ spacerItem9

QSpacerItem* Ui_woMaterialItem::spacerItem9
inherited

◆ vboxLayout

QVBoxLayout* Ui_woMaterialItem::vboxLayout
inherited

◆ vboxLayout1

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