reconcileBankaccount Class Reference

#include <reconcileBankaccount.h>

Public Slots

virtual void sAddAdjustment ()
 
virtual void sBankaccntChanged ()
 
virtual void sCalcClearedBalance ()
 
virtual void sCancel ()
 
virtual void sClearSelected ()
 
virtual void sDateChanged ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void sImport ()
 
virtual void sPopulateList ()
 
virtual void sPopulateMenu (QMenu *, QTreeWidgetItem *, int)
 
virtual void sReconcile ()
 
virtual void sRescindCleared ()
 
virtual bool sSave (bool=true)
 
virtual void sToggle (QTreeWidgetItem *item, int col=0)
 

Public Member Functions

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

Static Public Member Functions

static Q_INVOKABLE void openReconcileBankaccount (int pBankaccntid, QWidget *parent=0)
 

Public Attributes

QGridLayout * _2
 
QPushButton * _addAdjustment
 
XCheckBox_allowEdit
 
QWidget_balanceWidget
 
XComboBox_bankaccnt
 
QLabel_bankAccountLit
 
QPushButton * _cancel
 
QPushButton * _clear
 
XLabel_clearBal
 
QLabel_clearBalLit
 
XLabel_clearedChecks
 
QLabel_clearedChecksLit
 
XLabel_clearedReceipts
 
QLabel_clearedReceiptsLit
 
XComboBox_currency
 
QLabel_currencyLit
 
XLabel_diffBal
 
QLabel_diffBalLit
 
CurrCluster_endBal
 
XLabel_endBal2
 
QLabel_endBal2Lit
 
QLabel_endBalLit
 
DLineEdit_endDate
 
QLabel_endDateLit
 
QHBoxLayout * _headerLayout
 
QPushButton * _import
 
XTreeWidget_list
 
QWidget_listOptions
 
CurrCluster_openBal
 
QLabel_openBalLit
 
ParameterWidget_paramWidget
 
QWidget_parentLayout
 
QPushButton * _query
 
QPushButton * _reconcile
 
QPushButton * _rescind
 
QPushButton * _save
 
DLineEdit_startDate
 
QLabel_startDateLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGroupBoxgroupBox
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QWidgetreconciliation
 
QSpacerItem * spacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout_7
 
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

◆ reconcileBankaccount()

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

◆ ~reconcileBankaccount()

reconcileBankaccount::~reconcileBankaccount ( )

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 reconcileBankaccount::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

◆ openReconcileBankaccount()

void reconcileBankaccount::openReconcileBankaccount ( int pBankaccntid,
QWidget * parent = 0 )
static

◆ postSet

enum SetResponse XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_reconcileBankaccount::retranslateUi ( QWidget * reconcileBankaccount)
inlineinherited

◆ sAddAdjustment

void reconcileBankaccount::sAddAdjustment ( )
virtualslot

◆ sBankaccntChanged

void reconcileBankaccount::sBankaccntChanged ( )
virtualslot

◆ sCalcClearedBalance

void reconcileBankaccount::sCalcClearedBalance ( )
virtualslot

◆ sCancel

void reconcileBankaccount::sCancel ( )
virtualslot

◆ sClearSelected

void reconcileBankaccount::sClearSelected ( )
virtualslot

◆ sDateChanged

void reconcileBankaccount::sDateChanged ( )
virtualslot

◆ set

enum SetResponse XWidget::set ( const ParameterList & pParams)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList & params)
virtualinherited

◆ setupUi()

void Ui_reconcileBankaccount::setupUi ( QWidget * reconcileBankaccount)
inlineinherited

◆ showEvent()

void XWidget::showEvent ( QShowEvent * event)
protectedinherited

◆ sImport

void reconcileBankaccount::sImport ( )
virtualslot

◆ sPopulateList

void reconcileBankaccount::sPopulateList ( )
virtualslot

◆ sPopulateMenu

void reconcileBankaccount::sPopulateMenu ( QMenu * pMenu,
QTreeWidgetItem * ,
int  )
virtualslot

◆ sReconcile

void reconcileBankaccount::sReconcile ( )
virtualslot

◆ sRescindCleared

void reconcileBankaccount::sRescindCleared ( )
virtualslot

◆ sSave

bool reconcileBankaccount::sSave ( bool closeWhenDone = true)
virtualslot

◆ sToggle

void reconcileBankaccount::sToggle ( QTreeWidgetItem * item,
int col = 0 )
virtualslot

Member Data Documentation

◆ _2

QGridLayout* Ui_reconcileBankaccount::_2
inherited

◆ _addAdjustment

QPushButton* Ui_reconcileBankaccount::_addAdjustment
inherited

◆ _allowEdit

XCheckBox* Ui_reconcileBankaccount::_allowEdit
inherited

◆ _balanceWidget

QWidget* Ui_reconcileBankaccount::_balanceWidget
inherited

