36 virtual void setClipBox(
DtClipBox clipBox );
37 virtual void setClipBox(
double bottomLeftX,
double bottomLeftY,
double topRightX,
double topRightY );
42 virtual void setScaleToClipBox(
const bool scaleToClipBox );
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
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
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
Contains makVrv::DtWindowObject class.
bool myScaleToClipBox
Definition: DtWindowSurface.h:44
Class for creating a "surface" inside a channel coordinates.
Definition: DtWindowSurface.h:26
Contains DLL export macros.