Event class used for thread safe output to logview.
More...
#include <BALL/VIEW/KERNEL/common.h>
Detailed Description
Event class used for thread safe output to logview.
Definition at line 312 of file VIEW/KERNEL/common.h.
Constructor & Destructor Documentation
| BALL::VIEW::LogEvent::LogEvent |
( |
| ) |
|
Member Function Documentation
| 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?
Definition at line 327 of file VIEW/KERNEL/common.h.
| 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 |
Member Data Documentation
| bool BALL::VIEW::LogEvent::important_ |
|
protected |
| String BALL::VIEW::LogEvent::message_ |
|
protected |
| bool BALL::VIEW::LogEvent::only_log_ |
|
protected |