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 |
![]() | |
virtual | ~UIElement () |
void | set_owner (Menu *owner) |
graphic::Node * | node () const |
Additional Inherited Members | |
![]() | |
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.