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

#include <dspBankrecHistory.h>

Inheritance diagram for dspBankrecHistory:
XWidget Ui::dspBankrecHistory QWidget ScriptablePrivate Ui_dspBankrecHistory ScriptableWidget

Public Slots

virtual void sBankaccntChanged ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual bool setParams (ParameterList &)
 
virtual void sFillList ()
 
virtual void sPrint ()
 

Public Member Functions

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

Public Attributes

XComboBox_bankaccnt
 
QLabel_bankaccntLit
 
XComboBox_bankrec
 
QLabel_bankrecLit
 
QPushButton * _close
 
QLabel_dateLit
 
QFrame * _frame
 
DLineEdit_postdate
 
QLabel_poster
 
QLabel_posterLit
 
QPushButton * _print
 
QPushButton * _query
 
XTreeWidget_rec
 
QLabel_recLit
 
QGroupBox_selectionGroup
 
XCheckBox_showUnreconciled
 
XTreeWidget_unrec
 
XLabel_unrecLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QSpacerItem * horizontalSpacer_3
 
QSpacerItem * horizontalSpacer_4
 
QSpacerItem * Spacer279
 
QSpacerItem * spacer7
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 

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

◆ dspBankrecHistory()

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

◆ ~dspBankrecHistory()

dspBankrecHistory::~dspBankrecHistory ( )

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

◆ postSet

enum SetResponse XWidget::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_dspBankrecHistory::retranslateUi ( QWidget dspBankrecHistory)
inlineinherited

◆ sBankaccntChanged

void dspBankrecHistory::sBankaccntChanged ( )
virtualslot

◆ set

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

◆ setParams

bool dspBankrecHistory::setParams ( ParameterList &  params)
virtualslot

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_dspBankrecHistory::setupUi ( QWidget dspBankrecHistory)
inlineinherited

◆ sFillList

void dspBankrecHistory::sFillList ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sPrint

void dspBankrecHistory::sPrint ( )
virtualslot

Member Data Documentation

◆ _bankaccnt

XComboBox* Ui_dspBankrecHistory::_bankaccnt
inherited

◆ _bankaccntLit

QLabel* Ui_dspBankrecHistory::_bankaccntLit
inherited

◆ _bankrec

XComboBox* Ui_dspBankrecHistory::_bankrec
inherited

◆ _bankrecLit

QLabel* Ui_dspBankrecHistory::_bankrecLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_dspBankrecHistory::_close
inherited

◆ _dateLit

QLabel* Ui_dspBankrecHistory::_dateLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_dspBankrecHistory::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _postdate

DLineEdit* Ui_dspBankrecHistory::_postdate
inherited

◆ _poster

QLabel* Ui_dspBankrecHistory::_poster
inherited

◆ _posterLit

QLabel* Ui_dspBankrecHistory::_posterLit
inherited

◆ _print

QPushButton* Ui_dspBankrecHistory::_print
inherited

◆ _query

QPushButton* Ui_dspBankrecHistory::_query
inherited

◆ _rec

XTreeWidget* Ui_dspBankrecHistory::_rec
inherited

◆ _recLit

QLabel* Ui_dspBankrecHistory::_recLit
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _selectionGroup

QGroupBox* Ui_dspBankrecHistory::_selectionGroup
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _showUnreconciled

XCheckBox* Ui_dspBankrecHistory::_showUnreconciled
inherited

◆ _unrec

XTreeWidget* Ui_dspBankrecHistory::_unrec
inherited

◆ _unrecLit

XLabel* Ui_dspBankrecHistory::_unrecLit
inherited

◆ gridLayout

QGridLayout* Ui_dspBankrecHistory::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_dspBankrecHistory::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_dspBankrecHistory::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_dspBankrecHistory::gridLayout_4
inherited

◆ horizontalLayout

QHBoxLayout* Ui_dspBankrecHistory::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_dspBankrecHistory::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_dspBankrecHistory::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_dspBankrecHistory::horizontalLayout_4
inherited

◆ horizontalSpacer

QSpacerItem* Ui_dspBankrecHistory::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_dspBankrecHistory::horizontalSpacer_2
inherited

◆ horizontalSpacer_3

QSpacerItem* Ui_dspBankrecHistory::horizontalSpacer_3
inherited

◆ horizontalSpacer_4

QSpacerItem* Ui_dspBankrecHistory::horizontalSpacer_4
inherited

◆ Spacer279

QSpacerItem* Ui_dspBankrecHistory::Spacer279
inherited

◆ spacer7

QSpacerItem* Ui_dspBankrecHistory::spacer7
inherited

◆ vboxLayout

QVBoxLayout* Ui_dspBankrecHistory::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_dspBankrecHistory::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_dspBankrecHistory::vboxLayout2
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