maintClassPlan Class Reference

#include <maintClassPlan.h>

Public Slots

virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void sFillList ()
 
virtual void sSave ()
 
virtual void sSelectPlan ()
 

Public Member Functions

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

Public Attributes

XLineEdit_class
 
XLabel_classLit
 
QPushButton * _close
 
EmpCluster_owner
 
XLabel_ownerLit
 
XLineEdit_plan
 
XLabel_planLit
 
XTreeWidget_planSel
 
XLabel_planSelLit
 
QPushButton * _save
 
QGridLayout * gridLayout
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QSpacerItem * horizontalSpacer_2
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 

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

◆ maintClassPlan()

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

◆ ~maintClassPlan()

maintClassPlan::~maintClassPlan ( )

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 maintClassPlan::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_maintClassPlan::retranslateUi ( QWidget * maintClassPlan)
inlineinherited

◆ set

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

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList & params)
virtualinherited

◆ setupUi()

void Ui_maintClassPlan::setupUi ( QWidget * maintClassPlan)
inlineinherited

◆ sFillList

void maintClassPlan::sFillList ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent * event)
protectedinherited

◆ sSave

void maintClassPlan::sSave ( )
virtualslot

◆ sSelectPlan

void maintClassPlan::sSelectPlan ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _class

XLineEdit* Ui_maintClassPlan::_class
inherited

◆ _classLit

XLabel* Ui_maintClassPlan::_classLit
inherited

◆ _close

QPushButton* Ui_maintClassPlan::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _owner

EmpCluster* Ui_maintClassPlan::_owner
inherited

◆ _ownerLit

XLabel* Ui_maintClassPlan::_ownerLit
inherited

◆ _plan

XLineEdit* Ui_maintClassPlan::_plan
inherited

◆ _planLit

XLabel* Ui_maintClassPlan::_planLit
inherited

◆ _planSel

XTreeWidget* Ui_maintClassPlan::_planSel
inherited

◆ _planSelLit

XLabel* Ui_maintClassPlan::_planSelLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _save

QPushButton* Ui_maintClassPlan::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout

QGridLayout* Ui_maintClassPlan::gridLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_maintClassPlan::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_maintClassPlan::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_maintClassPlan::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_maintClassPlan::horizontalLayout_4
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_maintClassPlan::horizontalSpacer_2
inherited

◆ verticalLayout

QVBoxLayout* Ui_maintClassPlan::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_maintClassPlan::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_maintClassPlan::verticalSpacer
inherited

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

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