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

#include <company.h>

Inheritance diagram for company:
XDialog Ui::company QDialog ScriptablePrivate Ui_company ScriptableWidget

Public Slots

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

Public Member Functions

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

Public Attributes

QGroupBox_authGroup
 
QDialogButtonBox * _buttonBox
 
XComboBox_currency
 
QLabel_currencyLit
 
XTextEdit_descrip
 
QLabel_descripLit
 
GLCluster_discrepancy
 
QLabel_discrepancyLit
 
XLineEdit_extDB
 
QLabel_extDBLit
 
QCheckBox_external
 
QSpinBox_extPort
 
QLabel_extPortLit
 
XLineEdit_extServer
 
QLabel_extServerLit
 
QPushButton * _extTest
 
GLCluster_gainloss
 
QLabel_gainlossLit
 
QLabel_gainlossLit_2
 
XLineEdit_number
 
QLabel_numberLit
 
GLCluster_unassigned
 
QLabel_unassignedLit
 
GLCluster_unrlzgainloss
 
GLCluster_yearend
 
QLabel_yearendLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QFrame * line
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QVBoxLayout * verticalLayout
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sCurrencyChanged ()
 
virtual void sHandleTest ()
 
virtual void sTest ()
 

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

◆ company()

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

◆ ~company()

company::~company ( )

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 company::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

◆ populate

void company::populate ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_company::retranslateUi ( QDialog company)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCurrencyChanged

void company::sCurrencyChanged ( )
protectedvirtualslot

◆ set

enum SetResponse company::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_company::setupUi ( QDialog company)
inlineinherited

◆ sHandleTest

void company::sHandleTest ( )
protectedvirtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void company::sSave ( )
virtualslot

◆ sTest

void company::sTest ( )
protectedvirtualslot

Member Data Documentation

◆ _authGroup

QGroupBox* Ui_company::_authGroup
inherited

◆ _buttonBox

QDialogButtonBox* Ui_company::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _currency

XComboBox* Ui_company::_currency
inherited

◆ _currencyLit

QLabel* Ui_company::_currencyLit
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _descrip

XTextEdit* Ui_company::_descrip
inherited

◆ _descripLit

QLabel* Ui_company::_descripLit
inherited

◆ _discrepancy

GLCluster* Ui_company::_discrepancy
inherited

◆ _discrepancyLit

QLabel* Ui_company::_discrepancyLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _extDB

XLineEdit* Ui_company::_extDB
inherited

◆ _extDBLit

QLabel* Ui_company::_extDBLit
inherited

◆ _external

QCheckBox* Ui_company::_external
inherited

◆ _extPort

QSpinBox* Ui_company::_extPort
inherited

◆ _extPortLit

QLabel* Ui_company::_extPortLit
inherited

◆ _extServer

XLineEdit* Ui_company::_extServer
inherited

◆ _extServerLit

QLabel* Ui_company::_extServerLit
inherited

◆ _extTest

QPushButton* Ui_company::_extTest
inherited

◆ _gainloss

GLCluster* Ui_company::_gainloss
inherited

◆ _gainlossLit

QLabel* Ui_company::_gainlossLit
inherited

◆ _gainlossLit_2

QLabel* Ui_company::_gainlossLit_2
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _number

XLineEdit* Ui_company::_number
inherited

◆ _numberLit

QLabel* Ui_company::_numberLit
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

◆ _unassigned

GLCluster* Ui_company::_unassigned
inherited

◆ _unassignedLit

QLabel* Ui_company::_unassignedLit
inherited

◆ _unrlzgainloss

GLCluster* Ui_company::_unrlzgainloss
inherited

◆ _yearend

GLCluster* Ui_company::_yearend
inherited

◆ _yearendLit

QLabel* Ui_company::_yearendLit
inherited

◆ gridLayout

QGridLayout* Ui_company::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_company::gridLayout1
inherited

◆ horizontalLayout

QHBoxLayout* Ui_company::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_company::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_company::horizontalLayout_3
inherited

◆ horizontalSpacer

QSpacerItem* Ui_company::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_company::horizontalSpacer_2
inherited

◆ line

QFrame* Ui_company::line
inherited

◆ spacerItem

QSpacerItem* Ui_company::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_company::spacerItem1
inherited

◆ verticalLayout

QVBoxLayout* Ui_company::verticalLayout
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