The About screen.
More...
#include <about_view.h>
◆ about_view()
| about_view::about_view |
( |
| ) |
|
◆ draw_impl()
| void about_view::draw_impl |
( |
| ) |
|
|
overridevirtual |
Show the menu on-screen.
Implements view.
◆ get_layout()
| const auto & about_view::get_layout |
( |
| ) |
const |
|
inlinenoexcept |
◆ process_event_impl()
| bool about_view::process_event_impl |
( |
sf::Event & |
event | ) |
|
|
overridevirtual |
Process all events.
- Returns
- if the user wants to quit
Implements view.
◆ process_resize_event_impl()
| void about_view::process_resize_event_impl |
( |
sf::Event & |
event | ) |
|
|
overridevirtual |
Process a resize event.
Implements view.
◆ set_text_style()
| void about_view::set_text_style |
( |
sf::Text & |
t | ) |
|
Set the text to a uniform style.
◆ start_impl()
| void about_view::start_impl |
( |
| ) |
|
|
overridevirtual |
Prepare for showing this dialog.
Implements view.
◆ stop_impl()
| void about_view::stop_impl |
( |
| ) |
|
|
overridevirtual |
End showing this dialog.
Implements view.
◆ tick_impl()
| void about_view::tick_impl |
( |
const delta_t |
dt | ) |
|
|
overridevirtual |
Run the menu, until the user quits.
Implements view.
The documentation for this class was generated from the following files: