
Public Member Functions | |
| CheckBoxDelegate (const std::string &, const UVRect &) | |
| 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. | |
| 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 | |
| bool | doIsInside (const Point &, const Bounds &) const |
Protected Attributes | |
| UVRect | center |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
draws an object or portions of it
This function draws the object within the given bounds. Implementations may assume that
Reimplemented from ONE::gui::laf::chameleon::PlainDelegate. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
checks if
Implementations of this function may assume that a prior bounding box check ( Implements ONE::gui::UIDelegate. Reimplemented in ONE::gui::laf::chameleon::FrameDelegate, ONE::gui::laf::chameleon::PanelDelegate, ONE::gui::laf::chameleon::TextFieldDelegate, ONE::gui::laf::chameleon::ViewportDelegate, and ONE::gui::laf::chameleon::WindowDelegate. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.3