Bold enum value | sf::String | |
Drawable(const Vector2f &Position=Vector2f(0, 0), const Vector2f &Scale=Vector2f(1, 1), float Rotation=0.f, const Color &Col=Color(255, 255, 255, 255)) | sf::Drawable | |
GetBlendMode() const | sf::Drawable | |
GetCenter() const | sf::Drawable | |
GetColor() const | sf::Drawable | |
GetFont() const | sf::String | |
GetMatrix() const | sf::Drawable | [protected] |
GetPosition() const | sf::Drawable | |
GetRect() const | sf::String | |
GetRotation() const | sf::Drawable | |
GetScale() const | sf::Drawable | |
GetSize() const | sf::String | |
GetStyle() const | sf::String | |
GetText() const | sf::String | |
GetUnicodeText() const | sf::String | |
Italic enum value | sf::String | |
Move(float OffsetX, float OffsetY) | sf::Drawable | |
Move(const Vector2f &Offset) | sf::Drawable | |
Regular enum value | sf::String | |
Render(const RenderWindow &Window) const | sf::String | [protected, virtual] |
Rotate(float Angle) | sf::Drawable | |
Scale(float FactorX, float FactorY) | sf::Drawable | |
Scale(const Vector2f &Factor) | sf::Drawable | |
SetBlendMode(Blend::Mode Mode) | sf::Drawable | |
SetCenter(float CenterX, float CenterY) | sf::Drawable | |
SetCenter(const Vector2f &Center) | sf::Drawable | |
SetColor(const Color &Col) | sf::Drawable | |
SetFont(const Font &CharFont) | sf::String | |
SetPosition(float X, float Y) | sf::Drawable | |
SetPosition(const Vector2f &Position) | sf::Drawable | |
SetRotation(float Rotation) | sf::Drawable | |
SetScale(float ScaleX, float ScaleY) | sf::Drawable | |
SetScale(const Vector2f &Scale) | sf::Drawable | |
SetScaleX(float FactorX) | sf::Drawable | |
SetScaleY(float FactorY) | sf::Drawable | |
SetSize(float Size) | sf::String | |
SetStyle(unsigned long TextStyle) | sf::String | |
SetText(const std::string &Text) | sf::String | |
SetText(const std::wstring &Text) | sf::String | |
SetX(float X) | sf::Drawable | |
SetY(float Y) | sf::Drawable | |
String(const std::string &Text, const Font &CharFont=Font::GetDefaultFont(), float Size=30.f) | sf::String | |
String(const std::wstring &Text=L"", const Font &CharFont=Font::GetDefaultFont(), float Size=30.f) | sf::String | |
Style enum name | sf::String | |
Underlined enum value | sf::String | |
~Drawable() | sf::Drawable | [virtual] |