VR-Forces 4.2 Class Documentation
terrainDisplayOptions.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terrainDisplayOptions.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef TERRAINDISPLAYOPTIONS_H
13 #define TERRAINDISPLAYOPTIONS_H
14 
15 #include "tmqt/tmDisplayOptions.h"
17 
21 
24 {
25 
26  Q_OBJECT
27 
28 public:
29 
32 
34  virtual ~DtTerrainDisplayOptions();
35 
38 
40  virtual DtTMDisplayOptions& operator=(const DtTMDisplayOptions& rhs);
41 
43  virtual const DtCoordSys& coordinateSystem() const;
44 
46  virtual void setUseGreatCircle(bool b);
47  virtual bool useGreatCircle() const;
48 
49 public:
50 
52  static DtTMDisplayOptions* create();
53 
54  virtual DtTMDisplayOptions* clone() const;
55 
56  virtual bool operator==(const DtTMDisplayOptions&) const;
57 
58 signals:
59 
60  void coordinateSystemChanged(const DtCoordSys& system);
61  void useGreatCircleChanged(bool);
62 
63 public slots:
64  virtual void setCoordinateSystem(const DtCoordSys& system);
65 
66 protected:
67 
69 
71 
73 };
74 
75 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)