EchoesOfFate
A game for our COMP315 Project
 
Loading...
Searching...
No Matches
UserInterface Class Reference

#include <UserInterface.hpp>

Public Member Functions

 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.
 

Constructor & Destructor Documentation

◆ UserInterface()

UserInterface::UserInterface ( sf::RenderWindow & window,
const sfe::Movie & movie )

Member Function Documentation

◆ 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
flagtrue to enable drawing of the user interface

The documentation for this class was generated from the following files: