a dictionary containing a GRT message More...
#include <structs.h>
Public Member Functions | |
grt::StringListRef | details () const |
Getter for attribute details (read-only). | |
grt::StringRef | msg () const |
Getter for attribute msg. | |
virtual void | msg (const grt::StringRef &value) |
Setter for attribute msg. | |
grt::IntegerRef | msgType () const |
Getter for attribute msgType. | |
virtual void | msgType (const grt::IntegerRef &value) |
Setter for attribute msgType. | |
Protected Attributes | |
grt::StringListRef | _details |
Getter for attribute name. |
a dictionary containing a GRT message
grt::StringListRef details | ( | ) | const |
Getter for attribute details (read-only).
A list of detail information strings belonging to the message
virtual void msg | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute msg.
The message string
grt::StringRef msg | ( | ) | const |
Getter for attribute msg.
The message string
virtual void msgType | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute msgType.
The type of the message, 0 stands for a normal message, 1 for a warning and 2 for an error
grt::IntegerRef msgType | ( | ) | const |
Getter for attribute msgType.
The type of the message, 0 stands for a normal message, 1 for a warning and 2 for an error
grt::StringListRef _details [protected] |
Getter for attribute name.
the message's title