Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::LogEvent Class Reference

Event class used for thread safe output to logview. More...

#include <common.h>

List of all members.

Public Member Functions

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_


Detailed Description

Event class used for thread safe output to logview.