Inheritance diagram for IAEX::CellApplication:
Public Member Functions | |
virtual | ~CellApplication () |
Class destructor. | |
virtual CommandCenter * | commandCenter () |
virtual void | setCommandCenter (CommandCenter *c) |
virtual void | addToPasteboard (Cell *c) |
virtual void | clearPasteboard () |
vector< Cell * > | pasteboard () |
int | exec () |
void | add (Document *doc) |
void | add (DocumentView *view) |
void | open (const QString filename, int readmode=READMODE_NORMAL) |
Open an file, and display the content of hte file. | |
void | removeTempFiles (QString filename) |
Add filename to a list of temporary files that should be deleted when the applicaiton quits. | |
vector< DocumentView * > | documentViewList () |
returns list of all current doucment views | |
void | removeDocumentView (DocumentView *view) |
remove document view from internal list, also remove document |
2005-10-25 AF, Added a check to see if OMC is running, if not - try to start OMC. 2005-12-16 AF, Added code that create an instance of CommandCompletion, so all commands are loaded from the beginning. 2005-12-17 AF, Added code that create instance of stylesheet, so the styles are loaded from the beginning. 2006-01-09 AF, added a new highlight thread with the 'openmodelicahighlighter' as the highlighter that should be used. 2006-02-09 AF, code for starting omc have been moved to the omc interactive environment. 2006-02-13 AF, create temp dir 2006-02-27 AF, use environment variable to find DrModelica 2006-03-24 AF, first look for DrModelica.onb, and then for DrModelica.nb 2006-04-10 AF, use environment variable to find xml files 2006-04-10 AF, Open file that is sent to main
|
Class destructor.
|
|
|
|
|
|
Implements IAEX::Application. |
|
Implements IAEX::Application. |
|
Implements IAEX::Application. |
|
returns list of all current doucment views
Implements IAEX::Application. |
|
|
|
Open an file, and display the content of hte file.
Implements IAEX::Application. |
|
Implements IAEX::Application. |
|
remove document view from internal list, also remove document
Implements IAEX::Application. |
|
Add filename to a list of temporary files that should be deleted when the applicaiton quits.
Implements IAEX::Application. |
|
Implements IAEX::Application. |