|
Brunot
|
This is the complete list of members for Texture, including all inherited members.
| _name | Texture | private |
| activate() const -> void | Texture | |
| deactivate() const -> void | Texture | |
| format | Texture | private |
| frames | Texture | private |
| from_json(const json &j, Texture &a) ->void | Texture | friend |
| getFrames() const -> unsigned | Texture | |
| getTextureHeight() const -> int | Texture | |
| getTextureID() const -> GLuint | Texture | |
| getTextureWidth() const -> int | Texture | |
| getTilesHigh() const -> unsigned | Texture | |
| getTilesWide() const -> unsigned | Texture | |
| imageData | Texture | private |
| imagePath | Texture | private |
| load(Stream &stream) -> void | Texture | |
| loadFile(const std::string &fileName) -> void | Texture | |
| name() const -> const std::string & | Texture | |
| name(const std::string &name) -> void | Texture | |
| numPerPixel | Texture | private |
| operator=(const Texture &other) -> Texture & | Texture | |
| operator=(Texture &&other) noexcept -> Texture & | Texture | |
| save(Stream &stream) const -> void | Texture | |
| Texture() | Texture | |
| Texture(const std::string &fileName) | Texture | |
| Texture(const Texture &other) | Texture | |
| Texture(Texture &&other) noexcept | Texture | |
| textureHeight | Texture | private |
| textureID | Texture | private |
| textureWidth | Texture | private |
| tilesHigh | Texture | private |
| tilesWide | Texture | private |
| to_json(json &j, const Texture &a) ->void | Texture | friend |
| ~Texture() | Texture |