Variable is the base class for variables in the VariableManager.
More...
Variable is the base class for variables in the VariableManager.
◆ getPool()
Pool Variable::getPool |
( |
| ) |
|
Returns the pool that this variable is associated with.
- Returns
- Pool, the Pool object that this variable is associated with.
◆ getType()
VARIABLETYPE Variable::getType |
( |
| ) |
|
Returns the type of the variable.
- Returns
- enum<VARIABLETYPE>, the type of the variable. Variable types: ENTIRE_RANGE = 0, RANDOM = 1, STATIC = 2, SEED = 3
◆ isInPool()
bool Variable::isInPool |
( |
QString |
| ) |
|
Returns true if the specified value is in the pool, otherwise false.
- Parameters
-
value,the | value of interest. |
- Returns
- bool, true if the specified value is in the pool, otherwise false.
◆ name()
QString Variable::name |
( |
| ) |
|
Returns the name of the variable.
- Returns
- QString, the name of the variable.
◆ valueOfIndex()
QString Variable::valueOfIndex |
( |
int |
| ) |
|
Returns the value of the variable at the specified index.
- Parameters
-
index,the | index of the variable of interest. |
- Returns
- QString, the value of the variable.
◆ valueToString()
QString Variable::valueToString |
( |
| ) |
|
Returns the value of the variable.
- Returns
- QString, the value of the variable.
The documentation for this class was generated from the following file: