R-TYPE
|
This is the complete list of members for ECS::Text, including all inherited members.
getFont() const noexcept | ECS::Text | |
getPosition() const noexcept | ECS::Text | |
getSentence() const noexcept | ECS::Text | |
getText() noexcept | ECS::Text | |
getTextSize() const noexcept | ECS::Text | |
operator=(const Text &) const noexcept=delete | ECS::Text | |
operator=(Text &&) const noexcept=delete | ECS::Text | |
setFont(sf::Font &font) noexcept | ECS::Text | |
setPosition(int x, int y) noexcept | ECS::Text | |
setPosition(sf::Vector2f pos) noexcept | ECS::Text | |
setSentence(const std::string &text) noexcept | ECS::Text | |
setSizeText(int) noexcept | ECS::Text | |
Text(sf::Font &font, const std::string &sentence, int size, sf::Vector2f pos) noexcept | ECS::Text | explicit |
Text(const Text &text) noexcept | ECS::Text | |
Text(Text &&) noexcept=delete | ECS::Text | explicit |
~IComp() noexcept=default | ECS::IComp | virtual |
~Text() noexcept override=default | ECS::Text |