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

#include <externalShippingList.h>

Inheritance diagram for externalShippingList:
XWidget Ui::externalShippingList QWidget ScriptablePrivate Ui_externalShippingList ScriptableWidget

Public Slots

virtual void sDelete ()
 
virtual void sEdit ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void sNew ()
 
virtual void sOpen (int mode)
 
virtual void sView ()
 

Public Member Functions

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

Static Public Member Functions

static bool userHasPriv ()
 

Public Attributes

QPushButton * _close
 
QLabel_customersLit
 
QPushButton * _delete
 
QPushButton * _edit
 
QPushButton * _new
 
XTreeView_ship
 
QPushButton * _view
 
QGridLayout * gridLayout
 
QSpacerItem * spacerItem
 
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 &)
 

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

◆ externalShippingList()

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

◆ ~externalShippingList()

externalShippingList::~externalShippingList ( )

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 externalShippingList::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_externalShippingList::retranslateUi ( QWidget externalShippingList)
inlineinherited

◆ sDelete

void externalShippingList::sDelete ( )
virtualslot

◆ sEdit

void externalShippingList::sEdit ( )
virtualslot

◆ set

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

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_externalShippingList::setupUi ( QWidget externalShippingList)
inlineinherited

◆ setVisible()

void externalShippingList::setVisible ( bool  visible)
virtual

◆ showEvent()

void externalShippingList::showEvent ( QShowEvent *  event)

◆ sNew

void externalShippingList::sNew ( )
virtualslot

◆ sOpen

void externalShippingList::sOpen ( int  mode)
virtualslot

◆ sView

void externalShippingList::sView ( )
virtualslot

◆ userHasPriv()

bool externalShippingList::userHasPriv ( )
static

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_externalShippingList::_close
inherited

◆ _customersLit

QLabel* Ui_externalShippingList::_customersLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _delete

QPushButton* Ui_externalShippingList::_delete
inherited

◆ _edit

QPushButton* Ui_externalShippingList::_edit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _new

QPushButton* Ui_externalShippingList::_new
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _ship

XTreeView* Ui_externalShippingList::_ship
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _view

QPushButton* Ui_externalShippingList::_view
inherited

◆ gridLayout

QGridLayout* Ui_externalShippingList::gridLayout
inherited

◆ spacerItem

QSpacerItem* Ui_externalShippingList::spacerItem
inherited

◆ vboxLayout

QVBoxLayout* Ui_externalShippingList::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_externalShippingList::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_externalShippingList::vboxLayout2
inherited

The documentation for this class was generated from the following files:

Generated on Mon May 3 2021 xTuple ERP Programmer Reference, Version 4.12.0 doxygen 1.8.17