VR-Forces 4.1.1 Class Documentation
mResActMapRec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: mResActMapRec.h,v $ $Revision: 1.10 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtMultiResActiveMapRec_H_
13 #define DtMultiResActiveMapRec_H_
14 
15 #include <QtCore/QString>
16 #include <QtCore/QSize>
17 
18 class QImage;
19 class DtRasterMap;
20 
25 {
26 public:
28  virtual ~DtMultiResActiveMapRecord();
29 
31  virtual bool load(const QString &folder);
32  virtual DtRasterMap * map() const;
33  virtual QImage* image() const;
34  virtual QSize imageSize() const;
35 
37  virtual void dump();
38 
39  bool hasBeenDrawn() const;
40  void setHasBeenDrawn(bool b);
41 
42 protected:
43  QImage* myImage;
46 };
47 
49 {
50  myHasBeenDrawn = b;
51 }
52 
54 {
55  return myHasBeenDrawn;
56 }
57 
58 #endif
59 

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)