int question(const std::string &_question, const std::vector< std::string > &answers, int default_answer)
ask the user with question to select one of the answers, where default_answer specifies index of defa...
Definition: dialog.cxx:24
bool query(const std::string &question, std::string &text, bool password)
query the user for a text, where the second parameter is the default text as well as the returned tex...
Definition: dialog.cxx:61
void message(const std::string &_message)
tell the user something with a message box
Definition: dialog.cxx:14