Public Member Functions

ofBaseDraws Class Reference

#include <ofTypes.h>

Inheritance diagram for ofBaseDraws:
ofBaseVideo ofImage ofTexture ofVideoGrabber ofVideoPlayer

List of all members.

Public Member Functions

virtual ~ofBaseDraws ()
virtual void draw (float x, float y)=0
virtual void draw (float x, float y, float w, float h)=0
virtual float getHeight ()=0
virtual float getWidth ()=0
virtual void setAnchorPercent (float xPct, float yPct)
virtual void setAnchorPoint (int x, int y)
virtual void resetAnchor ()

Constructor & Destructor Documentation

virtual ofBaseDraws::~ofBaseDraws (  ) [inline, virtual]

Member Function Documentation

virtual void ofBaseDraws::draw ( float  x,
float  y 
) [pure virtual]
virtual void ofBaseDraws::draw ( float  x,
float  y,
float  w,
float  h 
) [pure virtual]
virtual float ofBaseDraws::getHeight (  ) [pure virtual]
virtual float ofBaseDraws::getWidth (  ) [pure virtual]
virtual void ofBaseDraws::resetAnchor (  ) [inline, virtual]

Reimplemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.

virtual void ofBaseDraws::setAnchorPercent ( float  xPct,
float  yPct 
) [inline, virtual]

Reimplemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.

virtual void ofBaseDraws::setAnchorPoint ( int  x,
int  y 
) [inline, virtual]

Reimplemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines