#include <Question.h>
◆ Question() [1/2]
inline in header, function defined in header
◆ Question() [2/2]
| Question::Question |
( |
std::vector< Option > | options, |
|
|
std::string | descriptions ) |
|
inline |
◆ addOption()
| void Question::addOption |
( |
Option & | option | ) |
|
◆ addOptions() [1/2]
| void Question::addOptions |
( |
std::vector< Option * > & | newOptions | ) |
|
◆ addOptions() [2/2]
| void Question::addOptions |
( |
std::vector< Option > & | newOptions | ) |
|
◆ checkOptionExist()
| bool Question::checkOptionExist |
( |
Option & | option | ) |
|
◆ getCorrectOption()
| Option & Question::getCorrectOption |
( |
| ) |
|
◆ getDescription()
| std::string Question::getDescription |
( |
| ) |
|
◆ getOption()
| Option & Question::getOption |
( |
int | index | ) |
|
◆ getOptions()
| std::vector< Option > Question::getOptions |
( |
| ) |
|
◆ operator==()
| bool Question::operator== |
( |
Question | anotherQuestion | ) |
|
◆ print()
| std::string Question::print |
( |
| ) |
|
◆ removeOption()
| void Question::removeOption |
( |
int | index | ) |
|
◆ updateDescription()
| void Question::updateDescription |
( |
std::string | description | ) |
|
The documentation for this class was generated from the following files: