48 virtual void setVisible(
bool visible);
49 virtual bool visible();
55 virtual void setParentId(
DtUniqueID parentId );
73 virtual void setPosition(
double x,
double y );
75 virtual void getPosition(
double& x,
double& y );
79 virtual void setScale(
double scale );
81 virtual void setScale(
double x,
double y );
82 virtual void getScale(
double& x,
double& y );
86 virtual void setRotation(
double rotation );
89 virtual void getRotation(
double& rotation );
93 virtual void setColor(
float r,
float g,
float b,
float a );
94 virtual void getColor(
float& r,
float& g,
float& b,
float& a );
97 virtual void setInheritColor(
bool inheritColor );
99 virtual bool inheritColor( );
105 virtual void needsUpdate();
DtVector2d TopRightLocation
Definition: DtWindowObject.h:39
DtDe & myDe
Definition: DtWindowObject.h:118
DtVector2d myPosition
Definition: DtWindowObject.h:122
bool myVisible
Definition: DtWindowObject.h:126
Transform myRelativeTransform
Definition: DtWindowObject.h:129
float myColorR
Definition: DtWindowObject.h:128
double myRotation
Definition: DtWindowObject.h:125
DtMatrix3< double > Transform
typedef 3x3 Matrix for holding this object's transform
Definition: DtWindowObject.h:32
Transform myWindowTransform
Definition: DtWindowObject.h:130
DtVector2d BottomLeftLocation
Definition: DtWindowObject.h:38
std::list< DtUniqueID > ChildList
typedef list for holding the IDs of the children of this class
Definition: DtWindowObject.h:28
DtUniqueID myUniqueId
Definition: DtWindowObject.h:119
Base class for a graphical object that exists in a window Implements a parenting system for DtWindowO...
Definition: DtWindowObject.h:24
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
bool myInheritColor
Definition: DtWindowObject.h:127
Contains makVrv::DtUniqueID type.
DtClipBox myClipBox
Definition: DtWindowObject.h:131
DtVector2d myScale
Definition: DtWindowObject.h:123
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtVector2d myWindowScale
Definition: DtWindowObject.h:124
typedef for this objects's clip coords, each window object has a clip box specified, however, only DtWindowSurface()'s can set the clip box limits.
Definition: DtWindowObject.h:36
DtVector2< double > DtVector2d
typedef 2D Vector
Definition: DtWindowObject.h:30
ChildList myChildIdList
Definition: DtWindowObject.h:121
DtUniqueID myParentId
Definition: DtWindowObject.h:120
Contains DLL export macros.