This is the complete list of members for gf::Pie, including all inherited members.
commitGeometry() const | gf::Shape | |
commitOutlineGeometry() const | gf::Shape | |
draw(RenderTarget &target, const RenderStates &states) override | gf::Shape | virtual |
getColor() const | gf::Shape | inline |
getInverseTransform() const | gf::Transformable | |
getLocalBounds() const | gf::Shape | |
getOrigin() const | gf::Transformable | inline |
getOutlineColor() const | gf::Shape | inline |
getOutlineThickness() const | gf::Shape | inline |
getPoint(std::size_t index) const override | gf::Pie | virtual |
getPointCount() const override | gf::Pie | virtual |
getPosition() const | gf::Transformable | inline |
getRadius() const | gf::Pie | inline |
getRotation() const | gf::Transformable | inline |
getScale() const | gf::Transformable | inline |
getTexture() const | gf::Shape | inline |
getTextureRect() const | gf::Shape | inline |
getTransform() const | gf::Transformable | |
hasTexture() const | gf::Shape | inline |
move(Vector2f offset) | gf::Transformable | |
Negative enum value | gf::Pie | |
Pie(float radius, float angle0, float angle1, Variation variation=Positive, std::size_t pointCount=30) | gf::Pie | |
Positive enum value | gf::Pie | |
rotate(float angle) | gf::Transformable | |
scale(Vector2f factors) | gf::Transformable | |
scale(float factor) | gf::Transformable | inline |
setAnchor(Anchor anchor) | gf::Shape | |
setAngleRange(float angle0, float angle1, Variation variation) | gf::Pie | |
setColor(const Color4f &color) | gf::Shape | |
setOrigin(Vector2f origin) | gf::Transformable | |
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds) | gf::Transformable | protected |
setOutlineColor(const Color4f &color) | gf::Shape | |
setOutlineThickness(float thickness) | gf::Shape | |
setPointCount(std::size_t pointCount) | gf::Pie | |
setPosition(Vector2f position) | gf::Transformable | |
setRadius(float radius) | gf::Pie | |
setRotation(float angle) | gf::Transformable | |
setScale(Vector2f factors) | gf::Transformable | |
setScale(float factor) | gf::Transformable | inline |
setTexture(const Texture &texture, bool resetRect) | gf::Shape | |
setTexture(const Texture &texture, const RectF &textureRect=RectF::fromSize({ 1.0f, 1.0f })) | gf::Shape | |
setTextureRect(const RectF &rect) | gf::Shape | |
Shape() | gf::Shape | |
Transformable() | gf::Transformable | |
unsetTexture() | gf::Shape | |
updateAutoBounds() | gf::Shape | protected |
updateBounds(RectF bounds) | gf::Shape | protected |
updateGeometry() | gf::Shape | protected |
Variation enum name | gf::Pie | |
~Drawable() | gf::Drawable | virtual |