#include <scriptEditor.h>
|
static bool | saveFile (const QString &source, QString &filename) |
|
scriptEditor::scriptEditor |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
scriptEditor::~scriptEditor |
( |
| ) |
|
void scriptEditor::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
void scriptEditor::languageChange |
( |
| ) |
|
|
protectedvirtualslot |
void scriptEditor::populate |
( |
| ) |
|
|
virtualslot |
bool scriptEditor::saveFile |
( |
const QString & |
source, |
|
|
QString & |
filename |
|
) |
| |
|
static |
void scriptEditor::sBlockCountChanged |
( |
const int |
p | ) |
|
|
protectedvirtualslot |
enum SetResponse scriptEditor::set |
( |
const ParameterList & |
pParams | ) |
|
|
virtualslot |
void scriptEditor::setMode |
( |
const int |
pmode | ) |
|
|
protectedvirtualslot |
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.
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.
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.
void scriptEditor::sGoto |
( |
| ) |
|
|
virtualslot |
void scriptEditor::sImport |
( |
| ) |
|
|
virtualslot |
void scriptEditor::sPositionChanged |
( |
| ) |
|
|
protectedvirtualslot |
bool scriptEditor::sSave |
( |
| ) |
|
|
virtualslot |
bool scriptEditor::sSaveFile |
( |
| ) |
|
|
virtualslot |
bool scriptEditor::sSaveToDB |
( |
| ) |
|
|
virtualslot |
The documentation for this class was generated from the following files: