VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ngutil
msgItem.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: msgItem.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtMsgItem_H
13
#define DtMsgItem_H
14
15
#include "
ngutil/ngutilDefines.h
"
16
#include <QtCore/QString>
17
20
class
DT_DLL_ngutil
DtMsgItem
21
{
22
public
:
23
DtMsgItem
(
const
QString & time,
const
QString & msg,
24
const
QString & source );
25
virtual
~
DtMsgItem
();
26
27
const
QString& time()
const
;
28
const
QString& msg()
const
;
29
const
QString& source()
const
;
30
31
private
:
32
DtMsgItem
(
const
DtMsgItem
&);
33
34
protected
:
35
QString
myTime
;
36
QString
myMsg
;
37
QString
mySource
;
38
};
39
40
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)