VR-Forces Developer's Guide
 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 
18 #include <readerWriter/rwBoolean.h>
19 #include <readerWriter/rwString.h>
20 #include "vrfutil/vertexList.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() override;
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 };
DtRwProperties & operator=(const DtRwProperties &orig)
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Definition: readerWriterRegistry.h:39
Definition: rwNavigationParameters.h:27
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)