This is the complete list of members for bomberman::Text, including all inherited members.
| attachToCamera(bool isAttached=true) | bomberman::Object | |
| clip (defined in bomberman::Object) | bomberman::Object | protected |
| colorModB (defined in bomberman::Object) | bomberman::Object | protected |
| colorModG (defined in bomberman::Object) | bomberman::Object | protected |
| colorModR (defined in bomberman::Object) | bomberman::Object | protected |
| draw(const SDL_Rect &camera) const | bomberman::Object | |
| fitToContent() | bomberman::Text | |
| flipping (defined in bomberman::Object) | bomberman::Object | protected |
| getHeight() const | bomberman::Object | |
| getPositionX() const | bomberman::Object | |
| getPositionXF() const | bomberman::Object | |
| getPositionY() const | bomberman::Object | |
| getPositionYF() const | bomberman::Object | |
| getRect() const | bomberman::Object | |
| getRectF() const | bomberman::Object | |
| getWidth() const | bomberman::Object | |
| isVisible() const | bomberman::Object | |
| Object(SDL_Renderer *renderer) | bomberman::Object | |
| positionX (defined in bomberman::Object) | bomberman::Object | protected |
| positionY (defined in bomberman::Object) | bomberman::Object | protected |
| rect (defined in bomberman::Object) | bomberman::Object | protected |
| renderer (defined in bomberman::Object) | bomberman::Object | protected |
| setClip(const int width, const int height, const int x, const int y) | bomberman::Object | |
| setColor(const SDL_Color &color) | bomberman::Text | |
| setColorMod(Uint8 r, Uint8 g, Uint8 b) | bomberman::Object | |
| setFlip(SDL_RendererFlip flip) | bomberman::Object | |
| setPosition(const int x, const int y) | bomberman::Object | |
| setPositionF(const float x, const float y) | bomberman::Object | |
| setSize(const int width, const int height) | bomberman::Object | |
| setText(const std::string &text) | bomberman::Text | |
| setVisible(bool isVisible) | bomberman::Object | |
| Text(std::shared_ptr< TTF_Font > font, SDL_Renderer *renderer, const std::string &text) | bomberman::Text | |
| texture (defined in bomberman::Object) | bomberman::Object | protected |
| update(const unsigned int delta) | bomberman::Object | virtual |
| ~Object() | bomberman::Object | virtual |