VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navigationPreferenceControllerPsr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <vl/hostStructs.h>
16 
19 {
20 
21 protected:
24 
25 public:
26  //constructor
28  const DtString& rwName = DtString::nullString(),
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
31  //copy constructor
33  const DtString& rwName = DtString::nullString(),
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
36  //assignment operator
39 
40  //Destructor
42 
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
49  virtual DtString type() const;
50 
52  static DtVrfProcessStateRepository* creator(const DtString& name,
53  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
54 
55  DtString selectedNavigationPreference();
56  void setSelectedNavigationPreference(const DtString& preference);
57 
59  DtPathCostEntryList& dynamicPathCosts();
60  const DtPathCostEntryList& dynamicPathCosts() const;
61 
62  void removeDynamicPathCosts();
63 
64 protected:
66 
69 
70 };
Stores the state data used by the DtNavigationPreferenceController component.
Definition: navigationPreferenceControllerPsr.h:18
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtRwString m_strSelectedNavigationPreference
Definition: navigationPreferenceControllerPsr.h:65
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtPathCostEntryList myDynamicPathCosts
DEPRECATED: use m_strSelectedNavigationPreference instead.
Definition: navigationPreferenceControllerPsr.h:68
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)