13 #include <boost/bimap.hpp>
38 virtual void getModelSetList(
StringList& outList )
const;
44 virtual int stringToModelSet(
const DtUnicode& modelSetString )
const;
47 int numModelSets()
const;
51 virtual void setModelSetName(
int modelSet,
const DtUnicode& name );
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
DtModelSetStringProvider is an interface for a class to provide strings for model sets...
Definition: DtModelSetStringProvider.h:25
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
std::vector< DtUnicode > StringList
Definition: DtModelSetStringProvider.h:30
boost::bimap< DtUnicode, int > ModelSetMap
Definition: DtQtModelSetStringProvider.h:55
ModelSetMap myModelSetMap
Definition: DtQtModelSetStringProvider.h:56
Contains makVrv::DtModelSetStringProvider class.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtModelSetId
Definition: DtModelSetEnums.h:19
DtQtModelSetStringProvider provides Qt-translated strings to for model sets. Model sets themselves ar...
Definition: DtQtModelSetStringProvider.h:25