Eneboo - Documentación para desarrolladores
|
Herramienta de edicin de Scripts. Más...
#include <FLObjectFactory.h>
Slots públicos | |
void | setCode (const QString &c) |
QString | code () const |
int | exec () |
FLScriptEditor * | obj () |
Métodos públicos | |
FLScriptEditorInterface (const QString &nFS) | |
~FLScriptEditorInterface () |
Herramienta de edicin de Scripts.
Gestiona la herramienta visual de edicin de Scripts incorporada en en AbanQ
FLScriptEditorInterface::FLScriptEditorInterface | ( | const QString & | nFS | ) | [inline] |
constructor
nFS | Nombre del fichero del script (*.qs) |
FLScriptEditorInterface::~FLScriptEditorInterface | ( | ) | [inline] |
destructor
QString FLScriptEditorInterface::code | ( | ) | const [inline, slot] |
Obtiene el cdigo en edicin
int FLScriptEditorInterface::exec | ( | ) | [inline, slot] |
Abre el cuadro de dilogo del editor como modal
FLScriptEditor* FLScriptEditorInterface::obj | ( | ) | [inline, slot] |
void FLScriptEditorInterface::setCode | ( | const QString & | c | ) | [inline, slot] |
Establece el cdigo a editar