comp::Ability_View Class Reference
#include <Ability_View.hpp>
Additional Inherited Members | |
Static Public Attributes inherited from iv::LumaButton | |
| static const constexpr int | DefaultShadowHeightPx |
Protected Member Functions inherited from iv::LumaButton | |
| virtual void | first_pass_impl (ElementRenderer *) override |
| virtual void | ColorsChanged (float4 surface, float4 on_surface) |
| void | CallColorsChanged () |
| virtual void | LumaStyleChanged (LumaStyle const &) override |
Protected Member Functions inherited from iv::PickableSlot | |
| virtual bool | position_test (int2 input_pos) override |
Protected Member Functions inherited from iv::Slot | |
| virtual void | second_pass_impl (ElementRenderer *) override |
Protected Member Functions inherited from VectorChildrenElem< SlotChild > | |
| virtual void | elem_eachChild (std::function< void(Elem *) > const &) override |
| virtual void | elem_childDisconnect (Elem *) override |
| virtual void | input_eachChild (std::function< void(InputNode *) > const &f) override |
| virtual void | input_childDisconnect (InputNode *child) override |
Protected Member Functions inherited from iv::Elem | |
| virtual void | input_childDisconnect (InputNode *) override |
| virtual void | input_eachChild (std::function< void(InputNode *) > const &) override |
Protected Member Functions inherited from iv::InputNode | |
| virtual bool | input_trigger_process (InputRoot *root, Input::DeviceKey key) |
| virtual void | input_process (InputRoot *root, Input::DeviceKey key, bool &press, bool &real, bool &offspace) |
Protected Attributes inherited from iv::LumaButton | |
| Slot | surface_slot |
Protected Attributes inherited from iv::PickableSlot | |
| Pickable * | pickable |
Protected Attributes inherited from VectorChildrenElem< SlotChild > | |
| std::vector< SlotChild * > | children |
| bool | children_dirty |
Detailed Description
Definition at line 20 of file Ability_View.hpp.
Constructor & Destructor Documentation
◆ Ability_View()
| comp::Ability_View::Ability_View | ( | iv::Instance * | inst, |
| Ability * | m_ability, | ||
| AbilityInfo | info | ||
| ) |
Definition at line 8 of file Ability_View.cpp.
Member Data Documentation
◆ cm
| iv::ClientMarker comp::Ability_View::cm |
Definition at line 23 of file Ability_View.hpp.
The documentation for this class was generated from the following files:
- iv_components/Ability/Ability_View.hpp
- iv_components/Ability/Ability_View.cpp

Public Member Functions inherited from 