VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtModelSetStringProvider.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtModelSetStringProvider.h,v $ $Revision: 1.16 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCore/vrvCore.h
>
15
#include <
vrvUtil/DtVirtualBaseClass.h
>
16
#include <
vrvUtil/DtUnicode.h
>
17
#include <vector>
18
19
namespace
makVrv
20
{
21
22
class
DtDe;
23
27
class
DT_DLL_VRVCORE
DtModelSetStringProvider
:
public
DtVirtualBaseClass
28
{
29
30
public
:
31
32
typedef
std::vector<DtUnicode>
StringList
;
33
35
virtual
~
DtModelSetStringProvider
();
36
39
static
DtModelSetStringProvider
& instance(
DtDe
& de);
40
42
static
void
registerInstance(
DtDe
& de,
DtModelSetStringProvider
* instance);
43
45
virtual
void
getModelSetList(
StringList
& outList )
const
= 0;
46
48
virtual
DtUnicode
modelSetToString(
int
modelSet )
const
= 0;
49
51
virtual
int
stringToModelSet(
const
DtUnicode
& modelSetString )
const
= 0;
52
54
virtual
int
numModelSets()
const
= 0;
55
58
virtual
void
setModelSetName(
int
modelSet,
const
DtUnicode
& name ) = 0;
59
60
protected
:
61
63
DtModelSetStringProvider
(
DtDe
& de);
64
65
protected
:
66
67
DtDe
&
myDe
;
68
};
69
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)