◆ _bankaccnt

XComboBox* Ui_reconcileBankaccount::_bankaccnt
inherited

◆ _bankAccountLit

QLabel* Ui_reconcileBankaccount::_bankAccountLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_reconcileBankaccount::_cancel
inherited

◆ _clear

QPushButton* Ui_reconcileBankaccount::_clear
inherited

◆ _clearBal

XLabel* Ui_reconcileBankaccount::_clearBal
inherited

◆ _clearBalLit

QLabel* Ui_reconcileBankaccount::_clearBalLit
inherited

◆ _clearedChecks

XLabel* Ui_reconcileBankaccount::_clearedChecks
inherited

◆ _clearedChecksLit

QLabel* Ui_reconcileBankaccount::_clearedChecksLit
inherited

◆ _clearedReceipts

XLabel* Ui_reconcileBankaccount::_clearedReceipts
inherited

◆ _clearedReceiptsLit

QLabel* Ui_reconcileBankaccount::_clearedReceiptsLit
inherited

◆ _currency

XComboBox* Ui_reconcileBankaccount::_currency
inherited

◆ _currencyLit

QLabel* Ui_reconcileBankaccount::_currencyLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _diffBal

XLabel* Ui_reconcileBankaccount::_diffBal
inherited

◆ _diffBalLit

QLabel* Ui_reconcileBankaccount::_diffBalLit
inherited

◆ _endBal

CurrCluster* Ui_reconcileBankaccount::_endBal
inherited

◆ _endBal2

XLabel* Ui_reconcileBankaccount::_endBal2
inherited

◆ _endBal2Lit

QLabel* Ui_reconcileBankaccount::_endBal2Lit
inherited

◆ _endBalLit

QLabel* Ui_reconcileBankaccount::_endBalLit
inherited

◆ _endDate

DLineEdit* Ui_reconcileBankaccount::_endDate
inherited

◆ _endDateLit

QLabel* Ui_reconcileBankaccount::_endDateLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _headerLayout

QHBoxLayout* Ui_reconcileBankaccount::_headerLayout
inherited

◆ _import

QPushButton* Ui_reconcileBankaccount::_import
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _list

XTreeWidget* Ui_reconcileBankaccount::_list
inherited

◆ _listOptions

QWidget* Ui_reconcileBankaccount::_listOptions
inherited

◆ _openBal

CurrCluster* Ui_reconcileBankaccount::_openBal
inherited

◆ _openBalLit

QLabel* Ui_reconcileBankaccount::_openBalLit
inherited

◆ _paramWidget

ParameterWidget* Ui_reconcileBankaccount::_paramWidget
inherited

◆ _parentLayout

QWidget* Ui_reconcileBankaccount::_parentLayout
inherited

◆ _query

QPushButton* Ui_reconcileBankaccount::_query
inherited

◆ _reconcile

QPushButton* Ui_reconcileBankaccount::_reconcile
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _rescind

QPushButton* Ui_reconcileBankaccount::_rescind
inherited

◆ _save

QPushButton* Ui_reconcileBankaccount::_save
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _startDate

DLineEdit* Ui_reconcileBankaccount::_startDate
inherited

◆ _startDateLit

QLabel* Ui_reconcileBankaccount::_startDateLit
inherited

◆ gridLayout

QGridLayout* Ui_reconcileBankaccount::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_reconcileBankaccount::gridLayout1
inherited

◆ gridLayout2

QGridLayout* Ui_reconcileBankaccount::gridLayout2
inherited

◆ gridLayout3

QGridLayout* Ui_reconcileBankaccount::gridLayout3
inherited

◆ gridLayout4

QGridLayout* Ui_reconcileBankaccount::gridLayout4
inherited

◆ groupBox

QGroupBox* Ui_reconcileBankaccount::groupBox
inherited

◆ hboxLayout

QHBoxLayout* Ui_reconcileBankaccount::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_reconcileBankaccount::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_reconcileBankaccount::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_reconcileBankaccount::hboxLayout3
inherited

◆ horizontalLayout

QHBoxLayout* Ui_reconcileBankaccount::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_reconcileBankaccount::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_reconcileBankaccount::horizontalSpacer_2
inherited

◆ reconciliation

QWidget* Ui_reconcileBankaccount::reconciliation
inherited

◆ spacer

QSpacerItem* Ui_reconcileBankaccount::spacer
inherited

◆ spacerItem

QSpacerItem* Ui_reconcileBankaccount::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_reconcileBankaccount::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_reconcileBankaccount::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_reconcileBankaccount::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_reconcileBankaccount::spacerItem4
inherited

◆ vboxLayout

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout
inherited

◆ verticalLayout_7

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_7
inherited

◆ verticalSpacer

QSpacerItem* Ui_reconcileBankaccount::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.2.0 doxygen 1.11.0