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

#include <commentType.h>

Inheritance diagram for commentType:
XDialog Ui::commentType QDialog ScriptablePrivate Ui_commentType ScriptableWidget

Public Slots

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

Public Member Functions

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

Public Attributes

QHBoxLayout * _2
 
QVBoxLayout * _3
 
QVBoxLayout * _4
 
QVBoxLayout * _5
 
QHBoxLayout * _6
 
QPushButton * _add
 
QPushButton * _addAll
 
XTreeWidget_available
 
QDialogButtonBox * _buttonBox
 
XLineEdit_description
 
QLabel_descriptionLit
 
QCheckBox_editable
 
QFrame * _frame
 
XTreeWidget_granted
 
XComboBox_module
 
QLabel_moduleLit
 
XLineEdit_name
 
QLabel_nameLit
 
QSpinBox_order
 
QLabel_orderLit
 
QPushButton * _revoke
 
QPushButton * _revokeAll
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * Spacer29
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * verticalSpacer
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void sAdd ()
 
virtual void sAddAll ()
 
virtual void saveSize ()
 
virtual void sCheck ()
 
virtual void sModuleSelected (const QString &pModule)
 
virtual void sRevoke ()
 
virtual void sRevokeAll ()
 
virtual bool sSave ()
 
virtual void sSaveClicked ()
 

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

◆ commentType()

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

◆ ~commentType()

commentType::~commentType ( )

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

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_commentType::retranslateUi ( QDialog commentType)
inlineinherited

◆ sAdd

void commentType::sAdd ( )
protectedvirtualslot

◆ sAddAll

void commentType::sAddAll ( )
protectedvirtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCheck

void commentType::sCheck ( )
protectedvirtualslot

◆ set

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

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sModuleSelected

void commentType::sModuleSelected ( const QString &  pModule)
protectedvirtualslot

◆ sRevoke

void commentType::sRevoke ( )
protectedvirtualslot

◆ sRevokeAll

void commentType::sRevokeAll ( )
protectedvirtualslot

◆ sSave

bool commentType::sSave ( )
protectedvirtualslot

◆ sSaveClicked

void commentType::sSaveClicked ( )
protectedvirtualslot

Member Data Documentation

◆ _2

QHBoxLayout* Ui_commentType::_2
inherited

◆ _3

QVBoxLayout* Ui_commentType::_3
inherited

◆ _4

QVBoxLayout* Ui_commentType::_4
inherited

◆ _5

QVBoxLayout* Ui_commentType::_5
inherited

◆ _6

QHBoxLayout* Ui_commentType::_6
inherited

◆ _add

QPushButton* Ui_commentType::_add
inherited

◆ _addAll

QPushButton* Ui_commentType::_addAll
inherited

◆ _available

XTreeWidget* Ui_commentType::_available
inherited

◆ _buttonBox

QDialogButtonBox* Ui_commentType::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _description

XLineEdit* Ui_commentType::_description
inherited

◆ _descriptionLit

QLabel* Ui_commentType::_descriptionLit
inherited

◆ _editable

QCheckBox* Ui_commentType::_editable
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_commentType::_frame
inherited

◆ _granted

XTreeWidget* Ui_commentType::_granted
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _module

XComboBox* Ui_commentType::_module
inherited

◆ _moduleLit

QLabel* Ui_commentType::_moduleLit
inherited

◆ _name

XLineEdit* Ui_commentType::_name
inherited

◆ _nameLit

QLabel* Ui_commentType::_nameLit
inherited

◆ _order

QSpinBox* Ui_commentType::_order
inherited

◆ _orderLit

QLabel* Ui_commentType::_orderLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _revoke

QPushButton* Ui_commentType::_revoke
inherited

◆ _revokeAll

QPushButton* Ui_commentType::_revokeAll
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout

QGridLayout* Ui_commentType::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_commentType::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_commentType::gridLayout_3
inherited

◆ hboxLayout

QHBoxLayout* Ui_commentType::hboxLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_commentType::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_commentType::horizontalSpacer
inherited

◆ Spacer29

QSpacerItem* Ui_commentType::Spacer29
inherited

◆ spacerItem

QSpacerItem* Ui_commentType::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_commentType::spacerItem1
inherited

◆ verticalSpacer

QSpacerItem* Ui_commentType::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