VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navigationPreferenceDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 #include "vrfutil/rwString.h"
17 
21 {
22 public:
24  DtNavigationPreferenceDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46 
48 
49  virtual DtPathCostEntryList& pathCosts();
50  virtual const DtPathCostEntryList& pathCosts() const;
52 
53  virtual DtString initalRoadPreference() const;
54  virtual void setInitialRoadPreference(const DtString& s);
55 
56 protected:
59 
60 protected:
63 
64 
70 
72 
73 
74 
75 
78 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)