unpostedAssetTransactions Class Reference

#include <unpostedAssetTransactions.h>

Public Slots

virtual void sDelete ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void sFillList ()
 
virtual void sPopulateMenu (QMenu *pMenu, QTreeWidgetItem *pSelected)
 
virtual void sPost ()
 
virtual void sPrint ()
 
virtual void sView ()
 

Public Member Functions

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

Public Attributes

QPushButton * _close
 
XTreeWidget_list
 
QLabel_listLit
 
QPushButton * _post
 
QPushButton * _print
 
QLabel_searchMeLit
 
XComboBox_type
 
QFormLayout * formLayout
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
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

◆ unpostedAssetTransactions()

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

◆ ~unpostedAssetTransactions()

unpostedAssetTransactions::~unpostedAssetTransactions ( )

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 unpostedAssetTransactions::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_unpostedAssetTransactions::retranslateUi ( QWidget * unpostedAssetTransactions)
inlineinherited

◆ sDelete

void unpostedAssetTransactions::sDelete ( )
virtualslot

◆ set

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

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList & params)
virtualinherited

◆ setupUi()

void Ui_unpostedAssetTransactions::setupUi ( QWidget * unpostedAssetTransactions)
inlineinherited

◆ sFillList

void unpostedAssetTransactions::sFillList ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent * event)
protectedinherited

◆ sPopulateMenu

void unpostedAssetTransactions::sPopulateMenu ( QMenu * pMenu,
QTreeWidgetItem * pSelected )
virtualslot

◆ sPost

void unpostedAssetTransactions::sPost ( )
virtualslot

◆ sPrint

void unpostedAssetTransactions::sPrint ( )
virtualslot

◆ sView

void unpostedAssetTransactions::sView ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_unpostedAssetTransactions::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _list

XTreeWidget* Ui_unpostedAssetTransactions::_list
inherited

◆ _listLit

QLabel* Ui_unpostedAssetTransactions::_listLit
inherited

◆ _post

QPushButton* Ui_unpostedAssetTransactions::_post
inherited

◆ _print

QPushButton* Ui_unpostedAssetTransactions::_print
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _searchMeLit

QLabel* Ui_unpostedAssetTransactions::_searchMeLit
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _type

XComboBox* Ui_unpostedAssetTransactions::_type
inherited

◆ formLayout

QFormLayout* Ui_unpostedAssetTransactions::formLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_unpostedAssetTransactions::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_unpostedAssetTransactions::horizontalSpacer
inherited

◆ verticalLayout

QVBoxLayout* Ui_unpostedAssetTransactions::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_unpostedAssetTransactions::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_unpostedAssetTransactions::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.1.0 doxygen 1.11.0