DSScreenMarker.h

Classes

DSScreenMarker -- Implementation of relative screen pos. DSMarker (full description)

class DSScreenMarker : public DSMarker, public DisplayShapeWithCoords

Interface

Public Members
DSScreenMarker()
DSScreenMarker(const Record& settings, PixelCanvas* pc)
DSScreenMarker(DSPixelMarker& other, PixelCanvas* pc)
DSScreenMarker(DSWorldMarker& other)
virtual ~DSScreenMarker()
virtual void recalculateScreenPosition()
virtual Bool setOptions(const Record& settings)
virtual Record getOptions()
virtual void move(const Float& dX, const Float& dY)
virtual void setCenter(const Float& xPos, const Float& yPos)
virtual Record getRawOptions()
Private Members
virtual void updateRC()

Description

Member Description

DSScreenMarker()

DSScreenMarker(const Record& settings, PixelCanvas* pc)

DSScreenMarker(DSPixelMarker& other, PixelCanvas* pc)

DSScreenMarker(DSWorldMarker& other)

virtual ~DSScreenMarker()

virtual void recalculateScreenPosition()

virtual Bool setOptions(const Record& settings)

virtual Record getOptions()

virtual void move(const Float& dX, const Float& dY)

These are so we can monitor if the marker is moved and update our relative position

virtual void setCenter(const Float& xPos, const Float& yPos)

virtual Record getRawOptions()

virtual void updateRC()