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

#include <customCommandArgument.h>

Inheritance diagram for customCommandArgument:
XDialog Ui::customCommandArgument QDialog ScriptablePrivate Ui_customCommandArgument ScriptableWidget

Public Slots

int exec ()
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sSave ()
 

Public Member Functions

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

Public Attributes

QPushButton * _accept
 
QLineEdit_argument
 
QLabel_argumentLit
 
QPushButton * _close
 
QSpinBox_order
 
QLabel_orderLit
 
QGridLayout * gridLayout
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QSpacerItem * spacer1
 
QSpacerItem * spacer3
 
QSpacerItem * spacer4
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 

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 void populate ()
 
virtual Q_INVOKABLE bool setScriptableParams (ParameterList &)
 
virtual void showEvent (QShowEvent *event)
 

Protected Attributes

int _cmdargid
 
int _cmdid
 
QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
ParameterList _lastSetParams
 
int _mode
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ customCommandArgument()

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

◆ ~customCommandArgument()

customCommandArgument::~customCommandArgument ( )

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 customCommandArgument::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 customCommandArgument::populate ( )
protectedvirtual

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_customCommandArgument::retranslateUi ( QDialog customCommandArgument)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set()

enum SetResponse customCommandArgument::set ( const ParameterList &  pParams)
virtual

Reimplemented from XDialog.

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_customCommandArgument::setupUi ( QDialog customCommandArgument)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void customCommandArgument::sSave ( )
virtualslot

Member Data Documentation

◆ _accept

QPushButton* Ui_customCommandArgument::_accept
inherited

◆ _argument

QLineEdit* Ui_customCommandArgument::_argument
inherited

◆ _argumentLit

QLabel* Ui_customCommandArgument::_argumentLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_customCommandArgument::_close
inherited

◆ _cmdargid

int customCommandArgument::_cmdargid
protected

◆ _cmdid

int customCommandArgument::_cmdid
protected

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _mode

int customCommandArgument::_mode
protected

◆ _order

QSpinBox* Ui_customCommandArgument::_order
inherited

◆ _orderLit

QLabel* Ui_customCommandArgument::_orderLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout

QGridLayout* Ui_customCommandArgument::gridLayout
inherited

◆ hboxLayout

QHBoxLayout* Ui_customCommandArgument::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_customCommandArgument::hboxLayout1
inherited

◆ spacer1

QSpacerItem* Ui_customCommandArgument::spacer1
inherited

◆ spacer3

QSpacerItem* Ui_customCommandArgument::spacer3
inherited

◆ spacer4

QSpacerItem* Ui_customCommandArgument::spacer4
inherited

◆ vboxLayout

QVBoxLayout* Ui_customCommandArgument::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_customCommandArgument::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_customCommandArgument::vboxLayout2
inherited

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

Generated on Mon May 3 2021 xTuple ERP Programmer Reference, Version 4.12.0 doxygen 1.8.17