Hummingbird Framework
 All Classes Functions Variables Modules Pages
hb::ClickableComponent Member List

This is the complete list of members for hb::ClickableComponent, including all inherited members.

addListenerToGameObject(const std::string &name, std::function< void(DataRepository &)> &&listener) (defined in hb::GameObject::Component)hb::GameObject::Componentinlineprotected
ClickableComponent() (defined in hb::ClickableComponent)hb::ClickableComponent
ClickableComponent(const Vector2d &size) (defined in hb::ClickableComponent)hb::ClickableComponent
Component()hb::GameObject::Componentinline
getGameObject() const hb::GameObject::Componentinline
getPosition() const hb::Transform
getRotation() const hb::Transform
getScale() const hb::Transform
getSize() const (defined in hb::ClickableComponent)hb::ClickableComponent
ignoreToGameObject(const GameObjectMessageManager::ListenerId< DataRepository > &listener_id) (defined in hb::GameObject::Component)hb::GameObject::Componentinlineprotected
init()hb::GameObject::Componentinlinevirtual
isActive() const hb::GameObject::Componentinline
postUpdate()hb::GameObject::Componentinlinevirtual
preUpdate()hb::GameObject::Componentinlinevirtual
setActive(bool active)hb::GameObject::Componentinline
setOnClick(std::function< void(void)> &&onClick) (defined in hb::ClickableComponent)hb::ClickableComponent
setPosition(const Vector3d &p)hb::Transform
setPosition(double p_x, double p_y, double p_z)hb::Transform
setRotation(const Vector3d &rotation)hb::Transform
setRotation(double rotation_x, double rotation_y, double rotation_z)hb::Transform
setScale(const Vector3d &scale)hb::Transform
setScale(double scale_x, double scale_y, double scale_z)hb::Transform
setSize(const Vector2d &size) (defined in hb::ClickableComponent)hb::ClickableComponent
Transform()hb::Transform
Transform(const Vector3d &init_pos)hb::Transform
update()hb::GameObject::Componentinlinevirtual
~ClickableComponent() (defined in hb::ClickableComponent)hb::ClickableComponent
~Component()hb::GameObject::Componentinlinevirtual
~Transform()hb::Transform