|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::TextRef, including all inherited members.
| AppendString(std::string_view string) | SDL::Text | inline |
| begin() const | SDL::Text | |
| DeleteString(int offset, int length) | SDL::Text | inline |
| Destroy() | SDL::Text | inline |
| DrawRenderer(FPoint p) const | SDL::Text | inline |
| DrawSurface(Point p, SurfaceParam surface) const | SDL::Text | inline |
| end() const | SDL::Text | |
| get() const | SDL::Text | inline |
| GetColor(Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a) const | SDL::Text | inline |
| GetColor() const | SDL::Text | inline |
| GetColorFloat(float *r, float *g, float *b, float *a) const | SDL::Text | inline |
| GetColorFloat() const | SDL::Text | inline |
| GetDirection() const | SDL::Text | inline |
| GetEngine() const | SDL::Text | inline |
| GetFont() const | SDL::Text | inline |
| GetGPUDrawData() const | SDL::Text | inline |
| GetNextSubString(const SubString &substring, SubString *next) const | SDL::Text | inline |
| GetNumLines() const | SDL::Text | inline |
| GetPosition(int *x, int *y) const | SDL::Text | inline |
| GetPosition() const | SDL::Text | inline |
| GetPreviousSubString(const SubString &substring, SubString *previous) const | SDL::Text | inline |
| GetProperties() const | SDL::Text | inline |
| GetScript() const | SDL::Text | inline |
| GetSize(int *w, int *h) const | SDL::Text | inline |
| GetSize() const | SDL::Text | inline |
| GetSubString(int offset, SubString *substring) const | SDL::Text | inline |
| GetSubStringForLine(int line) const | SDL::Text | |
| GetSubStringForLine(int line, SubString *substring) const | SDL::Text | inline |
| GetSubStringForPoint(Point p) const | SDL::Text | |
| GetSubStringForPoint(Point p, SubString *substring) const | SDL::Text | inline |
| GetSubStrings() const | SDL::Text | inline |
| GetSubStringsForRange(int offset, int length=-1) const | SDL::Text | inline |
| GetText() const | SDL::Text | inline |
| GetWrapWidth() const | SDL::Text | inline |
| InsertString(int offset, std::string_view string) | SDL::Text | inline |
| IsWrapWhitespaceVisible() const | SDL::Text | inline |
| operator bool() const | SDL::Text | inlineexplicit |
| operator TextParam() const | SDL::Text | inline |
| operator->() const | SDL::Text | inline |
| operator->() | SDL::Text | inline |
| operator<=>(const Text &other) const =default | SDL::Text | |
| operator=(Text other) | SDL::Text | inline |
| operator==(std::nullptr_t _) const | SDL::Text | inline |
| release() | SDL::Text | inline |
| SetColor(Color c) | SDL::Text | inline |
| SetColorFloat(FColor c) | SDL::Text | inline |
| SetDirection(Direction direction) | SDL::Text | inline |
| SetEngine(TextEngineParam engine) | SDL::Text | inline |
| SetFont(FontParam font) | SDL::Text | inline |
| SetPosition(Point p) | SDL::Text | inline |
| SetScript(Uint32 script) | SDL::Text | inline |
| SetString(std::string_view string) | SDL::Text | inline |
| SetWrapWhitespaceVisible(bool visible) | SDL::Text | inline |
| SetWrapWidth(int wrap_width) | SDL::Text | inline |
| Text()=default | SDL::Text | |
| Text(const TextRaw resource) | SDL::Text | inlineexplicit |
| Text(const Text &other)=delete | SDL::Text | |
| Text(Text &&other) | SDL::Text | inline |
| Text(const TextRef &other)=delete (defined in SDL::Text) | SDL::Text | |
| Text(TextRef &&other)=delete (defined in SDL::Text) | SDL::Text | |
| Text(TextEngineParam engine, FontParam font, std::string_view text) | SDL::Text | inline |
| TextRef(TextParam resource=nullptr) | SDL::TextRef | inline |
| TextRef(const TextRef &other) | SDL::TextRef | inline |
| Update() | SDL::Text | inline |
| ~Text() | SDL::Text | inline |
| ~TextRef() | SDL::TextRef | inline |