Gamedev Framework (gf)  0.3.0
A C++11 framework for 2D games
gf::StarShape Member List

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

commitGeometry() const gf::Shape
commitOutlineGeometry() const gf::Shape
draw(RenderTarget &target, RenderStates states) overridegf::Shapevirtual
getBranches() const gf::StarShapeinline
getColor() const gf::Shapeinline
getInverseTransform() const gf::Transformable
getLocalBounds() const gf::Shape
getMaxRadius() const gf::StarShapeinline
getMinRadius() const gf::StarShapeinline
getOrigin() const gf::Transformableinline
getOutlineColor() const gf::Shapeinline
getOutlineThickness() const gf::Shapeinline
getPoint(std::size_t index) const overridegf::StarShapevirtual
getPointCount() const overridegf::StarShapevirtual
getPosition() const gf::Transformableinline
getRotation() const gf::Transformableinline
getScale() const gf::Transformableinline
getTexture() const gf::Shapeinline
getTextureRect() const gf::Shapeinline
getTransform() const gf::Transformable
move(Vector2f offset)gf::Transformable
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setAnchor(Anchor anchor)gf::Shape
setBranches(std::size_t branches)gf::StarShape
setColor(const Color4f &color)gf::Shape
setMaxRadius(float maxRadius)gf::StarShape
setMinRadius(float minRadius)gf::StarShape
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setOutlineColor(const Color4f &color)gf::Shape
setOutlineThickness(float thickness)gf::Shape
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::Shape
setTextureRect(const RectF &rect)gf::Shape
Shape()gf::Shape
StarShape(float minRadius=0, float maxRadius=0, std::size_t branches=7)gf::StarShape
Transformable()gf::Transformable
unsetTexture()gf::Shape
updateGeometry()gf::Shapeprotected
~Drawable()gf::Drawablevirtual