Go to the source code of this file.
Classes | |
| class | ScriptStream |
| This class holds a single stream that feeds scripting commands to the Scripting class. More... | |
| class | Scripting |
| Scripting engine - manages all of the ScriptStream streams and various scripting servers. More... | |
Functions | |
| wxString | GetScriptExportFilename () |
| Returns the name of the file that should receive exported commands. | |
| bool | GetScriptAppendMode () |
| Returns if commands should be appended to the export file or if they should overwrite it. | |
Definition in file Scripting.h.
| wxString GetScriptExportFilename | ( | ) |
Returns the name of the file that should receive exported commands.
Definition at line 75 of file Scripting.cpp.
| bool GetScriptAppendMode | ( | ) |
Returns if commands should be appended to the export file or if they should overwrite it.
Always returns true right now.
Definition at line 88 of file Scripting.cpp.
1.5.5