Boost.UI
User Interface Boost library
List of all members
boost::ui::log::error Class Reference

Shows error dialog in idle time. More...

Inheritance diagram for boost::ui::log::error:
[legend]

Additional Inherited Members

- Public Member Functions inherited from boost::ui::log_string
 log_string (uistring &str)
 Constructs log using string for output.
 
log_stringlocation (const char *file, int line=-1, const char *fn=NULL)
 Logs caller location in the source code.
 
log_stringraw (const uistring &value)
 Logs string without quotes.
 
log_stringspaces (bool show=true)
 Inserts white space delitimers between output values.
 
log_stringnospaces ()
 Inserts white space delitimers between output values.
 
log_stringquotes (bool show=true)
 Adds quotes near string and character output values.
 
log_stringnoquotes ()
 Adds quotes near string and character output values.
 
log_stringoperator<< (char value)
 Logs value.
 
log_stringoperator<< (const char *value)
 Logs value.
 
log_stringoperator<< (const std::string &value)
 Logs value.
 
log_stringoperator<< (wchar_t value)
 Logs value.
 
log_stringoperator<< (const wchar_t *value)
 Logs value.
 
log_stringoperator<< (const std::wstring &value)
 Logs value.
 
log_stringoperator<< (const uistring &value)
 Logs value.
 
template<class T >
log_stringoperator<< (const T &value)
 Logs value.
 

Detailed Description

Shows error dialog in idle time.


The documentation for this class was generated from the following file: