]> git.mxchange.org Git - flightgear.git/blobdiff - src/Viewer/viewmgr.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Viewer / viewmgr.hxx
index a53b880e516252b83853c25b0437a2d799f0325e..587ac9f281374f5c3b68c3a198361092b60be8e2 100644 (file)
@@ -34,7 +34,6 @@
 
 // forward decls
 class FGViewer;
-class SGSoundMgr;
 typedef SGSharedPtr<FGViewer> FGViewerPtr;
 
 // Define a structure containing view information
@@ -119,6 +118,10 @@ private:
     int getView () const;
     void setView (int newview);
 
+    double getViewLon_deg() const;
+    double getViewLat_deg() const;
+    double getViewElev_ft() const;
+  
 // quaternion accessors, for debugging:
     double getCurrentViewOrientation_w() const;
     double getCurrentViewOrientation_x() const;
@@ -133,8 +136,6 @@ private:
     double getCurrentViewFrame_y() const;
     double getCurrentViewFrame_z() const;
 
-    bool stationary () const;
-
     // copies current offset settings to current-view path...
     void copyToCurrent ();
     
@@ -147,10 +148,6 @@ private:
 
     int current;
     SGQuatd current_view_orientation, current_view_or_offset;
-
-    SGSoundMgr *smgr;
-  
-    SGPropertyNode_ptr velocityNorthFPS, velocityEastFPS, velocityDownFPS;
 };
 
 // This takes the conventional aviation XYZ body system