|
BALL
1.4.79
|
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? More... | |
| void | setImportant (bool state) |
| bool | showOnlyInLogView () const |
| only show in logview, no change to status bar More... | |
| void | setShowOnlyInLogView (bool state) |
Protected Attributes | |
| String | message_ |
| bool | important_ |
| bool | only_log_ |
Event class used for thread safe output to logview.
Definition at line 324 of file VIEW/KERNEL/common.h.
| BALL::VIEW::LogEvent::LogEvent | ( | ) |
|
inline |
Definition at line 336 of file VIEW/KERNEL/common.h.
|
inline |
will allways be shown in Statusbar or just when no other message shown?
Definition at line 339 of file VIEW/KERNEL/common.h.
|
inline |
Definition at line 342 of file VIEW/KERNEL/common.h.
|
inline |
Definition at line 333 of file VIEW/KERNEL/common.h.
|
inline |
Definition at line 348 of file VIEW/KERNEL/common.h.
|
inline |
only show in logview, no change to status bar
Definition at line 345 of file VIEW/KERNEL/common.h.
|
protected |
Definition at line 352 of file VIEW/KERNEL/common.h.
|
protected |
Definition at line 351 of file VIEW/KERNEL/common.h.
|
protected |
Definition at line 353 of file VIEW/KERNEL/common.h.
1.8.7