#include <msg.h>
Inheritance diagram for Question:

Public Member Functions | |
| Question (void) | |
| Question (std::string msg) | |
| Question (const char *msgfmt,...) | |
| void | printMessage (void) const |
| bool | getAnswer (void) |
Private Attributes | |
| std::string | yeschar |
| std::string | nochar |
| Question::Question | ( | void | ) |
| Question::Question | ( | std::string | msg | ) |
| Question::Question | ( | const char * | msgfmt, | |
| ... | ||||
| ) |
| void Question::printMessage | ( | void | ) | const [virtual] |
Implements MessageBase.
| bool Question::getAnswer | ( | void | ) |
wait for the user to answer the question (should be printed before)
std::string Question::yeschar [private] |
std::string Question::nochar [private] |
1.5.1