Groups | |
| CODEEDITOR_GETERROR | |
Macros | |
| #define | CODEEDITOR_SETMODE |
| #define | CODEEDITOR_GETSTRING |
| #define | CODEEDITOR_SETSTRING |
| #define | CODEEDITOR_COMPILE |
| #define | CODEEDITOR_EXECUTE |
| #define | CODEEDITOR_DISABLEUNDO |
| #define | CODEEDITOR_STOREUNDO |
| #define | CODEEDITOR_RESTOREUNDO |
| #define | CODEEDITOR_GETID |
| #define CODEEDITOR_SETMODE |
SCRIPTMODE Set the script mode.
| #define CODEEDITOR_GETSTRING |
String Return the script string.
| #define CODEEDITOR_SETSTRING |
String Store the script string.
| #define CODEEDITOR_COMPILE |
BaseContainer Compile the script: CODEEDITOR_GETERROR
| #define CODEEDITOR_EXECUTE |
Bool Return true if the script was executed successfully, otherwise false.
| #define CODEEDITOR_DISABLEUNDO |
Bool Set to true to disable undo.
| #define CODEEDITOR_STOREUNDO |
Bool Store undo.
| #define CODEEDITOR_RESTOREUNDO |
Bool Restore undo.
| #define CODEEDITOR_GETID |
DescID Return the description ID for the script string parameter.