VR-Forces 4.1.1 Class Documentation
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 
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)