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

#include <itemAvailabilityWorkbench.h>

Inheritance diagram for itemAvailabilityWorkbench:
XWidget Ui::itemAvailabilityWorkbench QWidget ScriptablePrivate Ui_itemAvailabilityWorkbench ScriptableWidget

Public Slots

virtual void populate ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void sFillList ()
 
virtual void sHandleButtons ()
 

Public Member Functions

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

Public Attributes

QRadioButton * _availabilityButton
 
QWidget_availabilityPage
 
QStackedWidget * _availabilityStack
 
QWidget_availabilityTab
 
QStackedWidget * _bomStack
 
QWidget_bomTab
 
QPushButton * _close
 
QRadioButton * _costedIndentedBOMButton
 
QWidget_costedIndentedBOMPage
 
QRadioButton * _customerPricesButton
 
QWidget_customerPricesPage
 
QStackedWidget * _historyStack
 
QWidget_historyTab
 
QRadioButton * _inventoryHistoryButton
 
QWidget_inventoryHistoryPage
 
ItemCluster_item
 
QWidget_itemPage
 
QStackedWidget * _itemStack
 
QWidget_itemTab
 
QRadioButton * _locationDetailButton
 
QWidget_locationDetailPage
 
QStackedWidget * _ordersStack
 
QWidget_ordersTab
 
QRadioButton * _purchaseOrderItemsButton
 
QWidget_purchaseOrderItemsPage
 
QRadioButton * _quoteItemsButton
 
QWidget_quoteItemsPage
 
QRadioButton * _receivingHistoryButton
 
QWidget_receivingHistoryPage
 
QRadioButton * _runningAvailabilityButton
 
QWidget_runningAvailabilityPage
 
QRadioButton * _salesHistoryButton
 
QWidget_salesHistoryPage
 
QRadioButton * _salesOrderItemsButton
 
QWidget_salesOrderItemsPage
 
QRadioButton * _singleLevelBOMButton
 
QWidget_singleLevelBOMPage
 
QTabWidget * _tab
 
QRadioButton * _whereUsedButton
 
QWidget_whereUsedPage
 
QWidget_whereUsedPage_2
 
QSpacerItem * crmButtonsSpacer
 
QSpacerItem * crmButtonsSpacer_2
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_20
 
QGridLayout * gridLayout_21
 
QGridLayout * gridLayout_22
 
QGridLayout * gridLayout_23
 
QGridLayout * gridLayout_24
 
QGridLayout * gridLayout_25
 
QGridLayout * gridLayout_26
 
QGridLayout * gridLayout_27
 
QGridLayout * gridLayout_28
 
QGridLayout * gridLayout_29
 
QGridLayout * gridLayout_30
 
QGridLayout * gridLayout_31
 
QGridLayout * gridLayout_32
 
QGridLayout * gridLayout_33
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QVBoxLayout * verticalLayout_4
 
QVBoxLayout * verticalLayout_5
 
QVBoxLayout * verticalLayout_6
 

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 *)
 
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 &)
 
void showEvent (QShowEvent *event)
 

Protected Attributes

QScriptEngineDebugger * _debugger
 
dspCostedIndentedBOM_dspCostedIndentedBOM
 
dspInventoryAvailability_dspInventoryAvailability
 
dspInventoryHistory_dspInventoryHistory
 
dspInventoryLocator_dspInventoryLocator
 
dspPoItemReceivingsByItem_dspPoItemReceivingsByItem
 
dspPoItemsByItem_dspPoItemsByItem
 
dspPricesByCustomer_dspPricesByCustomer
 
dspQuotesByItem_dspQuotesByItem
 
dspRunningAvailability_dspRunningAvailability
 
dspSalesHistory_dspSalesHistory
 
dspSalesOrdersByItem_dspSalesOrdersByItem
 
dspSingleLevelBOM_dspSingleLevelBOM
 
dspSingleLevelWhereUsed_dspSingleLevelWhereUsed
 
QScriptEngine * _engine
 
item_itemMaster
 
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

◆ itemAvailabilityWorkbench()

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

◆ ~itemAvailabilityWorkbench()

itemAvailabilityWorkbench::~itemAvailabilityWorkbench ( )

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 XWidget::closeEvent ( QCloseEvent *  event)
protectedinherited

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ get()

ParameterList XWidget::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

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

◆ postSet

enum SetResponse XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_itemAvailabilityWorkbench::retranslateUi ( QWidget itemAvailabilityWorkbench)
inlineinherited

◆ set

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

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_itemAvailabilityWorkbench::setupUi ( QWidget itemAvailabilityWorkbench)
inlineinherited

