#include <UserInterface.hpp>
|
| | UserInterface (sf::RenderWindow &window, const sfe::Movie &movie) |
| |
| void | toggleVisible () |
| |
| void | applyProperties () |
| | Explicitely re-apply visiblity properties to the window and movie.
|
| |
| void | draw () const |
| | Draw the user interface on the window and from the movie given at construction time.
|
| |
◆ UserInterface()
| UserInterface::UserInterface |
( |
sf::RenderWindow & | window, |
|
|
const sfe::Movie & | movie ) |
◆ applyProperties()
| void UserInterface::applyProperties |
( |
| ) |
|
Explicitely re-apply visiblity properties to the window and movie.
◆ draw()
| void UserInterface::draw |
( |
| ) |
const |
Draw the user interface on the window and from the movie given at construction time.
◆ toggleVisible()
| void UserInterface::toggleVisible |
( |
| ) |
|
- Parameters
-
| flag | true to enable drawing of the user interface |
The documentation for this class was generated from the following files: