sf::Sprite Member List

This is the complete list of members for sf::Sprite, including all inherited members.

Drawable(float Left=0.f, float Top=0.f, float ScaleX=1.f, float ScaleY=1.f, float Rotation=0.f, const Color &Col=Color(255, 255, 255, 255))sf::Drawable
GetColor() constsf::Drawable
GetHeight() constsf::Sprite
GetImage() constsf::Sprite
GetLeft() constsf::Drawable
GetPixel(unsigned int X, unsigned int Y) constsf::Sprite
GetRotation() constsf::Drawable
GetScaleX() constsf::Drawable
GetScaleY() constsf::Drawable
GetSubRect() constsf::Sprite
GetTop() constsf::Drawable
GetWidth() constsf::Sprite
Move(float OffsetX, float OffsetY)sf::Drawable
Render(RenderWindow &Window)sf::Sprite [protected, virtual]
Resize(float Width, float Height)sf::Sprite
Rotate(float Angle)sf::Drawable
Scale(float FactorX, float FactorY)sf::Drawable
SetColor(const Color &Col)sf::Drawable
SetImage(const Image &Img)sf::Sprite
SetLeft(float Left)sf::Drawable
SetRotation(float Rotation)sf::Drawable
SetRotationCenter(float X, float Y)sf::Drawable
SetScale(float ScaleX, float ScaleY)sf::Drawable
SetSubRect(const IntRect &SubRect)sf::Sprite
SetTop(float Top)sf::Drawable
Sprite()sf::Sprite
Sprite(const Image &Img, float Left=0.f, float Top=0.f, float ScaleX=1.f, float ScaleY=1.f, float Rotation=0.f, const Color &Col=Color(255, 255, 255, 255))sf::Sprite
~Drawable()sf::Drawable [virtual]