26#ifndef SFEMOVIE_SAMPLE_UI_HPP
27#define SFEMOVIE_SAMPLE_UI_HPP
29#include <SFML/Graphics/RenderWindow.hpp>
30#include <sfeMovie/Movie.hpp>
35 UserInterface(sf::RenderWindow& window,
const sfe::Movie& movie);
51 sf::RenderWindow& m_window;
52 const sfe::Movie& m_movie;
void draw() const
Draw the user interface on the window and from the movie given at construction time.
Definition UserInterface.cpp:54
void toggleVisible()
Definition UserInterface.cpp:42
UserInterface(sf::RenderWindow &window, const sfe::Movie &movie)
Definition UserInterface.cpp:35
void applyProperties()
Explicitely re-apply visiblity properties to the window and movie.
Definition UserInterface.cpp:49