|
GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::Image, including all inherited members.
| clipRect() const | gk::Image | inline |
| draw(RenderTarget &target, RenderStates states) const override | gk::Image | protectedvirtual |
| getOrigin() const | gk::Transformable | inline |
| getPosition() const | gk::Transformable | inline |
| getRotation() const | gk::Transformable | inline |
| getScale() const | gk::Transformable | inline |
| getTransform() const | gk::Transformable | |
| height() const | gk::Image | inline |
| Image()=default | gk::Image | |
| Image(const std::string &textureName) | gk::Image | |
| Image(const Texture &texture) | gk::Image | |
| load(const Image &image) | gk::Image | |
| load(const std::string &textureName) | gk::Image | |
| load(const Texture &texture) | gk::Image | |
| m_clipRect | gk::Image | private |
| m_color | gk::Image | private |
| m_height | gk::Image | private |
| m_isFlipped | gk::Image | private |
| m_posRect | gk::Image | private |
| m_texture | gk::Image | protected |
| m_vbo | gk::Image | protected |
| m_width | gk::Image | private |
| move(float offsetX, float offsetY, float offsetZ=0) | gk::Transformable | |
| move(const Vector3f &offset) | gk::Transformable | |
| posRect() const | gk::Image | inline |
| rotate(float angle) | gk::Transformable | |
| rotate(float angle, const Vector3f &axis) | gk::Transformable | |
| scale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| scale(const Vector3f &factor) | gk::Transformable | |
| setAlphaMod(u8 alpha) | gk::Image | inline |
| setClipRect(float x, float y, u16 width, u16 height) | gk::Image | |
| setColor(const Color &color) | gk::Image | inline |
| setFlip(bool isFlipped) | gk::Image | inline |
| setOrigin(float x, float y, float z=0) | gk::Transformable | |
| setOrigin(const Vector3f &origin) | gk::Transformable | inline |
| setPosition(float x, float y, float z=0) | gk::Transformable | |
| setPosition(const Vector3f &position) | gk::Transformable | inline |
| setPosRect(float x, float y, u16 width, u16 height) | gk::Image | |
| setRotation(float angle) | gk::Transformable | inline |
| setRotation(float angle, const Vector3f &axis) | gk::Transformable | |
| setScale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| setScale(const Vector3f &factors) | gk::Transformable | inline |
| updateVertexBuffer() const | gk::Image | protected |
| width() const | gk::Image | inline |
| ~IDrawable()=default | gk::IDrawable | virtual |
| ~Transformable()=default | gk::Transformable | virtual |
1.8.12