12 #ifndef rwNavigationPreferenceList_H_
13 #define rwNavigationPreferenceList_H_
47 virtual DtString preferenceType()
const;
62 virtual void setShouldUseRoads(
bool);
63 virtual bool shouldUseRoads()
const;
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override=0
This method must be overridden by a subclass. Within this method, new instances of the DtReaderWriter...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwBoolean myShouldUseRoads
Definition: rwNavigationPreferenceList.h:73
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwString myPreferenceType
Definition: rwNavigationPreferenceList.h:71
DtPathCostEntryList myPathCostList
Definition: rwNavigationPreferenceList.h:74
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
class DtRwNavigationPreferenceList:
Definition: rwNavigationPreferenceList.h:81
Definition: rwNavigationPreferenceList.h:20
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
DtRwString myAlias
Definition: rwNavigationPreferenceList.h:72
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
Definition: pathCostEntry.h:17