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

#include <customCommand.h>

Inheritance diagram for customCommand:
XDialog Ui::customCommand QDialog ScriptablePrivate Ui_customCommand ScriptableWidget

Public Slots

int exec ()
 
virtual void reject ()
 
virtual void sDelete ()
 
virtual void sEdit ()
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillList ()
 
virtual void sNew ()
 
virtual void sSave ()
 

Public Member Functions

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

Public Attributes

QPushButton * _accept
 
XTreeWidget_arguments
 
QPushButton * _close
 
QPushButton * _delete
 
XTextEdit_description
 
QPushButton * _edit
 
QLineEdit_executable
 
QLabel_executableLit
 
XComboBox_module
 
QLabel_moduleLit
 
QLineEdit_name
 
QLabel_nameLit
 
QPushButton * _new
 
QLineEdit_privname
 
QLabel_privnameLit
 
QTabWidget * _tab
 
QLineEdit_title
 
QLabel_titleLit
 
QWidgetarguments
 
QWidgetdescrip
 
QGridLayout * gridLayout
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void setMode (const int)
 

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

Protected Attributes

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

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ customCommand()

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

◆ ~customCommand()

customCommand::~customCommand ( )

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 customCommand::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 customCommand::populate ( )
virtual

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ reject

void customCommand::reject ( )
virtualslot

◆ retranslateUi()

void Ui_customCommand::retranslateUi ( QDialog customCommand)
inlineinherited

◆ save()

bool customCommand::save ( )
protected

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sDelete

void customCommand::sDelete ( )
virtualslot

◆ sEdit

void customCommand::sEdit ( )
virtualslot

◆ set()

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

Reimplemented from XDialog.

◆ setMode

void customCommand::setMode ( const int  pmode)
protectedvirtualslot

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_customCommand::setupUi ( QDialog customCommand)
inlineinherited

◆ sFillList

void customCommand::sFillList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sNew

void customCommand::sNew ( )
virtualslot

◆ sSave

void customCommand::sSave ( )
virtualslot

Member Data Documentation

◆ _accept

QPushButton* Ui_customCommand::_accept
inherited

◆ _arguments

XTreeWidget* Ui_customCommand::_arguments
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_customCommand::_close
inherited

◆ _cmdid

int customCommand::_cmdid
protected

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _delete

QPushButton* Ui_customCommand::_delete
inherited

◆ _description

XTextEdit* Ui_customCommand::_description
inherited

◆ _edit

QPushButton* Ui_customCommand::_edit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _executable

QLineEdit* Ui_customCommand::_executable
inherited

◆ _executableLit

QLabel* Ui_customCommand::_executableLit
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _mode

int customCommand::_mode
protected

◆ _module

XComboBox* Ui_customCommand::_module
inherited

◆ _moduleLit

QLabel* Ui_customCommand::_moduleLit
inherited

◆ _name

QLineEdit* Ui_customCommand::_name
inherited

◆ _nameLit

QLabel* Ui_customCommand::_nameLit
inherited

◆ _new

QPushButton* Ui_customCommand::_new
inherited

◆ _oldPrivname

QString customCommand::_oldPrivname
protected

◆ _privname

QLineEdit* Ui_customCommand::_privname
inherited

◆ _privnameLit

QLabel* Ui_customCommand::_privnameLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _saved

bool customCommand::_saved
protected

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _tab

QTabWidget* Ui_customCommand::_tab
inherited

◆ _title

QLineEdit* Ui_customCommand::_title
inherited

◆ _titleLit

QLabel* Ui_customCommand::_titleLit
inherited

◆ arguments

QWidget* Ui_customCommand::arguments
inherited

◆ descrip

QWidget* Ui_customCommand::descrip
inherited

◆ gridLayout

QGridLayout* Ui_customCommand::gridLayout
inherited

◆ hboxLayout

QHBoxLayout* Ui_customCommand::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_customCommand::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_customCommand::hboxLayout2
inherited

◆ spacerItem

QSpacerItem* Ui_customCommand::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_customCommand::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_customCommand::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_customCommand::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_customCommand::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_customCommand::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_customCommand::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_customCommand::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_customCommand::vboxLayout5
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