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

#include <financialLayoutItem.h>

Inheritance diagram for financialLayoutItem:
XDialog Ui::financialLayoutItem QDialog ScriptablePrivate Ui_financialLayoutItem ScriptableWidget

Public Slots

int exec ()
 
virtual void populateSubTypes ()
 
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 sToggleAccount ()
 
virtual void sToggleSegment ()
 
virtual void sToggleShowPrcnt ()
 

Public Member Functions

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

Public Attributes

GLCluster_account
 
QLabel_accountLit
 
QRadioButton * _add
 
QDialogButtonBox * _buttonBox
 
XComboBox_company
 
QRadioButton * _customUseBeginning
 
QRadioButton * _customUseBudget
 
QRadioButton * _customUseCredits
 
QRadioButton * _customUseDebits
 
QRadioButton * _customUseDiff
 
QRadioButton * _customUseEnding
 
XComboBox_group
 
QLabel_groupLit
 
QLabel_groupLit2
 
XComboBox_number
 
QLabel_numberLit
 
QGroupBox_operationGroup
 
QWidget_options
 
XComboBox_profit
 
QGroupBox_selectAccount
 
QWidget_selection
 
QGroupBox_selectSegment
 
QLabel_sep1Lit
 
QLabel_sep2Lit
 
QLabel_sep3Lit
 
QCheckBox_showBeginning
 
QCheckBox_showBeginningPrcnt
 
QCheckBox_showBudget
 
QCheckBox_showBudgetPrcnt
 
QGroupBox_showColumns
 
QGroupBox_showCustom
 
QCheckBox_showCustomPrcnt
 
QCheckBox_showDB
 
QCheckBox_showDBPrcnt
 
QCheckBox_showDiff
 
QCheckBox_showDiffPrcnt
 
QCheckBox_showEnding
 
QCheckBox_showEndingPrcnt
 
QCheckBox_showPrcnt
 
XComboBox_sub
 
QRadioButton * _subtract
 
XComboBox_subType
 
QLabel_subTypeLit
 
QTabWidget * _tab
 
XComboBox_type
 
QLabel_typeLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGridLayout * gridLayout5
 
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 * spacerItem11
 
QSpacerItem * spacerItem12
 
QSpacerItem * spacerItem13
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QSpacerItem * spacerItem8
 
QSpacerItem * spacerItem9
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout10
 
QVBoxLayout * vboxLayout11
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 
QVBoxLayout * vboxLayout7
 
QVBoxLayout * vboxLayout8
 
QVBoxLayout * vboxLayout9
 
QWidgetwidget
 

Protected Slots

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

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

◆ financialLayoutItem()

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

◆ ~financialLayoutItem()

financialLayoutItem::~financialLayoutItem ( )

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

◆ populateSubTypes

void financialLayoutItem::populateSubTypes ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_financialLayoutItem::retranslateUi ( QDialog financialLayoutItem)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCheck

void financialLayoutItem::sCheck ( )
virtualslot

◆ set

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

◆ sFillGroupList

void financialLayoutItem::sFillGroupList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void financialLayoutItem::sSave ( )
virtualslot

◆ sToggleAccount

void financialLayoutItem::sToggleAccount ( )
virtualslot

◆ sToggleSegment

void financialLayoutItem::sToggleSegment ( )
virtualslot

◆ sToggleShowPrcnt

void financialLayoutItem::sToggleShowPrcnt ( )
virtualslot

Member Data Documentation

◆ _account

GLCluster* Ui_financialLayoutItem::_account
inherited

◆ _accountLit

QLabel* Ui_financialLayoutItem::_accountLit
inherited

◆ _add

QRadioButton* Ui_financialLayoutItem::_add
inherited

◆ _buttonBox

QDialogButtonBox* Ui_financialLayoutItem::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _company

XComboBox* Ui_financialLayoutItem::_company
inherited

◆ _customUseBeginning

QRadioButton* Ui_financialLayoutItem::_customUseBeginning
inherited

◆ _customUseBudget

QRadioButton* Ui_financialLayoutItem::_customUseBudget
inherited

◆ _customUseCredits

QRadioButton* Ui_financialLayoutItem::_customUseCredits
inherited

◆ _customUseDebits

QRadioButton* Ui_financialLayoutItem::_customUseDebits
inherited

◆ _customUseDiff

QRadioButton* Ui_financialLayoutItem::_customUseDiff
inherited

◆ _customUseEnding

QRadioButton* Ui_financialLayoutItem::_customUseEnding
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _group

XComboBox* Ui_financialLayoutItem::_group
inherited

◆ _groupLit

QLabel* Ui_financialLayoutItem::_groupLit
inherited

◆ _groupLit2

QLabel* Ui_financialLayoutItem::_groupLit2
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _number

XComboBox* Ui_financialLayoutItem::_number
inherited

◆ _numberLit

QLabel* Ui_financialLayoutItem::_numberLit
inherited

◆ _operationGroup

QGroupBox* Ui_financialLayoutItem::_operationGroup
inherited

◆ _options

QWidget* Ui_financialLayoutItem::_options
inherited

◆ _profit

XComboBox* Ui_financialLayoutItem::_profit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _selectAccount

QGroupBox* Ui_financialLayoutItem::_selectAccount
inherited

◆ _selection

QWidget* Ui_financialLayoutItem::_selection
inherited

◆ _selectSegment

QGroupBox* Ui_financialLayoutItem::_selectSegment
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _sep1Lit

QLabel* Ui_financialLayoutItem::_sep1Lit
inherited

◆ _sep2Lit

QLabel* Ui_financialLayoutItem::_sep2Lit
inherited

◆ _sep3Lit

