#include <uimanager.h>
Public Member Functions |
Response | confirmation (const std::string &message, const std::string &details, const std::string &confirm, const std::string &cancel, Response dflt) |
Response | yes_no_cancel (const std::string &message, const std::string &details, const std::string &button1, const std::string &button2, const std::string &button3, Response dflt) |
bool | task (const std::string &task) |
bool | error (const std::string &task) |
bool | warning (const std::string &task) |
bool | amount_complete (int current, int total) |
virtual | ~UIInterface () |
Member Function Documentation
UIInterface::Response ConsoleUIInterface::confirmation |
( |
const std::string & |
message, |
|
|
const std::string & |
details, |
|
|
const std::string & |
confirm, |
|
|
const std::string & |
cancel, |
|
|
Response |
dflt |
|
) |
| |
|
virtual |
UIInterface::Response ConsoleUIInterface::yes_no_cancel |
( |
const std::string & |
message, |
|
|
const std::string & |
details, |
|
|
const std::string & |
button1, |
|
|
const std::string & |
button2, |
|
|
const std::string & |
button3, |
|
|
Response |
dflt |
|
) |
| |
|
virtual |
bool ConsoleUIInterface::task |
( |
const std::string & |
task | ) |
|
bool ConsoleUIInterface::error |
( |
const std::string & |
task | ) |
|
bool ConsoleUIInterface::warning |
( |
const std::string & |
task | ) |
|
bool ConsoleUIInterface::amount_complete |
( |
int |
current, |
|
|
int |
total |
|
) |
| |
The documentation for this class was generated from the following files: