11 #include <boost/bimap.hpp>
virtual makVrv::DtUnicode modelSetToString(int modelSet) const
Get the string that's mapped to the specified model set.
A unicode string.
Definition: DtUnicode.h:33
virtual void setModelSetName(int modelSet, const makVrv::DtUnicode &name)
Change the string associated with a model set (if it exists) or add a new string to model set mapping...
DtModelSetStringProvider is an interface for a class to provide strings for model sets...
Definition: DtModelSetStringProvider.h:24
virtual ~DtMfcModelSetStringProvider()
Virtual Destructor.
virtual int stringToModelSet(const makVrv::DtUnicode &modelSetString) const
Get the model set that's mapped to the specified string.
For the purpose of the example, it doesn't really matter what this class does; but an instance of it ...
Definition: DtMfcModelSetStringProvider.h:23
DtMfcModelSetStringProvider(makVrv::DtDe &de)
Constructor.
std::vector< DtUnicode > StringList
Definition: DtModelSetStringProvider.h:29
virtual void getModelSetList(StringList &outList) const
Get the list of model set names.
boost::bimap< makVrv::DtUnicode, int > ModelSetMap
Definition: DtMfcModelSetStringProvider.h:52
Contains makVrv::DtModelSetStringProvider class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
ModelSetMap myModelSetMap
Definition: DtMfcModelSetStringProvider.h:53
int numModelSets() const
Get the current number of model set names on the model set list.