|
Public Member Functions |
| void | draw (render::Renderer2D *, const Displayable *, const int &, const int &, const int &, const int &) const |
| | draws an object or portions of it
|
| float | getAlpha (const Point &txl) const |
| ONE::render::Image * | getImage () const |
| const ONE::render::TextureRef | getTexture () const |
| bool | isInside (const Point &, const Displayable *) const |
| | checks if pt is inside the clickable area of obj.
|
| | ScrollBarSliderDelegate (const std::string &, const FullUVSet &) |
| Point | toTexel (const Point &pt, const Size &sz, const UVRect &uv) const |
Static Public Attributes |
| static const float | ALPHA_THRESH |
| static const Fringe | FOCUS_FRINGE |
Protected Member Functions |
| void | doDraw (render::Renderer2D *, const Displayable *, const int &, const int &, const int &, const int &, const FullUVSet &) const |
| bool | doIsInside (const Point &, const Displayable *, const FullUVSet &) const |
Protected Attributes |
| FullUVSet | uvCoords |