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/struct_video_mode.html | 392 ++++++++++++++++++++++++++++++++ 1 file changed, 392 insertions(+) create mode 100644 Doc/doxygen/html/struct_video_mode.html (limited to 'Doc/doxygen/html/struct_video_mode.html') diff --git a/Doc/doxygen/html/struct_video_mode.html b/Doc/doxygen/html/struct_video_mode.html new file mode 100644 index 0000000..9d6b270 --- /dev/null +++ b/Doc/doxygen/html/struct_video_mode.html @@ -0,0 +1,392 @@ + + + + + +Starshatter_Open: VideoMode Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
VideoMode Struct Reference
+
+
+ +

#include <VideoSettings.h>

+ +

List of all members.

+ + + +

+Public Types

enum  Format {
+  FMT_NONE = 0, +FMT_R5G5B5 = 24, +FMT_R5G6B5 = 23, +FMT_R8G8B8 = 20, +
+  FMT_X8R8G8B8 = 22 +
+ }
+ + + + + + +

+Public Member Functions

 VideoMode ()
 VideoMode (int w, int h, Format f, int r=0)
int operator== (const VideoMode &m) const
int operator!= (const VideoMode &m) const
const char * GetDescription () const
+ + + + + +

+Public Attributes

int width
int height
int refresh
int format
+

Detailed Description

+
+

Definition at line 23 of file VideoSettings.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum VideoMode::Format
+
+
Enumerator:
+ + + + + +
FMT_NONE  +
FMT_R5G5B5  +
FMT_R5G6B5  +
FMT_R8G8B8  +
FMT_X8R8G8B8  +
+
+
+ +

Definition at line 25 of file VideoSettings.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
VideoMode::VideoMode ()
+
+inline
+
+ +

Definition at line 33 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VideoMode::VideoMode (int w,
int h,
Format f,
int r = 0 
)
+
+inline
+
+ +

Definition at line 34 of file VideoSettings.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
const char * VideoMode::GetDescription () const
+
+ +

Definition at line 236 of file VideoSettings.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int VideoMode::operator!= (const VideoModem) const
+
+inline
+
+ +

Definition at line 39 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int VideoMode::operator== (const VideoModem) const
+
+inline
+
+ +

Definition at line 36 of file VideoSettings.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int VideoMode::format
+
+ +

Definition at line 48 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoMode::height
+
+ +

Definition at line 46 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoMode::refresh
+
+ +

Definition at line 47 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoMode::width
+
+ +

Definition at line 45 of file VideoSettings.h.

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