
Public Member Functions | |
| FunctionEnvironment () | |
| virtual | ~FunctionEnvironment () |
| bool | setValue (wxString Key, bool Value) |
| bool | setValue (wxString Key, wxString Value) |
| bool | getValue (wxString Key, bool *Value) const |
| bool | getValue (wxString Key, wxString *Value) const |
| openfluid::base::FunctionEnvironment::FunctionEnvironment | ( | ) |
Constructor
| virtual openfluid::base::FunctionEnvironment::~FunctionEnvironment | ( | ) | [virtual] |
Destructor
| bool openfluid::base::FunctionEnvironment::setValue | ( | wxString | Key, | |
| bool | Value | |||
| ) |
Assigns a boolean value to the corresponding key
| bool openfluid::base::FunctionEnvironment::setValue | ( | wxString | Key, | |
| wxString | Value | |||
| ) |
Assigns a string value to the corresponding key
| bool openfluid::base::FunctionEnvironment::getValue | ( | wxString | Key, | |
| bool * | Value | |||
| ) | const |
Gets the boolean value assigned to the key
| bool openfluid::base::FunctionEnvironment::getValue | ( | wxString | Key, | |
| wxString * | Value | |||
| ) | const |
Gets the string value assigned to the key
Creative Commons By-NC-ND license