|
Brunot
|
This is the complete list of members for Root, including all inherited members.
| addChild(std::unique_ptr< GameObject > newChild) -> bool override | Root | virtual |
| calculateFormattedName() const | GameObject | |
| checkAddToSceneHook() -> void | GameObject | protected |
| ChildrenHandeler | GameObject | |
| clone() const -> std::unique_ptr< GameObject > override | Root | virtual |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| endWindow() -> void override | Root | 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 |
| getFormattedName() const -> const std::string & | GameObject | |
| getGameObjectJson() const -> json | GameObject | protected |
| getInternalParent() const -> GameObject * | GameObject | |
| getKey() const -> Key | GameObject | virtual |
| getName() const -> const std::string & | GameObject | |
| getNickname() const -> const std::string & | GameObject | |
| getObjectType() const -> gobj::Type | GameObject | |
| getParent() const -> GameObject * | GameObject | virtual |
| getUUID() const -> gobj::UUID | GameObject | |
| inEngine | GameObject | private |
| internalParent | GameObject | private |
| isActive() const -> bool | GameObject | |
| isDestroyed | GameObject | private |
| isType(gobj::Type otherType) const -> bool | GameObject | |
| isUUID(gobj::UUID compareUUID) const -> bool | GameObject | |
| load(Stream &stream) -> void override | Root | virtual |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| nickname | GameObject | private |
| Node | GameObject | |
| onEnterEngine() -> void | GameObject | inlinevirtual |
| onRender() -> void override | Root | virtual |
| onUpdate(float dt) -> void override | Root | virtual |
| operator=(const Root &other) -> Root &=delete | Root | |
| operator=(Root &&other) noexcept -> Root &=delete | Root | |
| GameObject::operator=(const GameObject &other) -> GameObject & | 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 | |
| Root() | Root | inline |
| Root(const Root &other)=delete | Root | |
| Root(Root &&other)=delete | Root | |
| save(Stream &stream) const -> void override | Root | virtual |
| setActive(const bool shouldBeActive) -> void | GameObject | |
| 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 |
| setup() -> void | Root | |
| shouldReceiveMessages | GameObject | private |
| shouldRender | GameObject | private |
| shouldUpdate | GameObject | private |
| showMenu() -> void override | Root | inlinevirtual |
| startSystem() -> void | Root | private |
| type | GameObject | private |
| typeName | GameObject | private |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| ~GameObject() | GameObject | virtual |