◆ sFillList

void itemAvailabilityWorkbench::sFillList ( )
virtualslot

◆ sHandleButtons

void itemAvailabilityWorkbench::sHandleButtons ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

Member Data Documentation

◆ _availabilityButton

QRadioButton* Ui_itemAvailabilityWorkbench::_availabilityButton
inherited

◆ _availabilityPage

QWidget* Ui_itemAvailabilityWorkbench::_availabilityPage
inherited

◆ _availabilityStack

QStackedWidget* Ui_itemAvailabilityWorkbench::_availabilityStack
inherited

◆ _availabilityTab

QWidget* Ui_itemAvailabilityWorkbench::_availabilityTab
inherited

◆ _bomStack

QStackedWidget* Ui_itemAvailabilityWorkbench::_bomStack
inherited

◆ _bomTab

QWidget* Ui_itemAvailabilityWorkbench::_bomTab
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_itemAvailabilityWorkbench::_close
inherited

◆ _costedIndentedBOMButton

QRadioButton* Ui_itemAvailabilityWorkbench::_costedIndentedBOMButton
inherited

◆ _costedIndentedBOMPage

QWidget* Ui_itemAvailabilityWorkbench::_costedIndentedBOMPage
inherited

◆ _customerPricesButton

QRadioButton* Ui_itemAvailabilityWorkbench::_customerPricesButton
inherited

◆ _customerPricesPage

QWidget* Ui_itemAvailabilityWorkbench::_customerPricesPage
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _dspCostedIndentedBOM

dspCostedIndentedBOM* itemAvailabilityWorkbench::_dspCostedIndentedBOM
protected

◆ _dspInventoryAvailability

dspInventoryAvailability* itemAvailabilityWorkbench::_dspInventoryAvailability
protected

◆ _dspInventoryHistory

dspInventoryHistory* itemAvailabilityWorkbench::_dspInventoryHistory
protected

◆ _dspInventoryLocator

dspInventoryLocator* itemAvailabilityWorkbench::_dspInventoryLocator
protected

◆ _dspPoItemReceivingsByItem

dspPoItemReceivingsByItem* itemAvailabilityWorkbench::_dspPoItemReceivingsByItem
protected

◆ _dspPoItemsByItem

dspPoItemsByItem* itemAvailabilityWorkbench::_dspPoItemsByItem
protected

◆ _dspPricesByCustomer

dspPricesByCustomer* itemAvailabilityWorkbench::_dspPricesByCustomer
protected

◆ _dspQuotesByItem

dspQuotesByItem* itemAvailabilityWorkbench::_dspQuotesByItem
protected

◆ _dspRunningAvailability

dspRunningAvailability* itemAvailabilityWorkbench::_dspRunningAvailability
protected

◆ _dspSalesHistory

dspSalesHistory* itemAvailabilityWorkbench::_dspSalesHistory
protected

◆ _dspSalesOrdersByItem

dspSalesOrdersByItem* itemAvailabilityWorkbench::_dspSalesOrdersByItem
protected

◆ _dspSingleLevelBOM

dspSingleLevelBOM* itemAvailabilityWorkbench::_dspSingleLevelBOM
protected

◆ _dspSingleLevelWhereUsed

dspSingleLevelWhereUsed* itemAvailabilityWorkbench::_dspSingleLevelWhereUsed
protected

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _historyStack

QStackedWidget* Ui_itemAvailabilityWorkbench::_historyStack
inherited

◆ _historyTab

QWidget* Ui_itemAvailabilityWorkbench::_historyTab
inherited

◆ _inventoryHistoryButton

QRadioButton* Ui_itemAvailabilityWorkbench::_inventoryHistoryButton
inherited

◆ _inventoryHistoryPage

QWidget* Ui_itemAvailabilityWorkbench::_inventoryHistoryPage
inherited

◆ _item

ItemCluster* Ui_itemAvailabilityWorkbench::_item
inherited

◆ _itemMaster

item* itemAvailabilityWorkbench::_itemMaster
protected

◆ _itemPage

QWidget* Ui_itemAvailabilityWorkbench::_itemPage
inherited

◆ _itemStack

QStackedWidget* Ui_itemAvailabilityWorkbench::_itemStack
inherited

◆ _itemTab

QWidget* Ui_itemAvailabilityWorkbench::_itemTab
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _locationDetailButton

QRadioButton* Ui_itemAvailabilityWorkbench::_locationDetailButton
inherited

◆ _locationDetailPage

QWidget* Ui_itemAvailabilityWorkbench::_locationDetailPage
inherited

◆ _ordersStack

