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

#include <countTagList.h>

Inheritance diagram for countTagList:
XDialog Ui::countTagList QDialog ScriptablePrivate Ui_countTagList ScriptableWidget

Public Slots

int exec ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillList ()
 
virtual void sSearch (const QString &pTarget)
 

Public Member Functions

 countTagList (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
 ~countTagList ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *countTagList)
 
void setupUi (QDialog *countTagList)
 

Public Attributes

QPushButton * _close
 
XTreeWidget_cnttag
 
QLabel_countTagsLit
 
QFrame * _frame
 
XLineEdit_searchFor
 
QLabel_searchForLit
 
QPushButton * _select
 
WarehouseGroup_warehouse
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sClose ()
 
virtual void sSelect ()
 

Protected Member Functions

virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
virtual 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 &)
 
virtual 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

◆ countTagList()

countTagList::countTagList ( QWidget parent = 0,
const char *  name = 0,
bool  modal = false,
Qt::WindowFlags  fl = 0 
)

◆ ~countTagList()

countTagList::~countTagList ( )

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 XDialog::closeEvent ( QCloseEvent *  event)
protectedvirtualinherited

Reimplemented in voucherItem, contact, and taxAuthority.

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void countTagList::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 XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_countTagList::retranslateUi ( QDialog countTagList)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sClose

void countTagList::sClose ( )
protectedvirtualslot

◆ set

enum SetResponse countTagList::set ( const ParameterList &  pParams)
virtualslot

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_countTagList::setupUi ( QDialog countTagList)
inlineinherited

◆ sFillList

void countTagList::sFillList ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSearch

void countTagList::sSearch ( const QString &  pTarget)
virtualslot

◆ sSelect

void countTagList::sSelect ( )
protectedvirtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_countTagList::_close
inherited

◆ _cnttag

XTreeWidget* Ui_countTagList::_cnttag
inherited

◆ _countTagsLit

QLabel* Ui_countTagList::_countTagsLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_countTagList::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _searchFor

XLineEdit* Ui_countTagList::_searchFor
inherited

◆ _searchForLit

QLabel* Ui_countTagList::_searchForLit
inherited

◆ _select

QPushButton* Ui_countTagList::_select
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _warehouse

WarehouseGroup* Ui_countTagList::_warehouse
inherited

◆ gridLayout

QGridLayout* Ui_countTagList::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_countTagList::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_countTagList::gridLayout_3
inherited

◆ hboxLayout

QHBoxLayout* Ui_countTagList::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_countTagList::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_countTagList::hboxLayout2
inherited

◆ horizontalSpacer

QSpacerItem* Ui_countTagList::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_countTagList::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_countTagList::spacerItem1
inherited

◆ vboxLayout

QVBoxLayout* Ui_countTagList::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_countTagList::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_countTagList::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_countTagList::vboxLayout3
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