![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
This is the complete list of members for gf::Grid, including all inherited members.
commitGeometry() const | gf::Grid | |
createHexagonal(Vector2i gridSize, Vector2f cellSize, float sideLength, CellAxis axis, CellIndex index) | gf::Grid | static |
createHexagonal(Vector2i gridSize, float radius, CellAxis axis, CellIndex index) | gf::Grid | static |
createOrthogonal(Vector2i gridSize, Vector2f cellSize) | gf::Grid | static |
createStaggered(Vector2i gridSize, Vector2f cellSize, CellAxis axis, CellIndex index) | gf::Grid | static |
draw(RenderTarget &target, const RenderStates &states) override | gf::Grid | virtual |
getColor() const noexcept | gf::Grid | inline |
getGridSize() const noexcept | gf::Grid | inline |
getInverseTransform() const | gf::Transformable | |
getLineWidth() const noexcept | gf::Grid | inline |
getLocalBounds() const | gf::Grid | |
getOrigin() const | gf::Transformable | inline |
getPosition() const | gf::Transformable | inline |
getRotation() const | gf::Transformable | inline |
getScale() const | gf::Transformable | inline |
getSelectedColor() const noexcept | gf::Grid | inline |
getTransform() const | gf::Transformable | |
Grid() | gf::Grid | |
hover(Vector2f pointer) | gf::Grid | |
move(Vector2f offset) | gf::Transformable | |
rotate(float angle) | gf::Transformable | |
scale(Vector2f factors) | gf::Transformable | |
scale(float factor) | gf::Transformable | inline |
setAnchor(Anchor anchor) | gf::Grid | |
setColor(const Color4f &color) | gf::Grid | |
setGridSize(Vector2i gridSize) | gf::Grid | |
setLineWidth(float lineWidth) noexcept | gf::Grid | inline |
setOrigin(Vector2f origin) | gf::Transformable | |
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds) | gf::Transformable | protected |
setPosition(Vector2f position) | gf::Transformable | |
setRotation(float angle) | gf::Transformable | |
setScale(Vector2f factors) | gf::Transformable | |
setScale(float factor) | gf::Transformable | inline |
setSelectedColor(const Color4f &color) | gf::Grid | |
Transformable() | gf::Transformable | |
~Drawable() | gf::Drawable | virtual |