| 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 | |
| GetBlendMode() const | sf::Drawable | |
| GetColor() const | sf::Drawable | |
| GetLeft() const | sf::Drawable | |
| GetRotation() const | sf::Drawable | |
| GetScaleX() const | sf::Drawable | |
| GetScaleY() const | sf::Drawable | |
| GetTop() const | sf::Drawable | |
| Move(float OffsetX, float OffsetY) | sf::Drawable | |
| RenderWindow class | sf::Drawable | [friend] |
| Rotate(float Angle) | sf::Drawable | |
| Scale(float FactorX, float FactorY) | sf::Drawable | |
| SetBlendMode(Blend::Mode Mode) | sf::Drawable | |
| SetColor(const Color &Col) | sf::Drawable | |
| SetLeft(float Left) | sf::Drawable | |
| SetPosition(float Left, float Top) | sf::Drawable | |
| SetRotation(float Rotation) | sf::Drawable | |
| SetRotationCenter(float X, float Y) | sf::Drawable | |
| SetScale(float ScaleX, float ScaleY) | sf::Drawable | |
| SetScaleX(float Scale) | sf::Drawable | |
| SetScaleY(float Scale) | sf::Drawable | |
| SetTop(float Top) | sf::Drawable | |
| ~Drawable() | sf::Drawable | [virtual] |