BALL::VIEW::LogEvent Class Reference
Event class used for thread safe output to logview.
More...
#include <BALL/VIEW/KERNEL/common.h>
List of all members.
Detailed Description
Event class used for thread safe output to logview.
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?
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
Member Data Documentation