#include "stfile.h"
#include "smarttools.h"
#include "ststringlist.h"
#include "stapplication.h"
Classes | |
class | StScript |
Variables | |
const int | ER_STSCRIPT_TEMP_FILE = 1 |
This class allows keeping scripts in memory for execution later. |
const int ER_STSCRIPT_TEMP_FILE = 1 |
This class allows keeping scripts in memory for execution later.
This is very useful if you want write your own script and execute it at once. You can also load existing scripts from a file, edit, and then execute it or save it.