Event class used for thread safe output to logview. More...
#include <BALL/VIEW/KERNEL/common.h>
Public Member Functions | |
| LogEvent () | |
| void | setMessage (const String &msg) |
| String | getMessage () |
| bool | isImportant () |
| will allways be shown in Statusbar or just when no other message shown? | |
| void | setImportant (bool state) |
| bool | showOnlyInLogView () const |
| only show in logview, no change to status bar | |
| void | setShowOnlyInLogView (bool state) |
Protected Attributes | |
| String | message_ |
| bool | important_ |
| bool | only_log_ |
Event class used for thread safe output to logview.
| BALL::VIEW::LogEvent::LogEvent | ( | ) |
| String BALL::VIEW::LogEvent::getMessage | ( | ) | [inline] |
| bool BALL::VIEW::LogEvent::isImportant | ( | ) | [inline] |
will allways be shown in Statusbar or just when no other message shown?
| void BALL::VIEW::LogEvent::setImportant | ( | bool | state | ) | [inline] |
| void BALL::VIEW::LogEvent::setMessage | ( | const String & | msg | ) | [inline] |
| void BALL::VIEW::LogEvent::setShowOnlyInLogView | ( | bool | state | ) | [inline] |
| bool BALL::VIEW::LogEvent::showOnlyInLogView | ( | ) | const [inline] |
only show in logview, no change to status bar
bool BALL::VIEW::LogEvent::important_ [protected] |
String BALL::VIEW::LogEvent::message_ [protected] |
bool BALL::VIEW::LogEvent::only_log_ [protected] |