(#80) Added navigation modes

New navigation modes: GeoQuest and RMS. In addition, right mouse button
can now be used for panning in CAD navigation mode.
This commit is contained in:
Pål Hagen
2015-07-02 12:31:35 +02:00
parent 1a3a2f1ff5
commit c863d087f0
10 changed files with 951 additions and 10 deletions

View File

@@ -61,7 +61,9 @@ public:
enum RINavigationPolicy
{
NAVIGATION_POLICY_CEETRON,
NAVIGATION_POLICY_CAD
NAVIGATION_POLICY_CAD,
NAVIGATION_POLICY_GEOQUEST,
NAVIGATION_POLICY_RMS
};
public: