From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_video_factory.html | 263 ------------------------------ 1 file changed, 263 deletions(-) delete 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 deleted file mode 100644 index 2729170..0000000 --- a/Doc/doxygen/html/class_video_factory.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -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