#include <Option.h>
◆ Option() [1/2]
Additional attribute to be added State transitionState; or Sceneclass transitionScene for the state/scene that corresponds to an Option.
◆ Option() [2/2]
| Option::Option |
( |
int | timeExhausted, |
|
|
std::string | description, |
|
|
bool | correct ) |
◆ getCorrect()
| bool Option::getCorrect |
( |
| ) |
|
|
inline |
◆ getdescription()
| std::string Option::getdescription |
( |
| ) |
|
|
inline |
◆ getTimeExhausted()
| double Option::getTimeExhausted |
( |
| ) |
|
|
inline |
◆ operator==()
| bool Option::operator== |
( |
Option | anotherOption | ) |
|
used to check if two Option instances are the same
◆ printOption()
| std::string Option::printOption |
( |
| ) |
|
◆ updateCorrect()
| void Option::updateCorrect |
( |
bool | correct | ) |
|
◆ updateDescription()
| void Option::updateDescription |
( |
std::string | description | ) |
|
◆ updateTimeExhausted()
| void Option::updateTimeExhausted |
( |
int | time | ) |
|
The documentation for this class was generated from the following files: