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 sCancel ()
 
virtual void sChecksToggleCleared ()
 
virtual void sDateChanged ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void sImport ()
 
virtual void sReceiptsToggleCleared ()
 
virtual void sReconcile ()
 
virtual bool sSave (bool=true)
 

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

QPushButton * _addAdjustment
 
XCheckBox_allowEdit
 
XComboBox_bankaccnt
 
QLabel_bankAccountLit
 
QPushButton * _cancel
 
XTreeWidget_checks
 
QLabel_checksLit
 
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
 
QFrame * _frame
 
QPushButton * _import
 
CurrCluster_openBal
 
QLabel_openBalLit
 
XTreeWidget_receipts
 
QLabel_receiptsLit
 
QPushButton * _reconcile
 
QPushButton * _save
 
DLineEdit_startDate
 
QLabel_startDateLit
 
QPushButton * _update
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGroupBoxgroupBox
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QSpacerItem * spacerItem6
 
QSpacerItem * spacerItem7
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 

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

◆ sCancel

void reconcileBankaccount::sCancel ( )
virtualslot

◆ sChecksToggleCleared

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

◆ sReceiptsToggleCleared

void reconcileBankaccount::sReceiptsToggleCleared ( )
virtualslot

◆ sReconcile

void reconcileBankaccount::sReconcile ( )
virtualslot

◆ sSave

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

Member Data Documentation

◆ _addAdjustment

QPushButton* Ui_reconcileBankaccount::_addAdjustment
inherited

◆ _allowEdit

XCheckBox* Ui_reconcileBankaccount::_allowEdit
inherited

◆ _bankaccnt

XComboBox* Ui_reconcileBankaccount::_bankaccnt
inherited

◆ _bankAccountLit

QLabel* Ui_reconcileBankaccount::_bankAccountLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_reconcileBankaccount::_cancel
inherited

◆ _checks

XTreeWidget* Ui_reconcileBankaccount::_checks
inherited

◆ _checksLit

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

◆ _frame

QFrame* Ui_reconcileBankaccount::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _import

QPushButton* Ui_reconcileBankaccount::_import
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _openBal

CurrCluster* Ui_reconcileBankaccount::_openBal
inherited

◆ _openBalLit

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

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

◆ 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

◆ 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

◆ spacerItem5

QSpacerItem* Ui_reconcileBankaccount::spacerItem5
inherited

◆ spacerItem6

QSpacerItem* Ui_reconcileBankaccount::spacerItem6
inherited

◆ spacerItem7

QSpacerItem* Ui_reconcileBankaccount::spacerItem7
inherited

◆ vboxLayout

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_reconcileBankaccount::vboxLayout4
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