Learn
Download
Community
Development
Home
»
Learn
»
2.1 Documentation
»
Member List
Français
Donate
Documentation of SFML 2.1
Warning:
this page refers to an old version of SFML. Click here to switch to the latest version.
Main Page
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
sf
RectangleShape
sf::RectangleShape Member List
This is the complete list of members for
sf::RectangleShape
, including all inherited members.
getFillColor
() const
sf::Shape
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
(unsigned int index) const
sf::RectangleShape
virtual
getPointCount
() const
sf::RectangleShape
virtual
getPosition
() const
sf::Transformable
getRotation
() const
sf::Transformable
getScale
() const
sf::Transformable
getSize
() const
sf::RectangleShape
getTexture
() const
sf::Shape
getTextureRect
() const
sf::Shape
getTransform
() const
sf::Transformable
move
(float offsetX, float offsetY)
sf::Transformable
move
(const Vector2f &offset)
sf::Transformable
RectangleShape
(const Vector2f &size=Vector2f(0, 0))
sf::RectangleShape
explicit
rotate
(float angle)
sf::Transformable
scale
(float factorX, float factorY)
sf::Transformable
scale
(const Vector2f &factor)
sf::Transformable
setFillColor
(const Color &color)
sf::Shape
setOrigin
(float x, float y)
sf::Transformable
setOrigin
(const Vector2f &origin)
sf::Transformable
setOutlineColor
(const Color &color)
sf::Shape
setOutlineThickness
(float thickness)
sf::Shape
setPosition
(float x, float y)
sf::Transformable
setPosition
(const Vector2f &position)
sf::Transformable
setRotation
(float angle)
sf::Transformable
setScale
(float factorX, float factorY)
sf::Transformable
setScale
(const Vector2f &factors)
sf::Transformable
setSize
(const Vector2f &size)
sf::RectangleShape
setTexture
(const Texture *texture, bool resetRect=false)
sf::Shape
setTextureRect
(const IntRect &rect)
sf::Shape
Shape
()
sf::Shape
protected
Transformable
()
sf::Transformable
update
()
sf::Shape
protected
~Drawable
()
sf::Drawable
inline
virtual
~Shape
()
sf::Shape
virtual
~Transformable
()
sf::Transformable
virtual