MessageView
class MessageView (UiItemSernaApi::UiItem) : # Specifies message facilitity (module of origin) enum MessageFacility { ALL_MSGS = -1, GROVE_MSGS = 1, FORMATTER_MSGS = 3, VALIDATOR_MSGS = 6, SERNA_MSGS = 10 }; # construct/copy/destruct __init__(SernaApiBase *, DocumentPlugin *) __init__(const MessageView &) MessageView& operator=(const MessageView &) __del__() # public member functions None emitMessage(const SString &, const GroveNode * = 0) None clearMessages(int = SERNA_MSGS) None setRep(SernaApiBase *)