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

#include <dspInvoiceInformation.h>

Inheritance diagram for dspInvoiceInformation:
XWidget Ui::dspInvoiceInformation QWidget ScriptablePrivate Ui_dspInvoiceInformation ScriptableWidget

Public Slots

virtual SetResponse set (const ParameterList &pParams)
 

Public Member Functions

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

Public Attributes

QLabel_applicationsLit
 
XTreeWidget_arapply
 
XLineEdit_billToAddress1
 
XLineEdit_billToAddress2
 
XLineEdit_billToAddress3
 
XLineEdit_billToCity
 
QLabel_billtoLit
 
XLineEdit_billToName
 
XLineEdit_billToPhone
 
XLineEdit_billToState
 
XLineEdit_billToZip
 
QPushButton * _close
 
CustCluster_cust
 
QLabel_custPoNumber
 
QLabel_custPoNumberLit
 
XLabel_invoiceAmount
 
QLabel_invoiceAmountLit
 
DLineEdit_invoiceDate
 
QLabel_invoiceDateLit
 
QPushButton * _invoiceList
 
InvoiceLineEdit_invoiceNumber
 
QLabel_invoiceNumberLit
 
XTextEdit_notes
 
QLabel_notesLit
 
QPushButton * _print
 
DLineEdit_shipDate
 
QLabel_shipDateLit
 
XLineEdit_shipToAddress1
 
XLineEdit_shipToAddress2
 
XLineEdit_shipToAddress3
 
XLineEdit_shipToCity
 
QLabel_shiptoLit
 
XLineEdit_shipToName
 
XLineEdit_shipToPhone
 
XLineEdit_shipToState
 
XLineEdit_shipToZip
 
QPushButton * _view
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout10
 
QHBoxLayout * hboxLayout11
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QHBoxLayout * hboxLayout6
 
QHBoxLayout * hboxLayout7
 
QHBoxLayout * hboxLayout8
 
QHBoxLayout * hboxLayout9
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout10
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 
QVBoxLayout * vboxLayout4
 
QVBoxLayout * vboxLayout5
 
QVBoxLayout * vboxLayout6
 
QVBoxLayout * vboxLayout7
 
QVBoxLayout * vboxLayout8
 
QVBoxLayout * vboxLayout9
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void sInvoiceList ()
 
virtual void sParseInvoiceNumber ()
 
virtual void sPrint ()
 
virtual void sViewDetails ()
 

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

◆ dspInvoiceInformation()

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

◆ ~dspInvoiceInformation()

dspInvoiceInformation::~dspInvoiceInformation ( )

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 dspInvoiceInformation::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_dspInvoiceInformation::retranslateUi ( QWidget dspInvoiceInformation)
inlineinherited

◆ set

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

◆ setParams()

bool dspInvoiceInformation::setParams ( ParameterList &  params)
virtual

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_dspInvoiceInformation::setupUi ( QWidget dspInvoiceInformation)
inlineinherited

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sInvoiceList

void dspInvoiceInformation::sInvoiceList ( )
protectedvirtualslot

◆ sParseInvoiceNumber

void dspInvoiceInformation::sParseInvoiceNumber ( )
protectedvirtualslot

◆ sPrint

void dspInvoiceInformation::sPrint ( )
protectedvirtualslot

◆ sViewDetails

void dspInvoiceInformation::sViewDetails ( )
protectedvirtualslot

Member Data Documentation

◆ _applicationsLit

QLabel* Ui_dspInvoiceInformation::_applicationsLit
inherited

◆ _arapply

XTreeWidget* Ui_dspInvoiceInformation::_arapply
inherited

◆ _billToAddress1

XLineEdit* Ui_dspInvoiceInformation::_billToAddress1
inherited

◆ _billToAddress2

XLineEdit* Ui_dspInvoiceInformation::_billToAddress2
inherited

◆ _billToAddress3

XLineEdit* Ui_dspInvoiceInformation::_billToAddress3
inherited

◆ _billToCity

XLineEdit* Ui_dspInvoiceInformation::_billToCity
inherited

◆ _billtoLit

QLabel* Ui_dspInvoiceInformation::_billtoLit
inherited

◆ _billToName

XLineEdit* Ui_dspInvoiceInformation::_billToName
inherited

