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

#include <financialLayoutGroup.h>

Inheritance diagram for financialLayoutGroup:
XDialog Ui::financialLayoutGroup QDialog ScriptablePrivate Ui_financialLayoutGroup ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual void sCheck ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillGroupList ()
 
virtual void sSave ()
 
virtual void sToggleShowPrcnt ()
 

Public Member Functions

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

Public Attributes

QRadioButton * _add
 
QCheckBox_altSubtotal
 
QLineEdit_altSubtotalLabel
 
QLabel_altSubtotalLabelLit
 
QDialogButtonBox * _buttonBox
 
XLineEdit_description
 
QLabel_descriptionLit
 
XComboBox_group
 
QLabel_groupLit
 
QLabel_groupLit2
 
XLineEdit_name
 
QLabel_nameLit
 
QGroupBox_operationGroup
 
QCheckBox_showBudget
 
QCheckBox_showBudgetPrcnt
 
QCheckBox_showCustom
 
QCheckBox_showCustomPrcnt
 
QCheckBox_showDelta
 
QCheckBox_showDeltaPrcnt
 
QCheckBox_showDiff
 
QCheckBox_showDiffPrcnt
 
QCheckBox_showEnd
 
QCheckBox_showEndPrcnt
 
QCheckBox_showPrcnt
 
QCheckBox_showStart
 
QCheckBox_showStartPrcnt
 
QCheckBox_showSubtotal
 
QGroupBox_subSummGroup
 
QRadioButton * _subtract
 
QCheckBox_summarize
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout10
 
QHBoxLayout * hboxLayout11
 
QHBoxLayout * hboxLayout12
 
QHBoxLayout * hboxLayout13
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * hboxLayout8
 
QHBoxLayout * hboxLayout9
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem10
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QSpacerItem * spacerItem8
 
QSpacerItem * spacerItem9
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 

Protected Slots

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

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

◆ financialLayoutGroup()

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

◆ ~financialLayoutGroup()

financialLayoutGroup::~financialLayoutGroup ( )

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

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_financialLayoutGroup::retranslateUi ( QDialog financialLayoutGroup)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCheck

void financialLayoutGroup::sCheck ( )
virtualslot

◆ set

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

◆ sFillGroupList

void financialLayoutGroup::sFillGroupList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void financialLayoutGroup::sSave ( )
virtualslot

◆ sToggled

void financialLayoutGroup::sToggled ( )
protectedvirtualslot

◆ sToggleShowPrcnt

void financialLayoutGroup::sToggleShowPrcnt ( )
virtualslot

Member Data Documentation

◆ _add

QRadioButton* Ui_financialLayoutGroup::_add
inherited

◆ _altSubtotal

QCheckBox* Ui_financialLayoutGroup::_altSubtotal
inherited

◆ _altSubtotalLabel

QLineEdit* Ui_financialLayoutGroup::_altSubtotalLabel
inherited

◆ _altSubtotalLabelLit

QLabel* Ui_financialLayoutGroup::_altSubtotalLabelLit
inherited

◆ _buttonBox

QDialogButtonBox* Ui_financialLayoutGroup::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _description

XLineEdit* Ui_financialLayoutGroup::_description
inherited

◆ _descriptionLit

QLabel* Ui_financialLayoutGroup::_descriptionLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _group

XComboBox* Ui_financialLayoutGroup::_group
inherited

◆ _groupLit

QLabel* Ui_financialLayoutGroup::_groupLit
inherited

◆ _groupLit2

QLabel* Ui_financialLayoutGroup::_groupLit2
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _name

XLineEdit* Ui_financialLayoutGroup::_name
inherited

◆ _nameLit

QLabel* Ui_financialLayoutGroup::_nameLit
inherited

◆ _operationGroup

QGroupBox* Ui_financialLayoutGroup::_operationGroup
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showBudget

QCheckBox* Ui_financialLayoutGroup::_showBudget
inherited

◆ _showBudgetPrcnt

QCheckBox* Ui_financialLayoutGroup::_showBudgetPrcnt
inherited

◆ _showCustom

QCheckBox* Ui_financialLayoutGroup::_showCustom
inherited

◆ _showCustomPrcnt

QCheckBox* Ui_financialLayoutGroup::_showCustomPrcnt
inherited

◆ _showDelta

QCheckBox* Ui_financialLayoutGroup::_showDelta
inherited

◆ _showDeltaPrcnt

QCheckBox* Ui_financialLayoutGroup::_showDeltaPrcnt
inherited

◆ _showDiff

QCheckBox* Ui_financialLayoutGroup::_showDiff
inherited

◆ _showDiffPrcnt

QCheckBox* Ui_financialLayoutGroup::_showDiffPrcnt
inherited

◆ _showEnd

QCheckBox* Ui_financialLayoutGroup::_showEnd
inherited

◆ _showEndPrcnt

QCheckBox* Ui_financialLayoutGroup::_showEndPrcnt
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _showPrcnt

QCheckBox* Ui_financialLayoutGroup::_showPrcnt
inherited

◆ _showStart

QCheckBox* Ui_financialLayoutGroup::_showStart
inherited

◆ _showStartPrcnt

QCheckBox* Ui_financialLayoutGroup::_showStartPrcnt
inherited

◆ _showSubtotal

QCheckBox* Ui_financialLayoutGroup::_showSubtotal
inherited

◆ _subSummGroup

QGroupBox* Ui_financialLayoutGroup::_subSummGroup
inherited

◆ _subtract

QRadioButton* Ui_financialLayoutGroup::_subtract
inherited

◆ _summarize

QCheckBox* Ui_financialLayoutGroup::_summarize
inherited

◆ gridLayout

QGridLayout* Ui_financialLayoutGroup::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_financialLayoutGroup::gridLayout1
inherited

◆ hboxLayout

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout1
inherited

◆ hboxLayout10

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout10
inherited

◆ hboxLayout11

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout11
inherited

◆ hboxLayout12

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout12
inherited

◆ hboxLayout13

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout13
inherited

◆ hboxLayout2

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_financialLayoutGroup::hboxLayout9
inherited

◆ spacerItem

QSpacerItem* Ui_financialLayoutGroup::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_financialLayoutGroup::spacerItem1
inherited

◆ spacerItem10

QSpacerItem* Ui_financialLayoutGroup::spacerItem10
inherited

◆ spacerItem2

QSpacerItem* Ui_financialLayoutGroup::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_financialLayoutGroup::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_financialLayoutGroup::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_financialLayoutGroup::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_financialLayoutGroup::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_financialLayoutGroup::spacerItem7
inherited

◆ spacerItem8

QSpacerItem* Ui_financialLayoutGroup::spacerItem8
inherited

◆ spacerItem9

QSpacerItem* Ui_financialLayoutGroup::spacerItem9
inherited

◆ vboxLayout

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_financialLayoutGroup::vboxLayout6
inherited

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

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