Pacman Torben Petré
Loading...
Searching...
No Matches
WorldView Class Referencefinal

#include <WorldView.h>

Inheritance diagram for WorldView:
Collaboration diagram for WorldView:

Public Member Functions

 WorldView (const std::shared_ptr< logic::World > &world, const std::shared_ptr< logic::Score > &scoreSystem)
 WorldView renders and manages the Game UI.
void resized ()
 Resizes the Game and World UI.
void render ()
 Renders the Game and World UI.
Public Member Functions inherited from logic::Observer
virtual ~Observer ()=default

Constructor & Destructor Documentation

◆ WorldView()

WorldView::WorldView ( const std::shared_ptr< logic::World > & world,
const std::shared_ptr< logic::Score > & scoreSystem )
explicit

WorldView renders and manages the Game UI.

Parameters
worldthe World
scoreSystemthe ScoreSystem

Member Function Documentation

◆ render()

void WorldView::render ( )

Renders the Game and World UI.

◆ resized()

void WorldView::resized ( )

Resizes the Game and World UI.


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