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

#include <WindowVideoManager.h>

Public Member Functions

 WindowVideo (void)
 
 ~WindowVideo (void)
 
VideoStreamInterfacegetVideoStream (void)
 
VideoBuffergetVideoBuffer (void)
 
GameWindowgetWin (void)
 
AsciiString getMovieName (void)
 
WindowVideoPlayType getPlayType (void)
 
WindowVideoStates getState (void)
 
void setPlayType (WindowVideoPlayType playType)
 
void setWindowState (WindowVideoStates state)
 
void init (GameWindow *win, AsciiString movieName, WindowVideoPlayType playType, VideoBuffer *videoBuffer, VideoStreamInterface *videoStream)
 

Detailed Description

Definition at line 92 of file WindowVideoManager.h.

Constructor & Destructor Documentation

◆ WindowVideo()

WindowVideo::WindowVideo ( void )

Definition at line 81 of file WindowVideoManager.cpp.

◆ ~WindowVideo()

WindowVideo::~WindowVideo ( void )

Definition at line 93 of file WindowVideoManager.cpp.

Member Function Documentation

◆ getMovieName()

AsciiString WindowVideo::getMovieName ( void )
inline

Definition at line 175 of file WindowVideoManager.h.

◆ getPlayType()

WindowVideoPlayType WindowVideo::getPlayType ( void )
inline

Definition at line 176 of file WindowVideoManager.h.

◆ getState()

WindowVideoStates WindowVideo::getState ( void )
inline

Definition at line 177 of file WindowVideoManager.h.

◆ getVideoBuffer()

VideoBuffer * WindowVideo::getVideoBuffer ( void )
inline

Definition at line 173 of file WindowVideoManager.h.

◆ getVideoStream()

VideoStreamInterface * WindowVideo::getVideoStream ( void )
inline

Definition at line 172 of file WindowVideoManager.h.

◆ getWin()

GameWindow * WindowVideo::getWin ( void )
inline

Definition at line 174 of file WindowVideoManager.h.

◆ init()

void WindowVideo::init ( GameWindow * win,
AsciiString movieName,
WindowVideoPlayType playType,
VideoBuffer * videoBuffer,
VideoStreamInterface * videoStream )

Definition at line 109 of file WindowVideoManager.cpp.

◆ setPlayType()

void WindowVideo::setPlayType ( WindowVideoPlayType playType)
inline

Definition at line 179 of file WindowVideoManager.h.

◆ setWindowState()

void WindowVideo::setWindowState ( WindowVideoStates state)

Definition at line 123 of file WindowVideoManager.cpp.


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