This is the complete list of members for Abstract_game, including all inherited members.
background_color | Abstract_game | protected |
default_background_color | Abstract_game | static |
default_window_dimensions | Abstract_game | static |
default_window_title | Abstract_game | static |
draw(Sprite_set &)=0 | Abstract_game | protectedpure virtual |
get_frame_rate() const noexcept | Abstract_game | inlineprotected |
get_frame_start_time() const noexcept | Abstract_game | inlineprotected |
get_mixer() const noexcept | Abstract_game | protected |
get_prev_frame_length() const noexcept | Abstract_game | inlineprotected |
get_random() const noexcept | Abstract_game | protected |
get_window() const | Abstract_game | protected |
initial_window_dimensions() const | Abstract_game | protectedvirtual |
initial_window_title() const | Abstract_game | protectedvirtual |
on_frame(double last_frame_seconds) | Abstract_game | inlineprotectedvirtual |
on_key(Key) | Abstract_game | inlineprotectedvirtual |
on_key_down(Key) | Abstract_game | protectedvirtual |
on_key_up(Key) | Abstract_game | inlineprotectedvirtual |
on_mouse_down(Mouse_button, Position) | Abstract_game | inlineprotectedvirtual |
on_mouse_move(Position) | Abstract_game | inlineprotectedvirtual |
on_mouse_up(Mouse_button, Position) | Abstract_game | inlineprotectedvirtual |
on_quit() | Abstract_game | inlineprotectedvirtual |
on_start() | Abstract_game | inlineprotectedvirtual |
prepare(const sprites::Sprite &) const | Abstract_game | protected |
quit() noexcept | Abstract_game | protected |
run() | Abstract_game |