From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_video_factory.html | 263 ++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 Doc/doxygen/html/class_video_factory.html (limited to 'Doc/doxygen/html/class_video_factory.html') diff --git a/Doc/doxygen/html/class_video_factory.html b/Doc/doxygen/html/class_video_factory.html new file mode 100644 index 0000000..8831ec1 --- /dev/null +++ b/Doc/doxygen/html/class_video_factory.html @@ -0,0 +1,263 @@ + + + + + +Starshatter_Open: VideoFactory Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
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 (VideoSettingsvs)
+
+virtual
+
+ +

Definition at line 33 of file VideoFactory.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void VideoFactory::DestroyVideo (Videovideo)
+
+virtual
+
+ +

Definition at line 50 of file VideoFactory.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1