|
RType
|
This is the complete list of members for Drawable, including all inherited members.
| _attribute | IComponentRType | protected |
| _drawablesCollision | Drawable | protected |
| _position | Drawable | protected |
| _rect | Drawable | protected |
| _scale | Drawable | protected |
| _score | Drawable | |
| _size | Drawable | protected |
| _textureId | Drawable | |
| _toDelete | Drawable | |
| addDrawableCollision(std::shared_ptr< Drawable > drawableCollision) | Drawable | |
| Drawable() | Drawable | |
| getAttribute() const | Drawable | virtual |
| getDrawablesCollision() const | Drawable | |
| getHasChanged() const | Drawable | |
| getPacket() | Drawable | |
| getPosition() const | Drawable | |
| getRect() const | Drawable | |
| getScale() const | Drawable | |
| getSize() const | Drawable | |
| hasChanged | Drawable | protected |
| setAttribute(std::string attribute) | Drawable | virtual |
| setHasChanged(bool hasChanged) | Drawable | |
| setPosition(std::tuple< float, float > position) | Drawable | |
| setRect(std::tuple< int, int, int, int > rect) | Drawable | |
| setScale(float scale) | Drawable | |
| setSize(std::tuple< float, float > size) | Drawable | |
| ~IComponentRType()=default | IComponentRType | virtual |