|
Brunot
|
This is the complete list of members for sys::DebugDraw, including all inherited members.
| active | sys::DebugDraw | private |
| addChild(std::unique_ptr< GameObject > newChild) -> bool | GameObject | virtual |
| addLine(const Line &line) -> void | sys::DebugDraw | |
| calculateFormattedName() const | GameObject | |
| checkAddToSceneHook() -> void | GameObject | protected |
| ChildrenHandeler | GameObject | |
| clone() const -> std::unique_ptr< GameObject > override | sys::DebugDraw | inlinevirtual |
| DebugDraw() | sys::DebugDraw | |
| DebugDraw(const DebugDraw &other)=default | sys::DebugDraw | |
| DebugDraw(DebugDraw &&other) noexcept | sys::DebugDraw | |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| drawLine(const Line &line) -> void | sys::DebugDraw | static |
| endWindow() -> void override | sys::DebugDraw | virtual |
| 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 |
| getEnum() -> Type | sys::DebugDraw | inlinestatic |
| getFormattedName() const -> const std::string & | GameObject | |
| getGameObjectJson() const -> json | GameObject | protected |
| getInternalParent() const -> GameObject * | GameObject | |
| getKey() const -> Key override | System | virtual |
| 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 | |
| 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 | |
| lines | sys::DebugDraw | private |
| lineWidth | sys::DebugDraw | private |
| load(Stream &stream) -> void override | sys::DebugDraw | virtual |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| nickname | GameObject | private |
| Node | GameObject | |
| onEnterEngine() -> void | GameObject | inlinevirtual |
| onRender() -> void override | sys::DebugDraw | virtual |
| onUpdate(float dt) -> void override | sys::DebugDraw | virtual |
| operator=(const DebugDraw &other) -> DebugDraw & | sys::DebugDraw | |
| operator=(DebugDraw &&other) noexcept -> DebugDraw &=default | sys::DebugDraw | |
| System::operator=(const GameObject &other) -> GameObject & | GameObject | |
| System::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::DebugDraw | 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 |
| setupMesh() -> GLuint | sys::DebugDraw | private |
| 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::DebugDraw | protectedvirtual |
| Type enum name | System | |
| type | System | private |
| typeName | GameObject | private |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| vertexBuffer | sys::DebugDraw | private |
| ~DebugDraw() override=default | sys::DebugDraw | |
| ~GameObject() | GameObject | virtual |