Go to the source code of this file.
Functions | |
| wxString | PopFrontAndReturn (list< wxString > &lList) |
| Remove and return the front of an STL list. | |
| 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.cpp.
| wxString PopFrontAndReturn | ( | list< wxString > & | lList | ) |
| 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