update status of a module (or other entity) More...
#include <core/messages.h>
Public Member Functions | |
DEFINE_ENUM_WITH_STRING_CONVERSIONS (Importance,(Bulk)(Low)(Medium)(High)) DEFINE_ENUM_WITH_STRING_CONVERSIONS(Type | |
() Text() | LoadedFile (SessionUrl)) struct Payload |
UpdateStatus (const std::string &text, Importance prio=Low) | |
UpdateStatus (Type type, const std::string &text) | |
const char * | text () const |
Importance | importance () const |
Type | statusType () const |
Additional Inherited Members |
update status of a module (or other entity)
vistle::message::UpdateStatus::UpdateStatus | ( | const std::string & | text, |
Importance | prio = Low |
||
) |
vistle::message::UpdateStatus::UpdateStatus | ( | Type | type, |
const std::string & | text | ||
) |
vistle::message::UpdateStatus::DEFINE_ENUM_WITH_STRING_CONVERSIONS | ( | Importance | , |
(Bulk)(Low)(Medium)(High) | |||
) |
UpdateStatus::Importance vistle::message::UpdateStatus::importance | ( | ) | const |
|
inline |
UpdateStatus::Type vistle::message::UpdateStatus::statusType | ( | ) | const |
const char * vistle::message::UpdateStatus::text | ( | ) | const |