![]() |
VR-Forces 4.0.4 Class Documentation
|
A text message, such as a warning or an error. More...
Public Member Functions | |
| DtMsgItem (const QString &time, const QString &msg, const QString &source) | |
| virtual | ~DtMsgItem () |
| const QString & | time () const |
| const QString & | msg () const |
| const QString & | source () const |
Protected Attributes | |
| QString | myTime |
| QString | myMsg |
| QString | mySource |
Private Member Functions | |
| DtMsgItem (const DtMsgItem &) | |
A text message, such as a warning or an error.
This also includes the time the message was sent, and who sent it.
| DtMsgItem::DtMsgItem | ( | const QString & | time, |
| const QString & | msg, | ||
| const QString & | source | ||
| ) |
| virtual DtMsgItem::~DtMsgItem | ( | ) | [virtual] |
| DtMsgItem::DtMsgItem | ( | const DtMsgItem & | ) | [private] |
| const QString& DtMsgItem::time | ( | ) | const |
| const QString& DtMsgItem::msg | ( | ) | const |
| const QString& DtMsgItem::source | ( | ) | const |
QString DtMsgItem::myTime [protected] |
QString DtMsgItem::myMsg [protected] |
QString DtMsgItem::mySource [protected] |