VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvDrawControl
Dt2DPositionedObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: Dt2DPositionedObject.h,v $ $Revision: 1.3 $ $State: Exp $
7
******************************************************************************/
8
#pragma once
9
10
#include <vlutil/vlString.h>
11
12
#include <
vrvDrawControl/DtDrawControlObject.h
>
13
#include <
vrvDrawControl/DtVdcVector2D.h
>
14
15
namespace
vrvControlToolkit
16
{
17
class
DT_DLL_VRVDRAWCONTROL
Dt2DPositionedObject
:
public
DtDrawControlObject
18
{
19
public
:
20
Dt2DPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
21
const
DtString
& objName);
22
23
// \brief Virtual destructor
24
virtual
~
Dt2DPositionedObject
();
25
26
private
:
31
Dt2DPositionedObject
();
32
36
Dt2DPositionedObject
(
const
Dt2DPositionedObject
& orig);
37
41
Dt2DPositionedObject
& operator=(
const
Dt2DPositionedObject
& rhs);
42
43
public
:
49
virtual
DtVdcVector2D
position()
const
= 0;
50
56
virtual
void
setPosition(
const
DtVdcVector2D
& position ) = 0;
57
};
58
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)