QStackedWidget* Ui_itemAvailabilityWorkbench::_ordersStack
inherited

◆ _ordersTab

QWidget* Ui_itemAvailabilityWorkbench::_ordersTab
inherited

◆ _purchaseOrderItemsButton

QRadioButton* Ui_itemAvailabilityWorkbench::_purchaseOrderItemsButton
inherited

◆ _purchaseOrderItemsPage

QWidget* Ui_itemAvailabilityWorkbench::_purchaseOrderItemsPage
inherited

◆ _quoteItemsButton

QRadioButton* Ui_itemAvailabilityWorkbench::_quoteItemsButton
inherited

◆ _quoteItemsPage

QWidget* Ui_itemAvailabilityWorkbench::_quoteItemsPage
inherited

◆ _receivingHistoryButton

QRadioButton* Ui_itemAvailabilityWorkbench::_receivingHistoryButton
inherited

◆ _receivingHistoryPage

QWidget* Ui_itemAvailabilityWorkbench::_receivingHistoryPage
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _runningAvailabilityButton

QRadioButton* Ui_itemAvailabilityWorkbench::_runningAvailabilityButton
inherited

◆ _runningAvailabilityPage

QWidget* Ui_itemAvailabilityWorkbench::_runningAvailabilityPage
inherited

◆ _salesHistoryButton

QRadioButton* Ui_itemAvailabilityWorkbench::_salesHistoryButton
inherited

◆ _salesHistoryPage

QWidget* Ui_itemAvailabilityWorkbench::_salesHistoryPage
inherited

◆ _salesOrderItemsButton

QRadioButton* Ui_itemAvailabilityWorkbench::_salesOrderItemsButton
inherited

◆ _salesOrderItemsPage

QWidget* Ui_itemAvailabilityWorkbench::_salesOrderItemsPage
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _singleLevelBOMButton

QRadioButton* Ui_itemAvailabilityWorkbench::_singleLevelBOMButton
inherited

◆ _singleLevelBOMPage

QWidget* Ui_itemAvailabilityWorkbench::_singleLevelBOMPage
inherited

◆ _tab

QTabWidget* Ui_itemAvailabilityWorkbench::_tab
inherited

◆ _whereUsedButton

QRadioButton* Ui_itemAvailabilityWorkbench::_whereUsedButton
inherited

◆ _whereUsedPage

QWidget* Ui_itemAvailabilityWorkbench::_whereUsedPage
inherited

◆ _whereUsedPage_2

QWidget* Ui_itemAvailabilityWorkbench::_whereUsedPage_2
inherited

◆ crmButtonsSpacer

QSpacerItem* Ui_itemAvailabilityWorkbench::crmButtonsSpacer
inherited

◆ crmButtonsSpacer_2

QSpacerItem* Ui_itemAvailabilityWorkbench::crmButtonsSpacer_2
inherited

◆ gridLayout

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_2
inherited

◆ gridLayout_20

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_20
inherited

◆ gridLayout_21

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_21
inherited

◆ gridLayout_22

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_22
inherited

◆ gridLayout_23

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_23
inherited

◆ gridLayout_24

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_24
inherited

◆ gridLayout_25

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_25
inherited

◆ gridLayout_26

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_26
inherited

◆ gridLayout_27

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_27
inherited

◆ gridLayout_28

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_28
inherited

◆ gridLayout_29

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_29
inherited

◆ gridLayout_30

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_30
inherited

◆ gridLayout_31

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_31
inherited

◆ gridLayout_32

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_32
inherited

◆ gridLayout_33

QGridLayout* Ui_itemAvailabilityWorkbench::gridLayout_33
inherited

◆ hboxLayout

QHBoxLayout* Ui_itemAvailabilityWorkbench::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_itemAvailabilityWorkbench::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_itemAvailabilityWorkbench::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_itemAvailabilityWorkbench::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_itemAvailabilityWorkbench::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_itemAvailabilityWorkbench::horizontalLayout_4
inherited

◆ horizontalSpacer

QSpacerItem* Ui_itemAvailabilityWorkbench::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_itemAvailabilityWorkbench::horizontalSpacer_2
inherited

◆ spacerItem

QSpacerItem* Ui_itemAvailabilityWorkbench::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_itemAvailabilityWorkbench::spacerItem1
inherited

◆ vboxLayout

QVBoxLayout* Ui_itemAvailabilityWorkbench::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout_3
inherited

◆ verticalLayout_4

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout_4
inherited

◆ verticalLayout_5

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout_5
inherited

◆ verticalLayout_6

QVBoxLayout* Ui_itemAvailabilityWorkbench::verticalLayout_6
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