This is the complete list of members for arkanoid::PlayerSpeedBlock, including all inherited members.
| Block() | arkanoid::Block | |
| Block(double x, double y, pair< double, double > size=make_pair(1, 2)) | arkanoid::Block | |
| collidesWith(const Entity &other) const | arkanoid::Entity | |
| draw() const | arkanoid::PlayerSpeedBlock | virtual |
| effectPlayer(unique_ptr< Player > &player) const | arkanoid::PlayerSpeedBlock | |
| 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 | |
| PlayerSpeedBlock() | arkanoid::PlayerSpeedBlock | |
| PlayerSpeedBlock(double x, double y, double speedF=1.5, pair< double, double > size=make_pair(1, 2)) | arkanoid::PlayerSpeedBlock | |
| 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() | arkanoid::PlayerSpeedBlock | virtual |
| Wall() | arkanoid::Wall | |
| Wall(double x, double y, pair< double, double > size=make_pair(1, 1)) | arkanoid::Wall | |
| ~Block() | arkanoid::Block | |
| ~Entity() | arkanoid::Entity | inlinevirtual |
| ~PlayerSpeedBlock() | arkanoid::PlayerSpeedBlock | |
| ~Wall() | arkanoid::Wall | |