|
Dualie
|
This is the complete list of members for dl::Shape, including all inherited members.
| draw(const dl::Vector2f &viewOffset)=0 | dl::Drawable | pure virtual |
| getDepth() const | dl::Drawable | |
| getFillColor() const | dl::Shape | |
| getGlobalBounds() | dl::Shape | |
| getLocalBounds() | dl::Shape | |
| getOrigin() | dl::Shape | |
| getOutlineColor() const | dl::Shape | |
| getOutlineThickness() | dl::Shape | |
| getPosition() const | dl::Transformable | |
| getSize() | dl::Shape | |
| m_bViewDoesAffect (defined in dl::Drawable) | dl::Drawable | protected |
| m_depth (defined in dl::Drawable) | dl::Drawable | protected |
| m_fillColor (defined in dl::Shape) | dl::Shape | protected |
| m_origin (defined in dl::Shape) | dl::Shape | protected |
| m_outlineColor (defined in dl::Shape) | dl::Shape | protected |
| m_outlineThickness (defined in dl::Shape) | dl::Shape | protected |
| m_position (defined in dl::Transformable) | dl::Transformable | protected |
| m_size (defined in dl::Shape) | dl::Shape | protected |
| move(const dl::Vector2f &offset) | dl::Transformable | virtual |
| move(float xOffset, float yOffset) | dl::Transformable | |
| setDepth(float depth) | dl::Drawable | |
| setFillColor(const dl::Color &color) | dl::Shape | |
| setOrigin(const dl::Vector2f &origin) | dl::Shape | |
| setOrigin(float x, float y) | dl::Shape | |
| setOutlineColor(const dl::Color &color) | dl::Shape | |
| setOutlineThickness(float thickness) | dl::Shape | |
| setPosition(const dl::Vector2f &position) | dl::Transformable | virtual |
| setPosition(float x, float y) | dl::Transformable | |
| Shape() (defined in dl::Shape) | dl::Shape | |
| viewShouldAffect(bool effective) | dl::Drawable |