|
Overture
Version 25
|
#include <ShowFileParameter.h>


Public Member Functions | |
| bool | getParameter (const aString &name, int &value) const |
| bool | getParameter (const aString &name, real &value) const |
| bool | getParameter (const aString &name, aString &value) const |
| bool | getParameter (const aString &name, ShowFileParameter::ParameterType type, int &value, real &rValue, aString &stringValue) const |
| bool | matchAndSetValue (const aString &answer) |
| bool | setParameter (const aString &name, const int value) |
| bool | setParameter (const aString &name, const real value) |
| bool | setParameter (const aString &name, const aString &value) |
| bool ListOfShowFileParameters::getParameter | ( | const aString & | name, |
| int & | value | ||
| ) | const |
References aString, and ShowFileParameter::intParameter.
Referenced by PlotIt::contour1d().
References aString, and ShowFileParameter::realParameter.
References ShowFileParameter::stringParameter.
| bool ListOfShowFileParameters::getParameter | ( | const aString & | name, |
| ShowFileParameter::ParameterType | type, | ||
| int & | value, | ||
| real & | rValue, | ||
| aString & | stringValue | ||
| ) | const |
References aString, ShowFileParameter::get(), and ShowFileParameter::getType().
| bool ListOfShowFileParameters::matchAndSetValue | ( | const aString & | answer | ) |
| bool ListOfShowFileParameters::setParameter | ( | const aString & | name, |
| const int | value | ||
| ) |
References ShowFileParameter::set().
References ShowFileParameter::set().
References ShowFileParameter::set().
1.8.3