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

#include <vendorPriceList.h>

Inheritance diagram for vendorPriceList:
XDialog Ui::vendorPriceList QDialog ScriptablePrivate Ui_vendorPriceList ScriptableWidget

Public Slots

int exec ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillList ()
 
virtual void sPopulatePricing ()
 
virtual void sQtyEntered ()
 
virtual void sQtyUpdate ()
 
virtual void sSelect ()
 

Public Member Functions

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

Public Attributes

QPushButton * _close
 
CurrCluster_extendedPrice
 
QLabel_extendedPriceLit
 
XTreeWidget_price
 
QLabel_pricesLit
 
XLineEdit_qty
 
QLabel_qtyLit
 
QPushButton * _select
 
double _selectedQty
 
CurrCluster_unitPrice
 
QLabel_unitPriceLit
 
QFrame * frame
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 

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

◆ vendorPriceList()

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

◆ ~vendorPriceList()

vendorPriceList::~vendorPriceList ( )

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 vendorPriceList::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_vendorPriceList::retranslateUi ( QDialog vendorPriceList)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

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

◆ sFillList

void vendorPriceList::sFillList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPopulatePricing

void vendorPriceList::sPopulatePricing ( )
virtualslot

◆ sQtyEntered

void vendorPriceList::sQtyEntered ( )
virtualslot

◆ sQtyUpdate

void vendorPriceList::sQtyUpdate ( )
virtualslot

◆ sSelect

void vendorPriceList::sSelect ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_vendorPriceList::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _extendedPrice

CurrCluster* Ui_vendorPriceList::_extendedPrice
inherited

◆ _extendedPriceLit

QLabel* Ui_vendorPriceList::_extendedPriceLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _price

XTreeWidget* Ui_vendorPriceList::_price
inherited

◆ _pricesLit

QLabel* Ui_vendorPriceList::_pricesLit
inherited

◆ _qty

XLineEdit* Ui_vendorPriceList::_qty
inherited

◆ _qtyLit

QLabel* Ui_vendorPriceList::_qtyLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _select

QPushButton* Ui_vendorPriceList::_select
inherited

◆ _selectedQty

double vendorPriceList::_selectedQty

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _unitPrice

CurrCluster* Ui_vendorPriceList::_unitPrice
inherited

◆ _unitPriceLit

QLabel* Ui_vendorPriceList::_unitPriceLit
inherited

◆ frame

QFrame* Ui_vendorPriceList::frame
inherited

◆ hboxLayout

QHBoxLayout* Ui_vendorPriceList::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_vendorPriceList::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_vendorPriceList::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_vendorPriceList::hboxLayout3
inherited

◆ spacerItem

QSpacerItem* Ui_vendorPriceList::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_vendorPriceList::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_vendorPriceList::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_vendorPriceList::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_vendorPriceList::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_vendorPriceList::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_vendorPriceList::vboxLayout3
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