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

#include <atlasMap.h>

Inheritance diagram for atlasMap:
XDialog Ui::atlasMap QDialog ScriptablePrivate Ui_atlasMap ScriptableWidget

Public Slots

virtual int exec ()
 
virtual enum SetResponse set (const ParameterList &)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sPopulate ()
 

Public Member Functions

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

Static Public Member Functions

static bool userHasPriv ()
 

Public Attributes

XComboBox_atlasDb
 
FileCluster_atlasFile
 
QLabel_atlasLit
 
QStackedWidget * _atlasStack
 
QDialogButtonBox * _buttonBox
 
QRadioButton * _dbSelect
 
QGridLayout * _fieldsLayout
 
QSpacerItem * _fieldsSpacer
 
QRadioButton * _fileSelect
 
QLineEdit_filter
 
QLabel_filterLit
 
XComboBox_filtertype
 
QLabel_filterTypeLit
 
XCheckBox_firstLine
 
XComboBox_map
 
QLabel_mapLit
 
QLineEdit_name
 
QLabel_nameLit
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QWidgetpage_db
 
QWidgetpage_file
 
QVBoxLayout * verticalLayout
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sHandleAtlas ()
 
virtual void sHandleButtons ()
 
virtual void sSave ()
 

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

◆ atlasMap()

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

◆ ~atlasMap()

atlasMap::~atlasMap ( )

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 atlasMap::exec ( )
virtualslot

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void atlasMap::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 XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_atlasMap::retranslateUi ( QDialog atlasMap)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

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

◆ sHandleAtlas

void atlasMap::sHandleAtlas ( )
protectedvirtualslot

◆ sHandleButtons

void atlasMap::sHandleButtons ( )
protectedvirtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPopulate

void atlasMap::sPopulate ( )
virtualslot

◆ sSave

void atlasMap::sSave ( )
protectedvirtualslot

◆ userHasPriv()

bool atlasMap::userHasPriv ( )
static

Member Data Documentation

◆ _atlasDb

XComboBox* Ui_atlasMap::_atlasDb
inherited

◆ _atlasFile

FileCluster* Ui_atlasMap::_atlasFile
inherited

◆ _atlasLit

QLabel* Ui_atlasMap::_atlasLit
inherited

◆ _atlasStack

QStackedWidget* Ui_atlasMap::_atlasStack
inherited

◆ _buttonBox

QDialogButtonBox* Ui_atlasMap::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _dbSelect

QRadioButton* Ui_atlasMap::_dbSelect
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _fieldsLayout

QGridLayout* Ui_atlasMap::_fieldsLayout
inherited

◆ _fieldsSpacer

QSpacerItem* Ui_atlasMap::_fieldsSpacer
inherited

◆ _fileSelect

QRadioButton* Ui_atlasMap::_fileSelect
inherited

◆ _filter

QLineEdit* Ui_atlasMap::_filter
inherited

◆ _filterLit

QLabel* Ui_atlasMap::_filterLit
inherited

◆ _filtertype

XComboBox* Ui_atlasMap::_filtertype
inherited

◆ _filterTypeLit

QLabel* Ui_atlasMap::_filterTypeLit
inherited

◆ _firstLine

XCheckBox* Ui_atlasMap::_firstLine
inherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _map

XComboBox* Ui_atlasMap::_map
inherited

◆ _mapLit

QLabel* Ui_atlasMap::_mapLit
inherited

◆ _name

QLineEdit* Ui_atlasMap::_name
inherited

◆ _nameLit

QLabel* Ui_atlasMap::_nameLit
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

◆ hboxLayout

QHBoxLayout* Ui_atlasMap::hboxLayout
inherited

◆ horizontalLayout

QHBoxLayout* Ui_atlasMap::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_atlasMap::horizontalLayout_2
inherited

◆ page_db

QWidget* Ui_atlasMap::page_db
inherited

◆ page_file

QWidget* Ui_atlasMap::page_file
inherited

◆ verticalLayout

QVBoxLayout* Ui_atlasMap::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