Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
MultiPlayerLoadScreen Class Reference

#include <LoadScreen.h>

Inherits LoadScreen.

Public Member Functions

 MultiPlayerLoadScreen (void)
 
virtual ~MultiPlayerLoadScreen (void)
 
virtual void init (GameInfo *game)
 Init the loadscreen.
 
virtual void reset (void)
 Reset the system.
 
virtual void update (void)
 Update the state of the slider bars.
 
virtual void update (Int percent)
 Update the state of the progress bar.
 
void processProgress (Int playerId, Int percentage)
 
virtual void setProgressRange (Int min, Int max)
 
- Public Member Functions inherited from LoadScreen
 LoadScreen (void)
 
virtual ~LoadScreen (void)
 

Additional Inherited Members

- Protected Member Functions inherited from LoadScreen
void setLoadScreen (GameWindow *g)
 
- Protected Attributes inherited from LoadScreen
GameWindowm_loadScreen
 The GameWindow that is our loadscreen.
 

Detailed Description

Definition at line 230 of file LoadScreen.h.

Constructor & Destructor Documentation

◆ MultiPlayerLoadScreen()

MultiPlayerLoadScreen::MultiPlayerLoadScreen ( void )

Definition at line 1286 of file LoadScreen.cpp.

◆ ~MultiPlayerLoadScreen()

MultiPlayerLoadScreen::~MultiPlayerLoadScreen ( void )
virtual

Definition at line 1306 of file LoadScreen.cpp.

Member Function Documentation

◆ init()

void MultiPlayerLoadScreen::init ( GameInfo * game)
virtual

Init the loadscreen.

Implements LoadScreen.

Definition at line 1324 of file LoadScreen.cpp.

◆ processProgress()

void MultiPlayerLoadScreen::processProgress ( Int playerId,
Int percentage )
virtual

Implements LoadScreen.

Definition at line 1530 of file LoadScreen.cpp.

◆ reset()

void MultiPlayerLoadScreen::reset ( void )
virtual

Reset the system.

Implements LoadScreen.

Definition at line 1497 of file LoadScreen.cpp.

◆ setProgressRange()

virtual void MultiPlayerLoadScreen::setProgressRange ( Int min,
Int max )
inlinevirtual

Implements LoadScreen.

Definition at line 244 of file LoadScreen.h.

◆ update() [1/2]

void MultiPlayerLoadScreen::update ( Int percent)
virtual

Update the state of the progress bar.

Reimplemented from LoadScreen.

Definition at line 1508 of file LoadScreen.cpp.

◆ update() [2/2]

virtual void MultiPlayerLoadScreen::update ( void )
inlinevirtual

Update the state of the slider bars.

Implements LoadScreen.

Definition at line 238 of file LoadScreen.h.


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