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

#include <Bmp.h>

+ +

List of all members.

+ + + + + + + + + + + + + +

+Public Attributes

DWORD hdr_size
DWORD width
DWORD height
WORD planes
WORD bit_count
DWORD compression
DWORD img_size
DWORD x_pixels_per_meter
DWORD y_pixels_per_meter
DWORD colors_used
DWORD colors_important
+

Detailed Description

+
+

Definition at line 31 of file Bmp.h.

+

Member Data Documentation

+ +
+
+ + + + +
WORD BmpInfoHeader::bit_count
+
+ +

Definition at line 37 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::colors_important
+
+ +

Definition at line 43 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::colors_used
+
+ +

Definition at line 42 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::compression
+
+ +

Definition at line 38 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::hdr_size
+
+ +

Definition at line 33 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::height
+
+ +

Definition at line 35 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::img_size
+
+ +

Definition at line 39 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpInfoHeader::planes
+
+ +

Definition at line 36 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::width
+
+ +

Definition at line 34 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::x_pixels_per_meter
+
+ +

Definition at line 40 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpInfoHeader::y_pixels_per_meter
+
+ +

Definition at line 41 of file Bmp.h.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Bmp.h
  • +
+
+
+ + + + -- cgit v1.1