Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VideoFactory Class Reference

#include <VideoFactory.h>

List of all members.

Public Member Functions

 VideoFactory (HWND h)
virtual ~VideoFactory ()
virtual VideoCreateVideo (VideoSettings *vs)
virtual void DestroyVideo (Video *video)
virtual SoundCardCreateSoundCard ()

Detailed Description

Definition at line 24 of file VideoFactory.h.


Constructor & Destructor Documentation

VideoFactory::VideoFactory ( HWND  h)

Definition at line 23 of file VideoFactory.cpp.

VideoFactory::~VideoFactory ( )
virtual

Definition at line 27 of file VideoFactory.cpp.


Member Function Documentation

SoundCard * VideoFactory::CreateSoundCard ( )
virtual

Definition at line 61 of file VideoFactory.cpp.

Video * VideoFactory::CreateVideo ( VideoSettings vs)
virtual

Definition at line 33 of file VideoFactory.cpp.

void VideoFactory::DestroyVideo ( Video video)
virtual

Definition at line 50 of file VideoFactory.cpp.


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