bre20::Form1 Class Reference

This is the main application class... More...

List of all members.

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


Detailed Description

This is the main application class...


Constructor & Destructor Documentation

bre20::Form1::~Form1  ) 
 

bre20::Form1::Form1 void   ) 
 

constructor

bre20::Form1::Form1 String *  fname[]  ) 
 

Constructor which should open all the files in the array.


Member Function Documentation

void bre20::Form1::Dispose Boolean  disposing  )  [protected]
 

CSScriptLibrary::ScriptManager* bre20::Form1::getScriptManager  ) 
 

Returns the CSScriptLibrary.ScriptManager object.

void bre20::Form1::openFiles String *  files[]  ) 
 

Opens the files whos file names are in the file array.

String * bre20::Form1::openStartupFile String *  files[]  ) 
 

opens the startup file.

void bre20::Form1::save String *  fname,
int  len,
Form *  form
 

Saves the file contained in form. Form must be of Type bre20.child.

void bre20::Form1::saveActive String *  fname,
int  len
 

Saves the active MDI bre20.child form. Length of the binary file in bytes is len.


Member Data Documentation

CSScriptLibrary::ScriptManager* bre20::Form1::scriptManager [protected]
 




BRE Documentation Home