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 | |
GetFont() const | sf::String | |
GetLeft() const | sf::Drawable | |
GetRect() const | sf::String | |
GetRotation() const | sf::Drawable | |
GetScaleX() const | sf::Drawable | |
GetScaleY() const | sf::Drawable | |
GetSize() const | sf::String | |
GetText() const | sf::String | |
GetTop() const | sf::Drawable | |
GetUnicodeText() const | sf::String | |
Move(float OffsetX, float OffsetY) | sf::Drawable | |
PreloadFont(const std::string &Font, float Size, std::wstring Charset=L"") | sf::String | [static] |
Render(const RenderWindow &Window) const | sf::String | [protected, virtual] |
Rotate(float Angle) | sf::Drawable | |
Scale(float FactorX, float FactorY) | sf::Drawable | |
SetBlendMode(Blend::Mode Mode) | sf::Drawable | |
SetColor(const Color &Col) | sf::Drawable | |
SetFont(const std::string &Font) | sf::String | |
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 | |
SetSize(float Size) | sf::String | |
SetText(const std::string &Text) | sf::String | |
SetText(const std::wstring &Text) | sf::String | |
SetTop(float Top) | sf::Drawable | |
String(const std::string &Text, const std::string &Font="", float Size=32.f) | sf::String | |
String(const std::wstring &Text=L"", const std::string &Font="", float Size=32.f) | sf::String | |
~Drawable() | sf::Drawable | [virtual] |