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

#include <crmRole.h>

Inheritance diagram for crmRole:
XDialog Ui::crmRole QDialog ScriptablePrivate Ui_crmRole ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 

Signals

virtual void saveAfterCommit ()
 
virtual void saveBeforeBegin ()
 

Public Member Functions

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

Public Attributes

QCheckBox_account
 
QCheckBox_addr
 
QGroupBox_appliesTo
 
QPushButton * _close
 
QCheckBox_cntct
 
XSpinBox_order
 
XLabel_orderLit
 
QCheckBox_phone
 
XLineEdit_role
 
XLabel_roleLit
 
QPushButton * _save
 
QGridLayout * gridLayout_2
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QVBoxLayout * verticalLayout
 
QSpacerItem * verticalSpacer
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sSave ()
 

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

◆ crmRole()

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

◆ ~crmRole()

crmRole::~crmRole ( )

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

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_crmRole::retranslateUi ( QWidget crmRole)
inlineinherited

◆ saveAfterCommit

virtual void crmRole::saveAfterCommit ( )
virtualsignal

◆ saveBeforeBegin

virtual void crmRole::saveBeforeBegin ( )
virtualsignal

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

enum SetResponse crmRole::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_crmRole::setupUi ( QWidget crmRole)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void crmRole::sSave ( )
protectedvirtualslot

Member Data Documentation

◆ _account

QCheckBox* Ui_crmRole::_account
inherited

◆ _addr

QCheckBox* Ui_crmRole::_addr
inherited

◆ _appliesTo

QGroupBox* Ui_crmRole::_appliesTo
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_crmRole::_close
inherited

◆ _cntct

QCheckBox* Ui_crmRole::_cntct
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _order

XSpinBox* Ui_crmRole::_order
inherited

◆ _orderLit

XLabel* Ui_crmRole::_orderLit
inherited

◆ _phone

QCheckBox* Ui_crmRole::_phone
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _role

XLineEdit* Ui_crmRole::_role
inherited

◆ _roleLit

XLabel* Ui_crmRole::_roleLit
inherited

◆ _save

QPushButton* Ui_crmRole::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout_2

QGridLayout* Ui_crmRole::gridLayout_2
inherited

◆ horizontalLayout

QHBoxLayout* Ui_crmRole::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_crmRole::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_crmRole::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_crmRole::horizontalSpacer
inherited

◆ verticalLayout

QVBoxLayout* Ui_crmRole::verticalLayout
inherited

◆ verticalSpacer

QSpacerItem* Ui_crmRole::verticalSpacer
inherited

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

Generated on Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 6.0.0 doxygen 1.8.17