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

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

commitGeometry() constgf::SquareGrid
draw(RenderTarget &target, RenderStates states) overridegf::SquareGridvirtual
getCellSize() const noexceptgf::SquareGridinline
getColor() const noexceptgf::SquareGridinline
getGridSize() const noexceptgf::SquareGridinline
getInverseTransform() constgf::Transformable
getLineWidth() const noexceptgf::SquareGridinline
getLocalBounds() constgf::SquareGrid
getOrigin() constgf::Transformableinline
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getTransform() constgf::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::SquareGrid
setCellSize(Vector2f cellSize)gf::SquareGrid
setColor(const Color4f &color)gf::SquareGrid
setGridSize(Vector2u gridSize)gf::SquareGrid
setLineWidth(float lineWidth) noexceptgf::SquareGridinline
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
SquareGrid(Vector2u gridSize, Vector2f cellSize, const Color4f &color, float lineWidth=1.0f)gf::SquareGrid
Transformable()gf::Transformable
~Drawable()gf::Drawablevirtual