UGDK
|
#include <uielement.h>
Public Member Functions | |
virtual | ~UIElement () |
void | set_owner (Menu *owner) |
graphic::Node * | node () const |
virtual void | Interact () const =0 |
virtual ikdtree::Box< 2 > | GetBoundingBox () const =0 |
Protected Member Functions | |
UIElement () | |
Protected Attributes | |
Menu * | owner_ |
graphic::Node * | node_ |
ugdk::ui::UIElement::~UIElement | ( | ) | [virtual] |
ugdk::ui::UIElement::UIElement | ( | ) | [protected] |
virtual ikdtree::Box<2> ugdk::ui::UIElement::GetBoundingBox | ( | ) | const [pure virtual] |
Implemented in ugdk::ui::Button.
virtual void ugdk::ui::UIElement::Interact | ( | ) | const [pure virtual] |
Implemented in ugdk::ui::Button.
graphic::Node* ugdk::ui::UIElement::node | ( | ) | const [inline] |
void ugdk::ui::UIElement::set_owner | ( | Menu * | owner | ) | [inline] |
graphic::Node* ugdk::ui::UIElement::node_ [protected] |
Menu* ugdk::ui::UIElement::owner_ [protected] |