|
Public Member Functions |
| ~Form1 () |
| Form1 (void) |
| constructor
|
| Form1 (String *fname[]) |
| Constructor which should open all the files in the array.
|
String * | openStartupFile (String *files[])[] |
| opens the startup file.
|
void | openFiles (String *files[]) |
| Opens the files whos file names are in the file array.
|
void | saveActive (String *fname, int len) |
| Saves the active MDI bre20.child form. Length of the binary file in bytes is len.
|
void | save (String *fname, int len, Form *form) |
| Saves the file contained in form. Form must be of Type bre20.child.
|
CSScriptLibrary::ScriptManager * | getScriptManager () |
| Returns the CSScriptLibrary.ScriptManager object.
|
Protected Member Functions |
void | Dispose (Boolean disposing) |
Protected Attributes |
CSScriptLibrary::ScriptManager * | scriptManager |