|
Sparkle 0.0.1
|
This is the complete list of members for spk::Entity2D, including all inherited members.
| ActivableObject() | spk::ActivableObject | inline |
| ActivableObject(ActivationStatus p_initial) | spk::ActivableObject | inlineexplicit |
| activate() | spk::ActivableObject | inline |
| addActivationCallback(const Job &p_callback) | spk::ActivableObject | inline |
| addCallback(const ActivationStatus &p_state, const Job &p_callback) | spk::StatefulObject< ActivationStatus > | inline |
| addChild(Entity *p_child) override | spk::Entity | virtual |
| addComponent(TArgs &&...p_args) | spk::Entity | inline |
| addDeactivationCallback(const Job &p_callback) | spk::ActivableObject | inline |
| addTag(const std::wstring &p_tag) | spk::Entity | |
| children() override | spk::Entity | virtual |
| children() const override | spk::Entity | |
| clearChildren() | spk::Entity | |
| clearTags() | spk::Entity | |
| componentCount() const | spk::Entity | |
| contains(const std::wstring &p_name) const | spk::Entity | |
| containsTag(const std::wstring &p_tag) const | spk::Entity | |
| containsTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) const | spk::Entity | |
| containTag(const std::wstring &p_tag) const | spk::Entity | |
| Contract typedef | spk::Entity | |
| count(const std::wstring &p_name) const | spk::Entity | |
| countTag(const std::wstring &p_tag) const | spk::Entity | |
| countTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) const | spk::Entity | |
| deactivate() | spk::ActivableObject | inline |
| engine() | spk::Entity | |
| engine() const | spk::Entity | |
| Entity(const std::wstring &p_name, Entity *p_owner=nullptr) | spk::Entity | |
| Entity() | spk::Entity | |
| Entity(const Entity &)=delete (defined in spk::Entity) | spk::Entity | |
| Entity2D(const std::wstring &p_name, spk::Entity *p_parent=nullptr) | spk::Entity2D | |
| getChild(const std::wstring &p_name) | spk::Entity | |
| getChild(const std::wstring &p_name) const | spk::Entity | |
| getChildByTag(const std::wstring &p_tag) | spk::Entity | |
| getChildByTag(const std::wstring &p_tag) const | spk::Entity | |
| getChildByTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) | spk::Entity | |
| getChildByTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) const | spk::Entity | |
| getChildren(const std::wstring &p_name) | spk::Entity | |
| getChildren(const std::wstring &p_name) const | spk::Entity | |
| getChildrenByTag(const std::wstring &p_tag) | spk::Entity | |
| getChildrenByTag(const std::wstring &p_tag) const | spk::Entity | |
| getChildrenByTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) | spk::Entity | |
| getChildrenByTags(const std::span< const std::wstring > &p_tags, spk::BinaryOperator p_binaryOperator=spk::BinaryOperator::And) const | spk::Entity | |
| getComponent(const std::wstring &p_name=L"") | spk::Entity | inline |
| getComponent(const std::wstring &p_name=L"") const | spk::Entity | inline |
| getComponents() | spk::Entity | inline |
| getComponents() const | spk::Entity | inline |
| handleEnterResizeModeEvent(spk::EnterResizeModeEvent &p_event) final | spk::Entity | virtual |
| handleExitResizeModeEvent(spk::ExitResizeModeEvent &p_event) final | spk::Entity | virtual |
| handleFocusEvent(spk::FocusEvent &p_event) final | spk::Entity | virtual |
| handleFullScreenModeEvent(spk::FullScreenModeEvent &p_event) final | spk::Entity | virtual |
| handleGeometryChange(const spk::Extend2D &p_geometry) final | spk::Entity | virtual |
| handleGlyphEvent(spk::GlyphEvent &p_event) final | spk::Entity | virtual |
| handleKeyPressEvent(spk::KeyPressEvent &p_event) final | spk::Entity | virtual |
| handleKeyReleaseEvent(spk::KeyReleaseEvent &p_event) final | spk::Entity | virtual |
| handleMaximizedModeEvent(spk::MaximizedModeEvent &p_event) final | spk::Entity | virtual |
| handleMouseDoubleClickEvent(spk::MouseDoubleClickEvent &p_event) final | spk::Entity | virtual |
| handleMouseMotionEvent(spk::MouseMotionEvent &p_event) final | spk::Entity | virtual |
| handleMousePressEvent(spk::MousePressEvent &p_event) final | spk::Entity | virtual |
| handleMouseReleaseEvent(spk::MouseReleaseEvent &p_event) final | spk::Entity | virtual |
| handleMouseWheelEvent(spk::MouseWheelEvent &p_event) final | spk::Entity | virtual |
| handleMoveEvent(spk::MoveEvent &p_event) final | spk::Entity | virtual |
| handlePaintEvent(spk::PaintEvent &p_event) final | spk::Entity | virtual |
| handleQuitEvent(spk::QuitEvent &p_event) final | spk::Entity | virtual |
| handleResizeEvent(spk::ResizeEvent &p_event) final | spk::Entity | virtual |
| handleUpdateEvent(spk::UpdateEvent &p_event) final | spk::Entity | virtual |
| isActive() const | spk::ActivableObject | inline |
| Job typedef | spk::Entity | |
| name() const | spk::Entity | |
| notifyChildTransformsEdited() | spk::Entity2D | |
| operator=(const Entity &)=delete (defined in spk::Entity) | spk::Entity | |
| parent() const | spk::InherenceObject< Entity > | inline |
| priority() const | spk::Entity | |
| removeAllComponents() | spk::Entity | |
| removeChild(Entity *p_child) override | spk::Entity | virtual |
| removeComponent(const std::wstring &p_name) | spk::Entity | |
| removeTag(const std::wstring &p_tag) | spk::Entity | |
| setEngine(GameEngine *p_engine) | spk::Entity | |
| setName(const std::wstring &p_name) | spk::Entity | virtual |
| setPriority(const int &p_priority) | spk::Entity | |
| setState(const ActivationStatus &p_newState) | spk::StatefulObject< ActivationStatus > | inline |
| sortChildren() | spk::Entity | |
| sortComponent() | spk::Entity | |
| state() const | spk::StatefulObject< ActivationStatus > | inline |
| StatefulObject(const ActivationStatus &p_initialState) | spk::StatefulObject< ActivationStatus > | inline |
| tags() const | spk::Entity | |
| toggle() | spk::ActivableObject | inline |
| transform() | spk::Entity2D | |
| transform() const | spk::Entity2D | |
| ~Entity() override (defined in spk::Entity) | spk::Entity |