54 virtual void emptyList();
63 return !(*
this == rhs);
93 virtual DtListItem* lookupAmmunitionTargetEntry(
const DtEntityType&)
const;
101 virtual bool changeEntityType(
const DtEntityType& from,
const DtEntityType& to);
104 virtual bool removeEntry(
const DtEntityType& targetType);
107 virtual void removeEntry(
const DtEntityType& targetType,
const DtEntityType& ammunition);
110 virtual void makeTopPriority(
const DtEntityType& targetType,
const DtEntityType& ammunition);
113 virtual bool replacePriority(
const DtEntityType&,
const DtEntityType& oldAmmo,
const DtEntityType& newAmmo);
116 virtual bool lowerPriority(
const DtEntityType&);
119 virtual bool raisePriority(
const DtEntityType&);
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
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
Definition: readerWriterRegistry.h:39
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
bool operator==(const DtRwList &rhs) const
Iterates over all items and calls the factory to compare.
DtAmmoSelectTable is a readable/writable list of DtAmmoSelectEntrys. It's sorted by the entity type i...
Definition: ammoSelectTable.h:27
Readable-writable class holding all parameters to configure the DtTargetingControlTable.
Definition: ammunitionPrioritiesList.h:26
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
Definition: ammunitionPrioritiesListEntry.h:26
bool operator!=(const DtAmmunitionPrioritiesList &rhs) const
Definition: ammunitionPrioritiesList.h:61