This is the complete list of members for ot::MessageBoxManager, including all inherited members.
instance(void) | ot::MessageBoxManager | static |
setHandler(MessageBoxHandler *_handler) | ot::MessageBoxManager | inline |
showErrorPrompt(const std::string &_message, const std::string &_title, const MessageDialogCfg::BasicButtons &_buttons=MessageDialogCfg::Ok) | ot::MessageBoxManager | static |
showInfoPrompt(const std::string &_message, const std::string &_title, const MessageDialogCfg::BasicButtons &_buttons=MessageDialogCfg::Ok) | ot::MessageBoxManager | static |
showPrompt(const MessageDialogCfg &_config) | ot::MessageBoxManager | static |
showPrompt(const std::string &_message, const std::string &_title, MessageDialogCfg::BasicIcon _icon, const MessageDialogCfg::BasicButtons &_buttons) | ot::MessageBoxManager | static |
showWarningPrompt(const std::string &_message, const std::string &_title, const MessageDialogCfg::BasicButtons &_buttons=MessageDialogCfg::Ok) | ot::MessageBoxManager | static |