TGUI
0.7.8
|
This is the complete list of members for tgui::Texture, including all inherited members.
getColor() const | tgui::Texture | |
getData() | tgui::Texture | |
getData() const | tgui::Texture | |
getId() const | tgui::Texture | |
getImageLoader() | tgui::Texture | static |
getImageSize() const | tgui::Texture | inline |
getMiddleRect() const | tgui::Texture | inline |
getScalingType() const | tgui::Texture | inline |
getSize() const | tgui::Texture | inline |
getTextureLoader() | tgui::Texture | static |
getTextureRect() const | tgui::Texture | inline |
isLoaded() const | tgui::Texture | inline |
isSmooth() const | tgui::Texture | inline |
isTransparentPixel(float x, float y) const | tgui::Texture | |
load(const sf::Texture &texture, const sf::IntRect &partRect={}, const sf::IntRect &middleRect={}) | tgui::Texture | |
load(const sf::String &id, const sf::IntRect &partRect={}, const sf::IntRect &middleRect={}) | tgui::Texture | |
operator=(const Texture &right) | tgui::Texture | |
ScalingType enum name | tgui::Texture | |
setColor(const sf::Color &color) | tgui::Texture | |
setCopyCallback(const std::function< void(std::shared_ptr< TextureData >)> func) | tgui::Texture | |
setDestructCallback(const std::function< void(std::shared_ptr< TextureData >)> func) | tgui::Texture | |
setImageLoader(const ImageLoaderFunc &func) | tgui::Texture | static |
setSize(const sf::Vector2f &size) | tgui::Texture | |
setSmooth(bool smooth) | tgui::Texture | |
setTexture(std::shared_ptr< TextureData > data, const sf::IntRect &middleRect={}) | tgui::Texture | |
setTextureLoader(const TextureLoaderFunc &func) | tgui::Texture | static |
setTextureRect(const sf::FloatRect &textureRect) | tgui::Texture | inline |
Texture() | tgui::Texture | inline |
Texture(const sf::String &id, const sf::IntRect &partRect=sf::IntRect(0, 0, 0, 0), const sf::IntRect &middlePart=sf::IntRect(0, 0, 0, 0)) | tgui::Texture | |
Texture(const sf::Texture &texture, const sf::IntRect &partRect=sf::IntRect(0, 0, 0, 0), const sf::IntRect &middlePart=sf::IntRect(0, 0, 0, 0)) | tgui::Texture | |
Texture(const Texture &texture) | tgui::Texture |