C++ Project 2016-2017: Arkanoid
|
This is the complete list of members for arkanoidSFML::WallSFML, including all inherited members.
collidesWith(const Entity &other) const | arkanoid::Entity | |
draw() const | arkanoidSFML::WallSFML | virtual |
Entity() | arkanoid::Entity | |
Entity(double x, double y, pair< double, double > newSize=make_pair(1.0, 1.0)) | arkanoid::Entity | |
getPosition() const | arkanoid::Entity | |
getSize() const | arkanoid::Entity | |
position | arkanoid::Entity | protected |
setPosition(double x, double y) | arkanoid::Entity | |
setPosition(const Vector2D &vector) | arkanoid::Entity | |
setSize(pair< double, double > newSize) | arkanoid::Entity | |
size | arkanoid::Entity | protected |
update() | arkanoidSFML::WallSFML | virtual |
Wall() | arkanoid::Wall | |
Wall(double x, double y, pair< double, double > size=make_pair(1, 1)) | arkanoid::Wall | |
WallSFML(double x, double y, sf::RenderWindow &window, const string &textureFile="data/sprites/wall/wall.png") | arkanoidSFML::WallSFML | |
~Entity() | arkanoid::Entity | inlinevirtual |
~Wall() | arkanoid::Wall | |
~WallSFML() | arkanoidSFML::WallSFML |