assetSale Class Reference

#include <assetSale.h>

Public Slots

virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void sHandleButtons ()
 
virtual void sSell ()
 

Public Member Functions

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

Public Attributes

CurrCluster_amount
 
XLineEdit_asset
 
QLabel_assetLit
 
QPushButton * _close
 
CustCluster_cust
 
XLabel_custLit
 
DLineEdit_date
 
XLabel_dateLit
 
XLabel_saleLit
 
XComboBox_salesCat
 
XLabel_salesCatLit
 
QPushButton * _sell
 
WComboBox_site
 
XLabel_siteLit
 
XLabel_taxexclLit
 
XComboBox_taxtype
 
XLabel_taxtypeLit
 
QGridLayout * gridLayout_2
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * horizontalSpacer_3
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

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
 
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

◆ assetSale()

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

◆ ~assetSale()

assetSale::~assetSale ( )

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 assetSale::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 XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_assetSale::retranslateUi ( QWidget * assetSale)
inlineinherited

◆ set

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

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList & params)
virtualinherited

◆ setupUi()

void Ui_assetSale::setupUi ( QWidget * assetSale)
inlineinherited

◆ sHandleButtons

void assetSale::sHandleButtons ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent * event)
protectedinherited

◆ sSell

void assetSale::sSell ( )
virtualslot

Member Data Documentation

◆ _amount

CurrCluster* Ui_assetSale::_amount
inherited

◆ _asset

XLineEdit* Ui_assetSale::_asset
inherited

◆ _assetLit

QLabel* Ui_assetSale::_assetLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_assetSale::_close
inherited

◆ _cust

CustCluster* Ui_assetSale::_cust
inherited

◆ _custLit

XLabel* Ui_assetSale::_custLit
inherited

◆ _date

DLineEdit* Ui_assetSale::_date
inherited

◆ _dateLit

XLabel* Ui_assetSale::_dateLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _saleLit

XLabel* Ui_assetSale::_saleLit
inherited

◆ _salesCat

XComboBox* Ui_assetSale::_salesCat
inherited

◆ _salesCatLit

XLabel* Ui_assetSale::_salesCatLit
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _sell

QPushButton* Ui_assetSale::_sell
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _site

WComboBox* Ui_assetSale::_site
inherited

◆ _siteLit

XLabel* Ui_assetSale::_siteLit
inherited

◆ _taxexclLit

XLabel* Ui_assetSale::_taxexclLit
inherited

◆ _taxtype

XComboBox* Ui_assetSale::_taxtype
inherited

◆ _taxtypeLit

XLabel* Ui_assetSale::_taxtypeLit
inherited

◆ gridLayout_2

QGridLayout* Ui_assetSale::gridLayout_2
inherited

◆ horizontalLayout

QHBoxLayout* Ui_assetSale::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_assetSale::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_assetSale::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_assetSale::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_assetSale::horizontalSpacer_2
inherited

◆ horizontalSpacer_3

QSpacerItem* Ui_assetSale::horizontalSpacer_3
inherited

◆ verticalLayout

QVBoxLayout* Ui_assetSale::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_assetSale::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_assetSale::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_assetSale::verticalSpacer_2
inherited

The documentation for this class was generated from the following files:

Generated on Mon Feb 17 2025 xTuple ERP Programmer Reference, Version 6.2.0 doxygen 1.11.0