VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsg
DtOsgProjectedWidgetModel.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtOsgProjectedWidgetModel.h,v $ $Revision: 1.14 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvOsg/vrvOsg.h
>
15
#include <
vrvCore/DtProjectedWidgetModel.h
>
16
#include <vector>
17
18
namespace
makVrv
19
{
20
class
DtOsgWidgetUpdater;
21
22
25
class
DT_DLL_VRVOSG
DtOsgProjectedWidgetModel
:
public
DtProjectedWidgetModel
26
{
27
public
:
28
30
DtOsgProjectedWidgetModel
(
DtDe
& de,
DtUniqueID
id
);
31
33
virtual
~
DtOsgProjectedWidgetModel
();
34
36
virtual
void
addToScene(
const
DtUniqueID
& sceneObjectId,
int
modelSet,
37
int
visualizerType );
38
40
virtual
void
removeFromScene();
41
44
virtual
void
addWidget(
DtWidget
* aWidget);
45
47
virtual
void
removeWidget(
DtWidget
* aWidget);
48
50
virtual
void
setModelDefinition(
const
std::string& str);
51
53
virtual
void
setPosition(
int
vtx,
const
DtVector
& position );
54
55
DtOsgWidgetUpdater
& widgetUpdater();
56
57
virtual
std::vector<DtWidget*>& widgets();
58
59
virtual
void
setVisible(
bool
visible);
60
63
virtual
void
setIsSupportModel(
bool
isSupport);
64
65
protected
:
66
67
DtUniqueID
myParentId
;
68
69
};
70
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)