43 virtual void getModelSetList(
StringList& outList )
const = 0;
49 virtual int stringToModelSet(
const DtUnicode& modelSetString )
const = 0;
52 virtual int numModelSets()
const = 0;
56 virtual void setModelSetName(
int modelSet,
const DtUnicode& name ) = 0;
DtDe & myDe
Definition: DtModelSetStringProvider.h:65
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
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
Contains makVrv::DtVirtualBaseClass class.
std::vector< DtUnicode > StringList
Definition: DtModelSetStringProvider.h:30
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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:76
DtModelSetId
Definition: DtModelSetEnums.h:19
Contains DLL export macros.