◆ _billToPhone

XLineEdit* Ui_dspInvoiceInformation::_billToPhone
inherited

◆ _billToState

XLineEdit* Ui_dspInvoiceInformation::_billToState
inherited

◆ _billToZip

XLineEdit* Ui_dspInvoiceInformation::_billToZip
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_dspInvoiceInformation::_close
inherited

◆ _cust

CustCluster* Ui_dspInvoiceInformation::_cust
inherited

◆ _custPoNumber

QLabel* Ui_dspInvoiceInformation::_custPoNumber
inherited

◆ _custPoNumberLit

QLabel* Ui_dspInvoiceInformation::_custPoNumberLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _invoiceAmount

XLabel* Ui_dspInvoiceInformation::_invoiceAmount
inherited

◆ _invoiceAmountLit

QLabel* Ui_dspInvoiceInformation::_invoiceAmountLit
inherited

◆ _invoiceDate

DLineEdit* Ui_dspInvoiceInformation::_invoiceDate
inherited

◆ _invoiceDateLit

QLabel* Ui_dspInvoiceInformation::_invoiceDateLit
inherited

◆ _invoiceList

QPushButton* Ui_dspInvoiceInformation::_invoiceList
inherited

◆ _invoiceNumber

InvoiceLineEdit* Ui_dspInvoiceInformation::_invoiceNumber
inherited

◆ _invoiceNumberLit

QLabel* Ui_dspInvoiceInformation::_invoiceNumberLit
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _notes

XTextEdit* Ui_dspInvoiceInformation::_notes
inherited

◆ _notesLit

QLabel* Ui_dspInvoiceInformation::_notesLit
inherited

◆ _print

QPushButton* Ui_dspInvoiceInformation::_print
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _shipDate

DLineEdit* Ui_dspInvoiceInformation::_shipDate
inherited

◆ _shipDateLit

QLabel* Ui_dspInvoiceInformation::_shipDateLit
inherited

◆ _shipToAddress1

XLineEdit* Ui_dspInvoiceInformation::_shipToAddress1
inherited

◆ _shipToAddress2

XLineEdit* Ui_dspInvoiceInformation::_shipToAddress2
inherited

◆ _shipToAddress3

XLineEdit* Ui_dspInvoiceInformation::_shipToAddress3
inherited

◆ _shipToCity

XLineEdit* Ui_dspInvoiceInformation::_shipToCity
inherited

◆ _shiptoLit

QLabel* Ui_dspInvoiceInformation::_shiptoLit
inherited

◆ _shipToName

XLineEdit* Ui_dspInvoiceInformation::_shipToName
inherited

◆ _shipToPhone

XLineEdit* Ui_dspInvoiceInformation::_shipToPhone
inherited

◆ _shipToState

XLineEdit* Ui_dspInvoiceInformation::_shipToState
inherited

◆ _shipToZip

XLineEdit* Ui_dspInvoiceInformation::_shipToZip
inherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _view

QPushButton* Ui_dspInvoiceInformation::_view
inherited

◆ hboxLayout

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout1
inherited

◆ hboxLayout10

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout10
inherited

◆ hboxLayout11

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout11
inherited

◆ hboxLayout2

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout5
inherited

◆ hboxLayout6

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout6
inherited

◆ hboxLayout7

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout7
inherited

◆ hboxLayout8

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout8
inherited

◆ hboxLayout9

QHBoxLayout* Ui_dspInvoiceInformation::hboxLayout9
inherited

◆ spacerItem

QSpacerItem* Ui_dspInvoiceInformation::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_dspInvoiceInformation::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_dspInvoiceInformation::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_dspInvoiceInformation::spacerItem3
inherited

◆ vboxLayout

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout1
inherited

◆ vboxLayout10

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout10
inherited

◆ vboxLayout2

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout3
inherited

◆ vboxLayout4

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout4
inherited

◆ vboxLayout5

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout5
inherited

◆ vboxLayout6

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout6
inherited

◆ vboxLayout7

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout7
inherited

◆ vboxLayout8

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout8
inherited

◆ vboxLayout9

QVBoxLayout* Ui_dspInvoiceInformation::vboxLayout9
inherited

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

Generated on Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 5.1.0 doxygen 1.8.17