Brunot
Loading...
Searching...
No Matches
Root Member List

This is the complete list of members for Root, including all inherited members.

addChild(std::unique_ptr< GameObject > newChild) -> bool overrideRootvirtual
calculateFormattedName() constGameObject
checkAddToSceneHook() -> voidGameObjectprotected
ChildrenHandelerGameObject
clone() const -> std::unique_ptr< GameObject > overrideRootvirtual
destroy() -> voidGameObjectvirtual
destroyed() const -> boolGameObject
endWindow() -> void overrideRootinlinevirtual
EngineGameObject
EntityGameObject
for_each(std::function< void(GameObject &)> func) -> voidGameObjectvirtual
for_each(std::function< void(const GameObject &)> func) const -> voidGameObjectvirtual
formattedNameGameObjectmutableprivate
GameObject(std::string typeName, gobj::Type parentType, gobj::Type type)GameObject
GameObject(const GameObject &other)GameObject
GameObject(GameObject &&other) noexceptGameObject
getChildren() const -> std::shared_ptr< std::vector< GameObject * > >GameObjectprotectedvirtual
getFormattedName() const -> const std::string &GameObject
getGameObjectJson() const -> jsonGameObjectprotected
getInternalParent() const -> GameObject *GameObject
getKey() const -> KeyGameObjectvirtual
getName() const -> const std::string &GameObject
getNickname() const -> const std::string &GameObject
getObjectType() const -> gobj::TypeGameObject
getParent() const -> GameObject *GameObjectvirtual
getUUID() const -> gobj::UUIDGameObject
inEngineGameObjectprivate
internalParentGameObjectprivate
isActive() const -> boolGameObject
isDestroyedGameObjectprivate
isType(gobj::Type otherType) const -> boolGameObject
isUUID(gobj::UUID compareUUID) const -> boolGameObject
load(Stream &stream) -> void overrideRootvirtual
nameEquals(const std::string &compareString) const -> boolGameObject
nicknameGameObjectprivate
NodeGameObject
onEnterEngine() -> voidGameObjectinlinevirtual
onRender() -> void overrideRootvirtual
onUpdate(float dt) -> void overrideRootvirtual
operator=(const Root &other) -> Root &=deleteRoot
operator=(Root &&other) noexcept -> Root &=deleteRoot
GameObject::operator=(const GameObject &other) -> GameObject &GameObject
GameObject::operator=(GameObject &&other) noexcept -> GameObject &GameObject
parentTo(GameObject *newParent) -> boolGameObjectvirtual
parentTypeGameObjectprivate
receivesMessages() const -> boolGameObject
render() -> voidGameObjectvirtual
renderLayerGameObjectprivate
renders() const -> boolGameObject
Root()Rootinline
Root(const Root &other)=deleteRoot
Root(Root &&other)=deleteRoot
save(Stream &stream) const -> void overrideRootvirtual
setActive(const bool shouldBeActive) -> voidGameObject
setGameObjectJson(const json &stream) -> voidGameObjectprotected
setInternalParent(GameObject *parent) -> boolGameObjectprotected
setNickname(const std::string &newNickname) -> voidGameObject
setShouldReceiveMessages(const bool _shouldReceiveMessages) -> voidGameObjectvirtual
setShouldRender(const bool _shouldRender) -> voidGameObjectvirtual
setShouldUpdate(const bool _shouldUpdate) -> voidGameObjectvirtual
setup() -> voidRoot
shouldReceiveMessagesGameObjectprivate
shouldRenderGameObjectprivate
shouldUpdateGameObjectprivate
showMenu() -> void overrideRootinlinevirtual
startSystem() -> voidRootprivate
typeGameObjectprivate
typeNameGameObjectprivate
update(float dt) -> voidGameObjectvirtual
updates() const -> boolGameObject
uuidGameObjectprivate
~GameObject()GameObjectvirtual