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

#include <country.h>

Inheritance diagram for country:
XDialog Ui::country QDialog ScriptablePrivate Ui_country ScriptableWidget

Public Slots

int exec ()
 
virtual void populate ()
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sSave ()
 
virtual void sToUpper ()
 

Public Member Functions

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

Public Attributes

QLineEdit_abbr
 
QDialogButtonBox * _buttonBox
 
QLabel_countryNameLiteral
 
QLineEdit_currAbbr
 
QLabel_currAbbrLiteral
 
QLineEdit_currName
 
QLineEdit_currNumber
 
QLineEdit_currSymbol
 
QLabel_currSymbolLiteral
 
QLineEdit_name
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QLabellabel
 
QLabellabel_2
 
QLabellabel_3
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QVBoxLayout * vboxLayout
 

Protected Slots

virtual void languageChange ()
 
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

◆ country()

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

◆ ~country()

country::~country ( )

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 country::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 country::populate ( )
virtualslot

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_country::retranslateUi ( QDialog country)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set()

enum SetResponse country::set ( const ParameterList &  pParams)
virtual

Reimplemented from XDialog.

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_country::setupUi ( QDialog country)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sSave

void country::sSave ( )
virtualslot

◆ sToUpper

void country::sToUpper ( )
virtualslot

Member Data Documentation

◆ _abbr

QLineEdit* Ui_country::_abbr
inherited

◆ _buttonBox

QDialogButtonBox* Ui_country::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _countryNameLiteral

QLabel* Ui_country::_countryNameLiteral
inherited

◆ _currAbbr

QLineEdit* Ui_country::_currAbbr
inherited

◆ _currAbbrLiteral

QLabel* Ui_country::_currAbbrLiteral
inherited

◆ _currName

QLineEdit* Ui_country::_currName
inherited

◆ _currNumber

QLineEdit* Ui_country::_currNumber
inherited

◆ _currSymbol

QLineEdit* Ui_country::_currSymbol
inherited

◆ _currSymbolLiteral

QLabel* Ui_country::_currSymbolLiteral
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _name

QLineEdit* Ui_country::_name
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_country::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_country::gridLayout1
inherited

◆ hboxLayout

QHBoxLayout* Ui_country::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_country::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_country::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_country::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_country::hboxLayout4
inherited

◆ label

QLabel* Ui_country::label
inherited

◆ label_2

QLabel* Ui_country::label_2
inherited

◆ label_3

QLabel* Ui_country::label_3
inherited

◆ spacerItem

QSpacerItem* Ui_country::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_country::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_country::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_country::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_country::spacerItem4
inherited

◆ vboxLayout

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