|
UGDK
0.4.1
|
#include <ugdk/ui/button.h>


Public Member Functions | |
| Button (const Vector2D &top_left, graphic::Drawable *drawable, const ButtonCallback &function) | |
| ~Button () | |
| void | Interact () const |
| ikdtree::Box< 2 > | GetBoundingBox () const |
Public Member Functions inherited from ugdk::ui::UIElement | |
| virtual | ~UIElement () |
| void | set_owner (Menu *owner) |
| graphic::Node * | node () const |
Additional Inherited Members | |
Protected Member Functions inherited from ugdk::ui::UIElement | |
| UIElement () | |
Protected Attributes inherited from ugdk::ui::UIElement | |
| Menu * | owner_ |
| graphic::Node * | node_ |
| ugdk::ui::Button::Button | ( | const Vector2D & | top_left, |
| graphic::Drawable * | drawable, | ||
| const ButtonCallback & | function | ||
| ) |
| ugdk::ui::Button::~Button | ( | ) |
|
virtual |
Implements ugdk::ui::UIElement.
|
inlinevirtual |
Implements ugdk::ui::UIElement.