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

#include <freightBreakdown.h>

Inheritance diagram for freightBreakdown:
XDialog Ui::freightBreakdown QDialog ScriptablePrivate Ui_freightBreakdown ScriptableWidget

Public Slots

int exec ()
 
void languageChange ()
 
virtual SetResponse set (const ParameterList &)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sSave ()
 

Public Member Functions

 freightBreakdown (QWidget *=0, const char *=0, bool=0, Qt::WindowFlags=0)
 
 ~freightBreakdown ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *freightBreakdown)
 
void setupUi (QDialog *freightBreakdown)
 

Public Attributes

QRadioButton * _calculated
 
QPushButton * _close
 
XLineEdit_document
 
QFrame * _frame
 
XTreeWidget_freight
 
QLabel_header
 
QRadioButton * _manual
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QVBoxLayout * vboxLayout
 

Protected Slots

virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 

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

◆ freightBreakdown()

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

◆ ~freightBreakdown()

freightBreakdown::~freightBreakdown ( )

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 freightBreakdown::languageChange ( )
slot

◆ 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_freightBreakdown::retranslateUi ( QDialog freightBreakdown)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

SetResponse freightBreakdown::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_freightBreakdown::setupUi ( QDialog freightBreakdown)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void freightBreakdown::sSave ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _calculated

QRadioButton* Ui_freightBreakdown::_calculated
inherited

◆ _close

QPushButton* Ui_freightBreakdown::_close
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _document

XLineEdit* Ui_freightBreakdown::_document
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _frame

QFrame* Ui_freightBreakdown::_frame
inherited

◆ _freight

XTreeWidget* Ui_freightBreakdown::_freight
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _header

QLabel* Ui_freightBreakdown::_header
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _manual

QRadioButton* Ui_freightBreakdown::_manual
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ gridLayout

QGridLayout* Ui_freightBreakdown::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_freightBreakdown::gridLayout_2
inherited

◆ hboxLayout

QHBoxLayout* Ui_freightBreakdown::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_freightBreakdown::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_freightBreakdown::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_freightBreakdown::hboxLayout3
inherited

◆ spacerItem

QSpacerItem* Ui_freightBreakdown::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_freightBreakdown::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_freightBreakdown::spacerItem2
inherited

◆ vboxLayout

QVBoxLayout* Ui_freightBreakdown::vboxLayout
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