|
#include <openmaiaOptions.h>
Inheritance diagram for openmaiaOptions:

Public Member Functions | |
| openmaiaOptions () | |
| wxString | GenerateOptionsXMLString () |
| wxString | GenerateProfileOptionsXMLString () |
| void | AtStartDocument () |
| void | AtEndDocument () |
| void | AtStartTag (wxString, omXMLParameters) |
| void | AtEndTag (wxString) |
| void | LoadOptions (wxString) |
Data Fields | |
| wxArrayString | agentsToStart |
| wxString | selectedProfile |
| wxString | lastSelectedProfile |
| bool | autostartProfileFlag |
| wxString | profileToAutostart |
| bool | autoiconize |
| bool | startServerFlag |
| bool | connectToServerFlag |
| wxString | serverToConnect |
| int | portToConnect |
| wxString | language |
|
|
The constructor initializes all the variables |
|
|
This method is called by the parser when an end of document is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand. Reimplemented from omXMLParser. |
|
|
This method is called by the parser when a tag close event is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand.
Reimplemented from omXMLParser. |
|
|
This method is called by the parser when a start of document is found. This is a virtual method and must be overridden to implement specific functions. The rootNode private variable must be initialized here. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand. Reimplemented from omXMLParser. |
|
||||||||||||
|
This method is called by the parser when a tag open event is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand.
Reimplemented from omXMLParser. |
|
|
Generate a string containg a dump of the new XML configure file based on current value of options. This file store global options to be saved in DATA_PATH/openmaia/openmaia.conf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright © by Luca Clivio |