#include <msg.h>
|
std::string | compose (const char *msgfmt,...) const |
std::string | vcompose (const char *msgfmt, va_list ap) const |
static const unsigned int | MsgMaxSize = 512 |
◆ Question() [1/3]
Question::Question |
( |
void | | ) |
|
◆ Question() [2/3]
Question::Question |
( |
std::string | msg | ) |
|
◆ Question() [3/3]
Question::Question |
( |
const char * | msgfmt, |
|
|
| ... ) |
◆ getAnswer()
bool Question::getAnswer |
( |
void | | ) |
|
wait for the user to answer the question (should be printed before)
- Returns
- true iff the user answers with yes, i.e. presses the yeschar-key
◆ printMessage()
void Question::printMessage |
( |
void | | ) |
const |
|
virtual |
◆ nochar
std::string Question::nochar |
|
private |
◆ yeschar
std::string Question::yeschar |
|
private |
The documentation for this class was generated from the following files: