|
Brunot
|
This is the complete list of members for sys::Input, including all inherited members.
| addChild(std::unique_ptr< GameObject > newChild) -> bool | GameObject | virtual |
| c | sys::Input | private |
| calculateFormattedName() const | GameObject | |
| checkAddToSceneHook() -> void | GameObject | protected |
| ChildrenHandeler | GameObject | |
| clone() const -> std::unique_ptr< GameObject > override | sys::Input | virtual |
| controller() -> Controllers & | sys::Input | inline |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| endWindow() -> void override | sys::Input | inlinevirtual |
| Engine | GameObject | |
| Entity | GameObject | |
| for_each(std::function< void(GameObject &)> func) -> void | GameObject | virtual |
| for_each(std::function< void(const GameObject &)> func) const -> void | GameObject | virtual |
| formattedName | GameObject | mutableprivate |
| GameObject(std::string typeName, gobj::Type parentType, gobj::Type type) | GameObject | |
| GameObject(const GameObject &other) | GameObject | |
| GameObject(GameObject &&other) noexcept | GameObject | |
| getChildren() const -> std::shared_ptr< std::vector< GameObject * > > | GameObject | protectedvirtual |
| getEnabled() const -> bool | sys::Input | |
| getEnum() -> Type | sys::Input | inlinestatic |
| getFormattedName() const -> const std::string & | GameObject | |
| getGameObjectJson() const -> json | GameObject | protected |
| getInternalParent() const -> GameObject * | GameObject | |
| getKey() const -> Key override | System | virtual |
| getMousePosition() const -> std::pair< float, float > | sys::Input | |
| getName() const -> const std::string & | GameObject | |
| getNickname() const -> const std::string & | GameObject | |
| getObjectType() const -> gobj::Type | GameObject | |
| getParent() const -> GameObject *override | System | virtual |
| getUUID() const -> gobj::UUID | GameObject | |
| getWorldMousePosition() const -> const Vector4D & | sys::Input | |
| inEngine | GameObject | private |
| Input() | sys::Input | inline |
| internalParent | GameObject | private |
| isActive() const -> bool | GameObject | |
| isDestroyed | GameObject | private |
| isType(gobj::Type otherType) const -> bool | GameObject | |
| isUUID(gobj::UUID compareUUID) const -> bool | GameObject | |
| k | sys::Input | private |
| keys() -> Keys & | sys::Input | inline |
| load(Stream &stream) -> void override | sys::Input | virtual |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| nickname | GameObject | private |
| Node | GameObject | |
| onEnterEngine() -> void | GameObject | inlinevirtual |
| onRender() -> void override | sys::Input | virtual |
| onUpdate(float dt) -> void override | sys::Input | virtual |
| operator=(const GameObject &other) -> GameObject & | GameObject | |
| operator=(GameObject &&other) noexcept -> GameObject & | GameObject | |
| parentTo(GameObject *newParent) -> bool | GameObject | virtual |
| parentType | GameObject | private |
| receivesMessages() const -> bool | GameObject | |
| render() -> void | GameObject | virtual |
| renderLayer | GameObject | private |
| renders() const -> bool | GameObject | |
| save(Stream &stream) const -> void override | sys::Input | virtual |
| setActive(const bool shouldBeActive) -> void | GameObject | |
| setEnabled(bool newState) -> void | sys::Input | |
| setGameObjectJson(const json &stream) -> void | GameObject | protected |
| setInternalParent(GameObject *parent) -> bool | GameObject | protected |
| setNickname(const std::string &newNickname) -> void | GameObject | |
| setShouldReceiveMessages(const bool _shouldReceiveMessages) -> void | GameObject | virtual |
| setShouldRender(const bool _shouldRender) -> void | GameObject | virtual |
| setShouldUpdate(const bool _shouldUpdate) -> void | GameObject | virtual |
| shouldReceiveMessages | GameObject | private |
| shouldRender | GameObject | private |
| shouldUpdate | GameObject | private |
| showMenu() -> void override | System | virtual |
| System(const std::string &typeName, Type systemType) | System | protected |
| systemShowMenu() -> void override | sys::Input | protectedvirtual |
| Type enum name | System | |
| type | System | private |
| typeName | GameObject | private |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| ~GameObject() | GameObject | virtual |
| ~Input() override=default | sys::Input |