Event class used for thread safe output to logview.
More...
#include <BALL/VIEW/KERNEL/common.h>
Event class used for thread safe output to logview.
Definition at line 324 of file VIEW/KERNEL/common.h.
§ LogEvent()
BALL::VIEW::LogEvent::LogEvent |
( |
| ) |
|
§ getMessage()
String BALL::VIEW::LogEvent::getMessage |
( |
| ) |
|
|
inline |
§ isImportant()
bool BALL::VIEW::LogEvent::isImportant |
( |
| ) |
|
|
inline |
will allways be shown in Statusbar or just when no other message shown?
Definition at line 339 of file VIEW/KERNEL/common.h.
§ setImportant()
void BALL::VIEW::LogEvent::setImportant |
( |
bool |
state | ) |
|
|
inline |
§ setMessage()
void BALL::VIEW::LogEvent::setMessage |
( |
const String & |
msg | ) |
|
|
inline |
§ setShowOnlyInLogView()
void BALL::VIEW::LogEvent::setShowOnlyInLogView |
( |
bool |
state | ) |
|
|
inline |
§ showOnlyInLogView()
bool BALL::VIEW::LogEvent::showOnlyInLogView |
( |
| ) |
const |
|
inline |
§ important_
bool BALL::VIEW::LogEvent::important_ |
|
protected |
§ message_
String BALL::VIEW::LogEvent::message_ |
|
protected |
§ only_log_
bool BALL::VIEW::LogEvent::only_log_ |
|
protected |