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() 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 | |
SetColor(const Color &Col) | sf::Drawable | |
SetLeft(float Left) | sf::Drawable | |
SetRotation(float Rotation) | sf::Drawable | |
SetRotationCenter(float X, float Y) | sf::Drawable | |
SetScale(float ScaleX, float ScaleY) | sf::Drawable | |
SetTop(float Top) | sf::Drawable | |
~Drawable() | sf::Drawable | [virtual] |