VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwNavigationParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include "vrfutil/readerWriter.h"
18 #include "vrfutil/rwBoolean.h"
19 #include "vrfutil/rwString.h"
20 #include "vrfutil/vertexList.h"
22 #include "vrfutil/rwProperties.h"
23 #include "vrfutil/vrfutilDefines.h"
24 
26 
28 {
29 
30 private:
33 
34 public:
37  parentRegistry = NULL);
38 
40  parentRegistry = NULL);
41 
44 
47 
48  virtual ~DtRwNavigationParameters();
49 
50  virtual DtString navigationProfile() const;
51  virtual void setNavigationProfile(const DtString& profile);
52 
53  virtual DtString navDataPath() const;
54  virtual void setNavDataPath(const DtString& path);
55 
56  virtual bool useAbstractGraph() const;
57  virtual void setUseAbstractGraph(bool abstractGraph);
58 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)