This is the complete list of members for C_Text, including all inherited members.
C_Text(std::string text, std::string fontLocation, SDL_Renderer *renderer) | C_Text | |
C_Text(std::string text, std::string fontLocation, int fontSize, SDL_Renderer *renderer) | C_Text | |
C_Text(std::string text, std::string fontLocation, SDL_Renderer *renderer, int r, int g, int b) | C_Text | |
C_Text(std::string text, std::string fontLocation, SDL_Renderer *renderer, SDL_Colour fontColour) | C_Text | |
C_Text(std::string text, std::string fontLocation, int fontSize, SDL_Renderer *renderer, int r, int g, int b) | C_Text | |
C_Text(std::string text, std::string fontLocation, int fontSize, SDL_Renderer *renderer, SDL_Colour fontColour) | C_Text | |
createTextTexture() | C_Text | private |
dimensions | C_Text | private |
font | C_Text | private |
fontColour | C_Text | private |
fontLocation | C_Text | private |
fontSize | C_Text | private |
getDimensions() | C_Text | |
pushToScreen(C_Vec2 pos) | C_Text | |
renderer | C_Text | private |
setColour(int r, int g, int b) | C_Text | |
setColour(SDL_Colour colour) | C_Text | |
setFont(std::string fontLocation) | C_Text | |
setFontSize(int fontSize) | C_Text | |
setText(std::string text) | C_Text | |
text | C_Text | private |
textureData | C_Text | private |
~C_Text() | C_Text |