|
Brunot
|
This is the complete list of members for sys::OpenGL, including all inherited members.
| addChild(std::unique_ptr< GameObject > newChild) -> bool | GameObject | virtual |
| backgroundBlueVal | sys::OpenGL | private |
| backgroundGreenVal | sys::OpenGL | private |
| backgroundRedVal | sys::OpenGL | private |
| bindFrameBuffer() -> void | sys::OpenGL | |
| calculateFormattedName() const | GameObject | |
| cardFile | sys::OpenGL | private |
| cardPosition | sys::OpenGL | private |
| checkAddToSceneHook() -> void | GameObject | protected |
| ChildrenHandeler | GameObject | |
| clone() const -> std::unique_ptr< GameObject > override | sys::OpenGL | virtual |
| colorShader | sys::OpenGL | private |
| ColorShaderFile | sys::OpenGL | private |
| createFrameBuffer() -> void | sys::OpenGL | |
| createMesh() -> void | sys::OpenGL | private |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| draw(GLuint shader, float scale, float rotation, Eigen::Vector4f position, GLuint mesh, int vertexCount, GLuint texture) | sys::OpenGL | privatestatic |
| endWindow() -> void override | sys::OpenGL | inlinevirtual |
| Engine | GameObject | |
| Entity | GameObject | |
| finishFrame() const -> void | sys::OpenGL | |
| 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 |
| frameBuffer | sys::OpenGL | private |
| 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::OpenGL | inlinestatic |
| getFormattedName() const -> const std::string & | GameObject | |
| getGameObjectJson() const -> json | GameObject | protected |
| getHeight() const -> int | sys::OpenGL | |
| 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 |
| getTextureID() const -> GLuint | sys::OpenGL | |
| getUUID() const -> gobj::UUID | GameObject | |
| getWidth() const -> int | sys::OpenGL | |
| getWindow() const -> GLFWwindow * | sys::OpenGL | |
| height | sys::OpenGL | private |
| 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 | |
| linkMessages() -> void | sys::OpenGL | private |
| load(Stream &stream) -> void override | sys::OpenGL | virtual |
| lookAt(const Eigen::Vector3f &eye, Eigen::Vector3f center, Eigen::Vector3f up) -> Eigen::Matrix4f | sys::OpenGL | privatestatic |
| meshID | sys::OpenGL | private |
| meshVertexBufferID | sys::OpenGL | private |
| meshVertexCount | sys::OpenGL | private |
| monitorHandle | sys::OpenGL | private |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| nickname | GameObject | private |
| Node | GameObject | |
| onEnterEngine() -> void override | sys::OpenGL | virtual |
| onRender() -> void override | sys::OpenGL | virtual |
| onUpdate(float dt) -> void override | sys::OpenGL | virtual |
| OpenGL() | sys::OpenGL | |
| 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 | |
| receiveToggleWindowedFullScreen(const Message *message) -> Message | sys::OpenGL | private |
| render() -> void | GameObject | virtual |
| renderBuffer | sys::OpenGL | private |
| renderLayer | GameObject | private |
| renders() const -> bool | GameObject | |
| rescaleFrameBuffer() -> void | sys::OpenGL | |
| save(Stream &stream) const -> void override | sys::OpenGL | virtual |
| setActive(const bool shouldBeActive) -> void | GameObject | |
| setGameObjectJson(const json &stream) -> void | GameObject | protected |
| setHeight(int height) -> void | sys::OpenGL | |
| setInternalParent(GameObject *parent) -> bool | GameObject | protected |
| setNickname(const std::string &newNickname) -> void | GameObject | |
| setShaderUniforms() const -> void | sys::OpenGL | private |
| setShouldReceiveMessages(const bool _shouldReceiveMessages) -> void | GameObject | virtual |
| setShouldRender(const bool _shouldRender) -> void | GameObject | virtual |
| setShouldUpdate(const bool _shouldUpdate) -> void | GameObject | virtual |
| setWidth(int width) -> void | sys::OpenGL | |
| 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::OpenGL | protectedvirtual |
| textureID | sys::OpenGL | private |
| textureShader | sys::OpenGL | private |
| TextureShaderFile | sys::OpenGL | private |
| Type enum name | System | |
| type | System | private |
| typeName | GameObject | private |
| unbindFrameBuffer() -> void | sys::OpenGL | |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| VertexShaderFile | sys::OpenGL | private |
| videoMode | sys::OpenGL | private |
| width | sys::OpenGL | private |
| windowHandle | sys::OpenGL | private |
| windowIcon | sys::OpenGL | private |
| ~GameObject() | GameObject | virtual |
| ~OpenGL() override | sys::OpenGL |