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

#include <updatePrices.h>

Inheritance diagram for updatePrices:
XDialog Ui::updatePrices QDialog ScriptablePrivate Ui_updatePrices ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual void sAdd ()
 
virtual void sAddAll ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sHandleBy (bool toggled)
 
virtual void sHandleCharPrice ()
 
virtual void sRemove ()
 
virtual void sRemoveAll ()
 
virtual void sUpdate ()
 

Public Member Functions

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

Public Attributes

QPushButton * _add
 
QPushButton * _addAll
 
XTreeWidget_avail
 
QLabel_availLit
 
QRadioButton * _byItem
 
QRadioButton * _byItemGroup
 
QRadioButton * _byProductCategory
 
QPushButton * _close
 
XCheckBox_discount
 
QFrame * _frame
 
QGroupBox_group
 
ItemCluster_item
 
XCheckBox_markup
 
XCheckBox_nominal
 
ParameterGroup_paramGroup
 
QRadioButton * _percent
 
QPushButton * _remove
 
QPushButton * _removeAll
 
XTreeWidget_sel
 
QLabel_selLit
 
QCheckBox_showCurrent
 
QCheckBox_showEffective
 
QCheckBox_showExpired
 
QGroupBox_typeGroup
 
QPushButton * _update
 
XLineEdit_updateBy
 
QGroupBox_updateByGroup
 
XCheckBox_updateCharPrices
 
QLabel_updateLit
 
QRadioButton * _value
 
QFrame * frame
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QHBoxLayout * horizontalLayout_5
 
QHBoxLayout * horizontalLayout_6
 
QHBoxLayout * horizontalLayout_7
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * horizontalSpacer_3
 
QSpacerItem * horizontalSpacer_4
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QVBoxLayout * verticalLayout_4
 
QSpacerItem * verticalSpacer_2
 
QSpacerItem * verticalSpacer_3
 
QSpacerItem * verticalSpacer_4
 

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

◆ updatePrices()

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

◆ ~updatePrices()

updatePrices::~updatePrices ( )

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

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_updatePrices::retranslateUi ( QDialog updatePrices)
inlineinherited

◆ sAdd

void updatePrices::sAdd ( )
virtualslot

◆ sAddAll

void updatePrices::sAddAll ( )
virtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

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

◆ sHandleBy

void updatePrices::sHandleBy ( bool  toggled)
virtualslot

◆ sHandleCharPrice

void updatePrices::sHandleCharPrice ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sRemove

void updatePrices::sRemove ( )
virtualslot

◆ sRemoveAll

void updatePrices::sRemoveAll ( )
virtualslot

◆ sUpdate

void updatePrices::sUpdate ( )
virtualslot

Member Data Documentation

◆ _add

QPushButton* Ui_updatePrices::_add
inherited

◆ _addAll

QPushButton* Ui_updatePrices::_addAll
inherited

◆ _avail

XTreeWidget* Ui_updatePrices::_avail
inherited

◆ _availLit

QLabel* Ui_updatePrices::_availLit
inherited

◆ _byItem

QRadioButton* Ui_updatePrices::_byItem
inherited

◆ _byItemGroup

QRadioButton* Ui_updatePrices::_byItemGroup
inherited

◆ _byProductCategory

QRadioButton* Ui_updatePrices::_byProductCategory
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_updatePrices::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _discount

XCheckBox* Ui_updatePrices::_discount
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_updatePrices::_frame
inherited

◆ _group

QGroupBox* Ui_updatePrices::_group
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _item

ItemCluster* Ui_updatePrices::_item
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _markup

XCheckBox* Ui_updatePrices::_markup
inherited

◆ _nominal

XCheckBox* Ui_updatePrices::_nominal
inherited

◆ _paramGroup

ParameterGroup* Ui_updatePrices::_paramGroup
inherited

◆ _percent

QRadioButton* Ui_updatePrices::_percent
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _remove

QPushButton* Ui_updatePrices::_remove
inherited

◆ _removeAll

QPushButton* Ui_updatePrices::_removeAll
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _sel

XTreeWidget* Ui_updatePrices::_sel
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _selLit

QLabel* Ui_updatePrices::_selLit
inherited

◆ _showCurrent

QCheckBox* Ui_updatePrices::_showCurrent
inherited

◆ _showEffective

QCheckBox* Ui_updatePrices::_showEffective
inherited

◆ _showExpired

QCheckBox* Ui_updatePrices::_showExpired
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _typeGroup

QGroupBox* Ui_updatePrices::_typeGroup
inherited

◆ _update

QPushButton* Ui_updatePrices::_update
inherited

◆ _updateBy

XLineEdit* Ui_updatePrices::_updateBy
inherited

◆ _updateByGroup

QGroupBox* Ui_updatePrices::_updateByGroup
inherited

◆ _updateCharPrices

XCheckBox* Ui_updatePrices::_updateCharPrices
inherited

◆ _updateLit

QLabel* Ui_updatePrices::_updateLit
inherited

◆ _value

QRadioButton* Ui_updatePrices::_value
inherited

◆ frame

QFrame* Ui_updatePrices::frame
inherited

◆ gridLayout

QGridLayout* Ui_updatePrices::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_updatePrices::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_updatePrices::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_updatePrices::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_updatePrices::gridLayout_5
inherited

◆ horizontalLayout

QHBoxLayout* Ui_updatePrices::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_updatePrices::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_updatePrices::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_updatePrices::horizontalLayout_4
inherited

◆ horizontalLayout_5

QHBoxLayout* Ui_updatePrices::horizontalLayout_5
inherited

◆ horizontalLayout_6

QHBoxLayout* Ui_updatePrices::horizontalLayout_6
inherited

◆ horizontalLayout_7

QHBoxLayout* Ui_updatePrices::horizontalLayout_7
inherited

◆ horizontalSpacer

QSpacerItem* Ui_updatePrices::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_updatePrices::horizontalSpacer_2
inherited

◆ horizontalSpacer_3

QSpacerItem* Ui_updatePrices::horizontalSpacer_3
inherited

◆ horizontalSpacer_4

QSpacerItem* Ui_updatePrices::horizontalSpacer_4
inherited

◆ spacerItem

QSpacerItem* Ui_updatePrices::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_updatePrices::spacerItem1
inherited

◆ vboxLayout

QVBoxLayout* Ui_updatePrices::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_updatePrices::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_updatePrices::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_updatePrices::verticalLayout_3
inherited

◆ verticalLayout_4

QVBoxLayout* Ui_updatePrices::verticalLayout_4
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_updatePrices::verticalSpacer_2
inherited

◆ verticalSpacer_3

QSpacerItem* Ui_updatePrices::verticalSpacer_3
inherited

◆ verticalSpacer_4

QSpacerItem* Ui_updatePrices::verticalSpacer_4
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