QLabel* Ui_financialLayoutItem::_sep3Lit
inherited

◆ _showBeginning

QCheckBox* Ui_financialLayoutItem::_showBeginning
inherited

◆ _showBeginningPrcnt

QCheckBox* Ui_financialLayoutItem::_showBeginningPrcnt
inherited

◆ _showBudget

QCheckBox* Ui_financialLayoutItem::_showBudget
inherited

◆ _showBudgetPrcnt

QCheckBox* Ui_financialLayoutItem::_showBudgetPrcnt
inherited

◆ _showColumns

QGroupBox* Ui_financialLayoutItem::_showColumns
inherited

◆ _showCustom

QGroupBox* Ui_financialLayoutItem::_showCustom
inherited

◆ _showCustomPrcnt

QCheckBox* Ui_financialLayoutItem::_showCustomPrcnt
inherited

◆ _showDB

QCheckBox* Ui_financialLayoutItem::_showDB
inherited

◆ _showDBPrcnt

QCheckBox* Ui_financialLayoutItem::_showDBPrcnt
inherited

◆ _showDiff

QCheckBox* Ui_financialLayoutItem::_showDiff
inherited

◆ _showDiffPrcnt

QCheckBox* Ui_financialLayoutItem::_showDiffPrcnt
inherited

◆ _showEnding

QCheckBox* Ui_financialLayoutItem::_showEnding
inherited

◆ _showEndingPrcnt

QCheckBox* Ui_financialLayoutItem::_showEndingPrcnt
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _showPrcnt

QCheckBox* Ui_financialLayoutItem::_showPrcnt
inherited

◆ _sub

XComboBox* Ui_financialLayoutItem::_sub
inherited

◆ _subtract

QRadioButton* Ui_financialLayoutItem::_subtract
inherited

◆ _subType

XComboBox* Ui_financialLayoutItem::_subType
inherited

◆ _subTypeLit

QLabel* Ui_financialLayoutItem::_subTypeLit
inherited

◆ _tab

QTabWidget* Ui_financialLayoutItem::_tab
inherited

◆ _type

XComboBox* Ui_financialLayoutItem::_type
inherited

◆ _typeLit

QLabel* Ui_financialLayoutItem::_typeLit
inherited

◆ gridLayout

QGridLayout* Ui_financialLayoutItem::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_financialLayoutItem::gridLayout1
inherited

◆ gridLayout2

QGridLayout* Ui_financialLayoutItem::gridLayout2
inherited

◆ gridLayout3

QGridLayout* Ui_financialLayoutItem::gridLayout3
inherited

◆ gridLayout4

QGridLayout* Ui_financialLayoutItem::gridLayout4
inherited

◆ gridLayout5

QGridLayout* Ui_financialLayoutItem::gridLayout5
inherited

◆ hboxLayout

QHBoxLayout* Ui_financialLayoutItem::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_financialLayoutItem::hboxLayout1
inherited

◆ hboxLayout10

QHBoxLayout* Ui_financialLayoutItem::hboxLayout10
inherited

◆ hboxLayout11

QHBoxLayout* Ui_financialLayoutItem::hboxLayout11
inherited

◆ hboxLayout12

QHBoxLayout* Ui_financialLayoutItem::hboxLayout12
inherited

◆ hboxLayout13

QHBoxLayout* Ui_financialLayoutItem::hboxLayout13
inherited

◆ hboxLayout2

QHBoxLayout* Ui_financialLayoutItem::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_financialLayoutItem::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_financialLayoutItem::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_financialLayoutItem::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_financialLayoutItem::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_financialLayoutItem::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_financialLayoutItem::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_financialLayoutItem::hboxLayout9
inherited

◆ spacerItem

QSpacerItem* Ui_financialLayoutItem::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_financialLayoutItem::spacerItem1
inherited

◆ spacerItem10

QSpacerItem* Ui_financialLayoutItem::spacerItem10
inherited

◆ spacerItem11

QSpacerItem* Ui_financialLayoutItem::spacerItem11
inherited

◆ spacerItem12

QSpacerItem* Ui_financialLayoutItem::spacerItem12
inherited

◆ spacerItem13

QSpacerItem* Ui_financialLayoutItem::spacerItem13
inherited

◆ spacerItem2

QSpacerItem* Ui_financialLayoutItem::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_financialLayoutItem::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_financialLayoutItem::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_financialLayoutItem::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_financialLayoutItem::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_financialLayoutItem::spacerItem7
inherited

◆ spacerItem8

QSpacerItem* Ui_financialLayoutItem::spacerItem8
inherited

◆ spacerItem9

QSpacerItem* Ui_financialLayoutItem::spacerItem9
inherited

◆ vboxLayout

QVBoxLayout* Ui_financialLayoutItem::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_financialLayoutItem::vboxLayout1
inherited

◆ vboxLayout10

QVBoxLayout* Ui_financialLayoutItem::vboxLayout10
inherited

◆ vboxLayout11

QVBoxLayout* Ui_financialLayoutItem::vboxLayout11
inherited

◆ vboxLayout2

QVBoxLayout* Ui_financialLayoutItem::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_financialLayoutItem::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_financialLayoutItem::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_financialLayoutItem::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_financialLayoutItem::vboxLayout6
inherited

◆ vboxLayout7

QVBoxLayout* Ui_financialLayoutItem::vboxLayout7
inherited

◆ vboxLayout8

QVBoxLayout* Ui_financialLayoutItem::vboxLayout8
inherited

◆ vboxLayout9

QVBoxLayout* Ui_financialLayoutItem::vboxLayout9
inherited

◆ widget

QWidget* Ui_financialLayoutItem::widget
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