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
searchForEmp Class Reference

#include <searchForEmp.h>

Inheritance diagram for searchForEmp:
XWidget Ui::searchForEmp QWidget ScriptablePrivate Ui_searchForEmp ScriptableWidget

Public Slots

virtual void sEdit ()
 
virtual void sEditMgr ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual bool setParams (ParameterList &)
 
virtual void sFillList ()
 
virtual void sNew ()
 
virtual void sPopulateMenu (QMenu *pMenu, QTreeWidgetItem *pSelected)
 
virtual void sPrint ()
 
virtual void sView ()
 
virtual void sViewMgr ()
 

Public Member Functions

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

Static Public Member Functions

static bool userHasPriv (const int=cView)
 

Public Attributes

QPushButton * _close
 
QPushButton * _edit
 
XTreeWidget_emp
 
QLabel_empLit
 
QFrame * _frame
 
QPushButton * _new
 
QPushButton * _print
 
XLineEdit_search
 
XCheckBox_searchCode
 
XCheckBox_searchDept
 
QGroupBox_searchGroup
 
QLabel_searchLit
 
XCheckBox_searchMgr
 
XCheckBox_searchName
 
XCheckBox_searchNumber
 
XCheckBox_searchShift
 
XCheckBox_showInactive
 
QPushButton * _view
 
WarehouseGroup_warehouse
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_28
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
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

◆ searchForEmp()

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

◆ ~searchForEmp()

searchForEmp::~searchForEmp ( )

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 searchForEmp::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_searchForEmp::retranslateUi ( QWidget searchForEmp)
inlineinherited

◆ sEdit

void searchForEmp::sEdit ( )
virtualslot

◆ sEditMgr

void searchForEmp::sEditMgr ( )
virtualslot

◆ set

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

◆ setParams

bool searchForEmp::setParams ( ParameterList &  pParams)
virtualslot

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_searchForEmp::setupUi ( QWidget searchForEmp)
inlineinherited

◆ setVisible()

void searchForEmp::setVisible ( bool  visible)
virtual

◆ sFillList

void searchForEmp::sFillList ( )
virtualslot

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sNew

void searchForEmp::sNew ( )
virtualslot

◆ sPopulateMenu

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

◆ sPrint

void searchForEmp::sPrint ( )
virtualslot

◆ sView

void searchForEmp::sView ( )
virtualslot

◆ sViewMgr

void searchForEmp::sViewMgr ( )
virtualslot

◆ userHasPriv()

bool searchForEmp::userHasPriv ( const int  pMode = cView)
static

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_searchForEmp::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _edit

QPushButton* Ui_searchForEmp::_edit
inherited

◆ _emp

XTreeWidget* Ui_searchForEmp::_emp
inherited

◆ _empLit

QLabel* Ui_searchForEmp::_empLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_searchForEmp::_frame
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _new

QPushButton* Ui_searchForEmp::_new
inherited

◆ _print

QPushButton* Ui_searchForEmp::_print
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _search

XLineEdit* Ui_searchForEmp::_search
inherited

◆ _searchCode

XCheckBox* Ui_searchForEmp::_searchCode
inherited

◆ _searchDept

XCheckBox* Ui_searchForEmp::_searchDept
inherited

◆ _searchGroup

QGroupBox* Ui_searchForEmp::_searchGroup
inherited

◆ _searchLit

QLabel* Ui_searchForEmp::_searchLit
inherited

◆ _searchMgr

XCheckBox* Ui_searchForEmp::_searchMgr
inherited

◆ _searchName

XCheckBox* Ui_searchForEmp::_searchName
inherited

◆ _searchNumber

XCheckBox* Ui_searchForEmp::_searchNumber
inherited

◆ _searchShift

XCheckBox* Ui_searchForEmp::_searchShift
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showInactive

XCheckBox* Ui_searchForEmp::_showInactive
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _view

QPushButton* Ui_searchForEmp::_view
inherited

◆ _warehouse

WarehouseGroup* Ui_searchForEmp::_warehouse
inherited

◆ gridLayout

QGridLayout* Ui_searchForEmp::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_searchForEmp::gridLayout_2
inherited

◆ gridLayout_28

QGridLayout* Ui_searchForEmp::gridLayout_28
inherited

◆ gridLayout_3

QGridLayout* Ui_searchForEmp::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_searchForEmp::gridLayout_4
inherited

◆ hboxLayout

QHBoxLayout* Ui_searchForEmp::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_searchForEmp::hboxLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_searchForEmp::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_searchForEmp::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_searchForEmp::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_searchForEmp::spacerItem1
inherited

◆ vboxLayout

QVBoxLayout* Ui_searchForEmp::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_searchForEmp::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_searchForEmp::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