![]() |
VR-Forces 4.3 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 |
|
private |
| const QString& DtMsgItem::time | ( | ) | const |
| const QString& DtMsgItem::msg | ( | ) | const |
| const QString& DtMsgItem::source | ( | ) | const |
|
protected |
|
protected |
|
protected |