Boost.UI
User Interface Boost library
Namespaces | Macros | Functions
message.hpp File Reference

Display message file. More...

Include dependency graph for message.hpp:

Go to the source code of this file.

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

Functions

BOOST_UI_DECL void boost::ui::info_notify (const uistring &message, const uistring &title=ascii("Information"))
 Display information as an non intrusive notification.
 
BOOST_UI_DECL void boost::ui::warning_notify (const uistring &message, const uistring &title=ascii("Warning"))
 Display warning as an non intrusive notification.
 
BOOST_UI_DECL void boost::ui::error_notify (const uistring &message, const uistring &title=ascii("Error"))
 Display error as an non intrusive notification.
 
BOOST_UI_DECL void boost::ui::info_dialog (const uistring &message, const uistring &title=ascii("Information"))
 Display information in application-modal dialog.
 
BOOST_UI_DECL void boost::ui::warning_dialog (const uistring &message, const uistring &title=ascii("Warning"))
 Display warning in application-modal dialog.
 
BOOST_UI_DECL void boost::ui::error_dialog (const uistring &message, const uistring &title=ascii("Error"))
 Display error in application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::confirm (const uistring &message, const uistring &title=ascii("Confirmation"))
 Request user confirmation using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::question (const uistring &message, const uistring &title=ascii("Question"))
 Request user answer using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt (const uistring &message, const uistring &title, std::wstring &value)
 Request user value using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt (const uistring &message, const uistring &title, uistring &value)
 Request user value using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_password (const uistring &message, const uistring &title, std::wstring &value)
 Request user password using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_password (const uistring &message, const uistring &title, uistring &value)
 Request user password using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_filename (const uistring &title, std::wstring &value)
 Request user filename using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_filename (const uistring &title, uistring &value)
 Request user filename using application-modal dialog. More...
 
bool boost::ui::prompt_filename (const uistring &title, boost::filesystem::path &value)
 Request user filename using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_directory (const uistring &title, std::wstring &value)
 Request user directory using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_directory (const uistring &title, uistring &value)
 Request user directory using application-modal dialog. More...
 
bool boost::ui::prompt_directory (const uistring &title, boost::filesystem::path &value)
 Request user directory using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_color (const uistring &title, color &value)
 Request color using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt (const uistring &message, const uistring &title, std::wstring &value)
 Request user value using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt (const uistring &message, const uistring &title, uistring &value)
 Request user value using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_password (const uistring &message, const uistring &title, std::wstring &value)
 Request user password using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_password (const uistring &message, const uistring &title, uistring &value)
 Request user password using application-modal dialog.
 
BOOST_UI_DECL bool boost::ui::prompt_filename (const uistring &title, std::wstring &value)
 Request user filename using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_filename (const uistring &title, uistring &value)
 Request user filename using application-modal dialog. More...
 
bool boost::ui::prompt_filename (const uistring &title, boost::filesystem::path &value)
 Request user filename using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_directory (const uistring &title, std::wstring &value)
 Request user directory using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_directory (const uistring &title, uistring &value)
 Request user directory using application-modal dialog. More...
 
bool boost::ui::prompt_directory (const uistring &title, boost::filesystem::path &value)
 Request user directory using application-modal dialog. More...
 
BOOST_UI_DECL bool boost::ui::prompt_color (const uistring &title, color &value)
 Request color using application-modal dialog.
 

Detailed Description

Display message file.