#include <ofTypes.h>
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 () |
| virtual ofBaseDraws::~ofBaseDraws | ( | ) | [inline, virtual] |
| virtual void ofBaseDraws::draw | ( | float | x, |
| float | y | ||
| ) | [pure virtual] |
Implemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.
| virtual void ofBaseDraws::draw | ( | float | x, |
| float | y, | ||
| float | w, | ||
| float | h | ||
| ) | [pure virtual] |
Implemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.
| virtual float ofBaseDraws::getHeight | ( | ) | [pure virtual] |
Implemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.
| virtual float ofBaseDraws::getWidth | ( | ) | [pure virtual] |
Implemented in ofImage, ofTexture, ofVideoGrabber, and ofVideoPlayer.
| 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.
1.7.2