#include <scriptEditor.h>
|
| static bool | saveFile (const QString &source, QString &filename) |
| |
◆ scriptEditor()
| scriptEditor::scriptEditor |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0, |
|
|
Qt::WindowFlags |
fl = 0 |
|
) |
| |
◆ ~scriptEditor()
| scriptEditor::~scriptEditor |
( |
| ) |
|
◆ 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 scriptEditor::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
◆ engine()
| QScriptEngine * ScriptablePrivate::engine |
( |
| ) |
|
|
virtualinherited |
◆ get()
| ParameterList XWidget::get |
( |
| ) |
const |
|
virtualinherited |
◆ languageChange
| void scriptEditor::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 scriptEditor::populate |
( |
| ) |
|
|
virtualslot |
◆ postSet
| enum SetResponse XWidget::postSet |
( |
| ) |
|
|
protectedvirtualslotinherited |
◆ retranslateUi()
| void Ui_scriptEditor::retranslateUi |
( |
QWidget * |
scriptEditor | ) |
|
|
inlineinherited |
◆ saveFile()
| bool scriptEditor::saveFile |
( |
const QString & |
source, |
|
|
QString & |
filename |
|
) |
| |
|
static |
◆ sBlockCountChanged
| void scriptEditor::sBlockCountChanged |
( |
const int |
p | ) |
|
|
protectedvirtualslot |
◆ sClose
| void scriptEditor::sClose |
( |
| ) |
|
|
protectedvirtualslot |
◆ set
| enum SetResponse scriptEditor::set |
( |
const ParameterList & |
pParams | ) |
|
|
virtualslot |
◆ setMode
| void scriptEditor::setMode |
( |
const int |
pmode | ) |
|
|
protectedvirtualslot |
◆ setScriptableParams()
| bool ScriptableWidget::setScriptableParams |
( |
ParameterList & |
params | ) |
|
|
virtualinherited |
◆ setupUi()
| void Ui_scriptEditor::setupUi |
( |
QWidget * |
scriptEditor | ) |
|
|
inlineinherited |
◆ sExtractWidgets
| void scriptEditor::sExtractWidgets |
( |
const bool |
pInclude = false | ) |
|
|
virtualslot |
◆ sExtractWidgetsWithLabels
| void scriptEditor::sExtractWidgetsWithLabels |
( |
| ) |
|
|
virtualslot |
◆ sExtractWidgetsWithoutLabels
| void scriptEditor::sExtractWidgetsWithoutLabels |
( |
| ) |
|
|
virtualslot |
◆ sFind
| void scriptEditor::sFind |
( |
| ) |
|
|
virtualslot |
Called by the find button and sFindDo function. It decrements a _findCnt value down to 0 so sFindDo can evaluate if it needs to call this function after an initial editingFinished signal from the _findText widget is emitted.
◆ sFindDo
| void scriptEditor::sFindDo |
( |
| ) |
|
|
protectedvirtualslot |
Called from a timer set in sFindSignal. This function checks the _findCnt and if it's greater than 0 it will call sFind. This is done to prevent the calling of sFind twice under some circumstances.
◆ sFindSignal
| void scriptEditor::sFindSignal |
( |
| ) |
|
|
protectedvirtualslot |
Called when _findText emits editingFinished. Increments count and triggers 1ms singleshot timer to call sFindDo. This part of a solution to prevent double-finding when the user edits a text and then clicks the find button which was causing sFind to be called twice.
◆ sGoto
| void scriptEditor::sGoto |
( |
| ) |
|
|
virtualslot |
◆ showEvent()
| void XWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedinherited |
◆ sImport
| void scriptEditor::sImport |
( |
| ) |
|
|
virtualslot |
◆ sPositionChanged
| void scriptEditor::sPositionChanged |
( |
| ) |
|
|
protectedvirtualslot |
◆ sSave
| bool scriptEditor::sSave |
( |
| ) |
|
|
virtualslot |
◆ sSaveFile
| bool scriptEditor::sSaveFile |
( |
| ) |
|
|
virtualslot |
◆ sSaveToDB
| bool scriptEditor::sSaveToDB |
( |
| ) |
|
|
virtualslot |
◆ _cache
◆ _close
| QPushButton* Ui_scriptEditor::_close |
|
inherited |
◆ _debugger
| QScriptEngineDebugger* ScriptableWidget::_debugger |
|
protectedinherited |
◆ _enabled
◆ _engine
| QScriptEngine* ScriptableWidget::_engine |
|
protectedinherited |
◆ _export
| QPushButton* Ui_scriptEditor::_export |
|
inherited |
◆ _extractWidgets
| QPushButton* Ui_scriptEditor::_extractWidgets |
|
inherited |
◆ _find
| QPushButton* Ui_scriptEditor::_find |
|
inherited |
◆ _findText
◆ _guiClientInterface
◆ _import
| QPushButton* Ui_scriptEditor::_import |
|
inherited |
◆ _lastSetParams
| ParameterList ScriptablePrivate::_lastSetParams |
|
inherited |
◆ _line
◆ _name
◆ _nameLit
| QLabel* Ui_scriptEditor::_nameLit |
|
inherited |
◆ _notes
◆ _notesLit
| QLabel* Ui_scriptEditor::_notesLit |
|
inherited |
◆ _order
◆ _orderLit
| QLabel* Ui_scriptEditor::_orderLit |
|
inherited |
◆ _package
◆ _packageLit
| QLabel* Ui_scriptEditor::_packageLit |
|
inherited |
◆ _rememberPos
| QAction* ScriptablePrivate::_rememberPos |
|
inherited |
◆ _rememberSize
| QAction* ScriptablePrivate::_rememberSize |
|
inherited |
◆ _save
| QPushButton* Ui_scriptEditor::_save |
|
inherited |
◆ _scriptLoaded
| bool ScriptableWidget::_scriptLoaded |
|
protectedinherited |
◆ _self
◆ _showMe
| QAction* ScriptablePrivate::_showMe |
|
inherited |
◆ _shown
| bool ScriptablePrivate::_shown |
|
inherited |
◆ _source
◆ gridLayout
| QGridLayout* Ui_scriptEditor::gridLayout |
|
inherited |
◆ hboxLayout
| QHBoxLayout* Ui_scriptEditor::hboxLayout |
|
inherited |
◆ horizontalSpacer
| QSpacerItem* Ui_scriptEditor::horizontalSpacer |
|
inherited |
◆ horizontalSpacer_3
| QSpacerItem* Ui_scriptEditor::horizontalSpacer_3 |
|
inherited |
◆ spacerItem
| QSpacerItem* Ui_scriptEditor::spacerItem |
|
inherited |
◆ spacerItem1
| QSpacerItem* Ui_scriptEditor::spacerItem1 |
|
inherited |
◆ verticalLayout
| QVBoxLayout* Ui_scriptEditor::verticalLayout |
|
inherited |
The documentation for this class was generated from the following files:
- scriptEditor.h
- scriptEditor.cpp