Gamedev Framework (gf)  0.7.0
A C++14 framework for 2D games
gf::Sprite Member List

This is the complete list of members for gf::Sprite, including all inherited members.

commitGeometry() constgf::Sprite
draw(RenderTarget &target, RenderStates states) overridegf::Spritevirtual
getColor() constgf::Sprite
getInverseTransform() constgf::Transformable
getLocalBounds() constgf::Sprite
getOrigin() constgf::Transformableinline
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTexture() constgf::Spriteinline
getTextureRect() constgf::Spriteinline
getTransform() constgf::Transformable
hasTexture() constgf::Spriteinline
move(Vector2f offset)gf::Transformable
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setAnchor(Anchor anchor)gf::Sprite
setColor(const Color4f &color)gf::Sprite
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setPosition(Vector2f position)gf::Transformable
setRotation(float angle)gf::Transformable
setScale(Vector2f factors)gf::Transformable
setScale(float factor)gf::Transformableinline
setTexture(const Texture &texture, bool resetRect=false)gf::Sprite
setTextureRect(const RectF &rect)gf::Sprite
Sprite()gf::Sprite
Sprite(const Texture &texture)gf::Sprite
Sprite(const Texture &texture, const RectF &textureRect)gf::Sprite
Transformable()gf::Transformable
unsetTexture()gf::Sprite
~Drawable()gf::Drawablevirtual