]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_nav.hxx
Win32 fixes
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_nav.hxx
index 7b722e3351337afa2a0079753c6262d72e802bf7..baae8ee7516f295baabc36902591508b34684313 100644 (file)
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -41,6 +41,9 @@ public:
        
        void LooseFocus();
        
+       // Returns the id string of the selected waypoint on NAV4 if valid, else returns an empty string.
+       string GetNav4WpId();
+       
 private:
        int _posFormat;         // 0 => lat,lon; 1 => ref to wp.
        
@@ -60,4 +63,8 @@ private:
        // NAV 4 menu stuff
        bool _menuActive;
        int _menuPos;
+       
+       // NAV 4 waypoint scan drawing housekeeping.
+       bool _scanWpSet;
+       int _scanWpIndex;
 };