Simple and Fast Multimedia Library
Documentation for SFML 3.0.0
Initializing search
SFML
Home
Learn
Tutorials
Documentation
Download
Community
Development
Simple and Fast Multimedia Library
Home
Learn
Tutorials
Documentation
Documentation
SFML 3.0.0 (In Development)
SFML 2.6.2
SFML 2.6.1
SFML 2.6.0
SFML 2.5.1
SFML 2.5.0
SFML 2.4.2
SFML 2.4.1
SFML 2.4.0
SFML 2.3.2
SFML 2.3.1
SFML 2.3
SFML 2.2
SFML 2.1
SFML 2.0
SFML 1.6
Download
Community
Development
Main Page
Topics
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
Loading...
Searching...
No Matches
sf
Shape
sf::Shape Member List
This is the complete list of members for
sf::Shape
, including all inherited members.
getFillColor
() const
sf::Shape
getGeometricCenter
() const
sf::Shape
virtual
getGlobalBounds
() const
sf::Shape
getInverseTransform
() const
sf::Transformable
getLocalBounds
() const
sf::Shape
getOrigin
() const
sf::Transformable
getOutlineColor
() const
sf::Shape
getOutlineThickness
() const
sf::Shape
getPoint
(std::size_t index) const =0
sf::Shape
pure virtual
getPointCount
() const =0
sf::Shape
pure virtual
getPosition
() const
sf::Transformable
getRotation
() const
sf::Transformable
getScale
() const
sf::Transformable
getTexture
() const
sf::Shape
getTextureRect
() const
sf::Shape
getTransform
() const
sf::Transformable
move
(Vector2f offset)
sf::Transformable
rotate
(Angle angle)
sf::Transformable
scale
(Vector2f factor)
sf::Transformable
setFillColor
(Color color)
sf::Shape
setOrigin
(Vector2f origin)
sf::Transformable
setOutlineColor
(Color color)
sf::Shape
setOutlineThickness
(float thickness)
sf::Shape
setPosition
(Vector2f position)
sf::Transformable
setRotation
(Angle angle)
sf::Transformable
setScale
(Vector2f factors)
sf::Transformable
setTexture
(const Texture *texture, bool resetRect=false)
sf::Shape
setTextureRect
(const IntRect &rect)
sf::Shape
Transformable
()=default
sf::Transformable
update
()
sf::Shape
protected
~Drawable
()=default
sf::Drawable
virtual
~Transformable
()=default
sf::Transformable
virtual
Back to top