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

#include <GameWindowTransitions.h>

Public Member Functions

 TransitionWindow (void)
 
 ~TransitionWindow (void)
 
Bool init (void)
 
void update (Int frame)
 
Bool isFinished (void)
 
void reverse (Int totalFrames)
 
Int getTotalFrames (void)
 
void skip (void)
 
void draw (void)
 

Public Attributes

AsciiString m_winName
 
Int m_frameDelay
 
Int m_style
 
NameKeyType m_winID
 
GameWindowm_win
 
Transitionm_transition
 
Int m_currentFrameDelay
 

Detailed Description

Definition at line 600 of file GameWindowTransitions.h.

Constructor & Destructor Documentation

◆ TransitionWindow()

TransitionWindow::TransitionWindow ( void )

Definition at line 149 of file GameWindowTransitions.cpp.

◆ ~TransitionWindow()

TransitionWindow::~TransitionWindow ( void )

Definition at line 159 of file GameWindowTransitions.cpp.

Member Function Documentation

◆ draw()

void TransitionWindow::draw ( void )

Definition at line 215 of file GameWindowTransitions.cpp.

◆ getTotalFrames()

Int TransitionWindow::getTotalFrames ( void )

Definition at line 221 of file GameWindowTransitions.cpp.

◆ init()

Bool TransitionWindow::init ( void )

Definition at line 168 of file GameWindowTransitions.cpp.

◆ isFinished()

Bool TransitionWindow::isFinished ( void )

Definition at line 195 of file GameWindowTransitions.cpp.

◆ reverse()

void TransitionWindow::reverse ( Int totalFrames)

Definition at line 202 of file GameWindowTransitions.cpp.

◆ skip()

void TransitionWindow::skip ( void )

Definition at line 209 of file GameWindowTransitions.cpp.

◆ update()

void TransitionWindow::update ( Int frame)

Definition at line 186 of file GameWindowTransitions.cpp.

Member Data Documentation

◆ m_currentFrameDelay

Int TransitionWindow::m_currentFrameDelay

Definition at line 623 of file GameWindowTransitions.h.

◆ m_frameDelay

Int TransitionWindow::m_frameDelay

Definition at line 616 of file GameWindowTransitions.h.

◆ m_style

Int TransitionWindow::m_style

Definition at line 617 of file GameWindowTransitions.h.

◆ m_transition

Transition* TransitionWindow::m_transition

Definition at line 622 of file GameWindowTransitions.h.

◆ m_win

GameWindow* TransitionWindow::m_win

Definition at line 621 of file GameWindowTransitions.h.

◆ m_winID

NameKeyType TransitionWindow::m_winID

Definition at line 620 of file GameWindowTransitions.h.

◆ m_winName

AsciiString TransitionWindow::m_winName

Definition at line 615 of file GameWindowTransitions.h.


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