GetColor() const | sfDrawable | |
GetFont() const | sfString | |
GetLeft() const | sfDrawable | |
GetRect() const | sfString | |
GetRotation() const | sfDrawable | |
GetScale() const | sfDrawable | |
GetSize() const | sfString | |
GetText() const | sfString | |
GetTop() const | sfDrawable | |
Move(float OffsetX, float OffsetY) | sfDrawable | |
PreloadFont(const std::string &Font, float Size) | sfString | [static] |
Render(sfRenderWindow &Window) | sfString | [protected, virtual] |
Rotate(float Angle) | sfDrawable | |
Scale(float Factor) | sfDrawable | |
SetColor(const sfColor &Color) | sfDrawable | |
SetFont(const std::string &Font) | sfString | |
SetLeft(float Left) | sfDrawable | |
SetRotation(float Rotation) | sfDrawable | |
SetRotationCenter(float X, float Y) | sfDrawable | |
SetScale(float Scale) | sfDrawable | |
SetSize(float Size) | sfString | |
SetText(const std::string &Text) | sfString | |
SetTop(float Top) | sfDrawable | |
sfDrawable(float Left=0.f, float Top=0.f, float Scale=1.f, float Rotation=0.f, const sfColor &Color=sfColor(255, 255, 255, 255)) | sfDrawable | |
sfString(const std::string &Text="", const std::string &Font="", float Size=32.f) | sfString | |
~sfDrawable() | sfDrawable | [virtual] |