- Your Widget Set For OpenGL
#include <udrawable.hpp>
Inheritance diagram for ufo::UDrawable:

Public Member Functions | |
| virtual void | paintDrawable (UGraphics *g, const URectangle &rect)=0 |
| void | paintDrawable (UGraphics *g, int x, int y, int w, int h) |
| virtual UDimension | getDrawableSize () const =0 |
|
|
Implemented in ufo::UImage.
|
|
||||||||||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. |
|
||||||||||||
|
Draw to the given rectangle. Possibly scale to the given size. Implemented in ufo::UImage.
|