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

#include <reconcileBankaccount.h>

Inheritance diagram for reconcileBankaccount:
XWidget Ui::reconcileBankaccount QWidget ScriptablePrivate Ui_reconcileBankaccount ScriptableWidget

Public Slots

virtual void populate ()
 
virtual void sAddAdjustment ()
 
virtual void sBankaccntChanged ()
 
virtual void sCalcClearedBalance ()
 
virtual void sCancel ()
 
virtual void sChecksToggleCleared ()
 
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 sReceiptsToggleCleared ()
 
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
 
QWidget_btns
 
QPushButton * _cancel
 
XTreeWidget_checks
 
QLabel_checksLit
 
QPushButton * _clear
 
XLabel_clearBal
 
QLabel_clearBalLit
 
XLabel_clearedChecks
 
QLabel_clearedChecksLit
 
XLabel_clearedReceipts
 
QLabel_clearedReceiptsLit
 
XComboBox_currency
 
QLabel_currencyLit
 
QWidget_depositsWidget
 
XLabel_diffBal
 
QLabel_diffBalLit
 
CurrCluster_endBal
 
XLabel_endBal2
 
QLabel_endBal2Lit
 
QLabel_endBalLit
 
DLineEdit_endDate
 
QLabel_endDateLit
 
QFrame * _frame
 
QVBoxLayout * _frameLayout
 
QGroupBox_header
 
QPushButton * _import
 
XTreeWidget_list
 
QWidget_listOptions
 
CurrCluster_openBal
 
QLabel_openBalLit
 
ParameterWidget_paramWidget
 
QWidget_parentLayout
 
QWidget_paymentsWidget
 
QPushButton * _query
 
XTreeWidget_receipts
 
QLabel_receiptsLit
 
QPushButton * _reconcile
 
QPushButton * _rescind
 
QPushButton * _save
 
DLineEdit_startDate
 
QLabel_startDateLit
 
QPushButton * _update
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout_3
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QWidgetpage
 
QWidgetpage_2
 
QSpacerItem * spacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QStackedWidget * stackedWidget
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QVBoxLayout * verticalLayout_4
 
QVBoxLayout * verticalLayout_5
 
QVBoxLayout * verticalLayout_6
 
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

◆ populate

void reconcileBankaccount::populate ( )
virtualslot

◆ 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

◆ sChecksToggleCleared

void reconcileBankaccount::sChecksToggleCleared ( )
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

◆ sReceiptsToggleCleared

void reconcileBankaccount::sReceiptsToggleCleared ( )
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

◆ _btns

QWidget* Ui_reconcileBankaccount::_btns
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_reconcileBankaccount::_cancel
inherited

◆ _checks

XTreeWidget* Ui_reconcileBankaccount::_checks
inherited

◆ _checksLit

QLabel* Ui_reconcileBankaccount::_checksLit
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

◆ _depositsWidget

QWidget* Ui_reconcileBankaccount::_depositsWidget
inherited

◆ _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

◆ _frame

QFrame* Ui_reconcileBankaccount::_frame
inherited

◆ _frameLayout

QVBoxLayout* Ui_reconcileBankaccount::_frameLayout
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _header

QGroupBox* Ui_reconcileBankaccount::_header
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

◆ _paymentsWidget

QWidget* Ui_reconcileBankaccount::_paymentsWidget
inherited

◆ _query

QPushButton* Ui_reconcileBankaccount::_query
inherited

◆ _receipts

XTreeWidget* Ui_reconcileBankaccount::_receipts
inherited

◆ _receiptsLit

QLabel* Ui_reconcileBankaccount::_receiptsLit
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

◆ _update

QPushButton* Ui_reconcileBankaccount::_update
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

◆ gridLayout_3

QGridLayout* Ui_reconcileBankaccount::gridLayout_3
inherited

◆ hboxLayout

QHBoxLayout* Ui_reconcileBankaccount::hboxLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_reconcileBankaccount::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_reconcileBankaccount::horizontalSpacer
inherited

◆ page

QWidget* Ui_reconcileBankaccount::page
inherited

◆ page_2

QWidget* Ui_reconcileBankaccount::page_2
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

◆ stackedWidget

QStackedWidget* Ui_reconcileBankaccount::stackedWidget
inherited

◆ vboxLayout

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout1
inherited

◆ verticalLayout

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_3
inherited

◆ verticalLayout_4

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_4
inherited

◆ verticalLayout_5

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_5
inherited

◆ verticalLayout_6

QVBoxLayout* Ui_reconcileBankaccount::verticalLayout_6
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 Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 6.0.0 doxygen 1.8.17