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

#include <Pcx.h>

+ +

List of all members.

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

+Public Attributes

char manufacturer
char version
char encoding
char bits_per_pixel
short xmin
short ymin
short xmax
short ymax
short hres
short vres
char palette16 [48]
char reserved
char color_planes
short bytes_per_line
short palette_type
char filler [58]
+

Detailed Description

+
+

Definition at line 22 of file Pcx.h.

+

Member Data Documentation

+ +
+
+ + + + +
char PcxHeader::bits_per_pixel
+
+ +

Definition at line 27 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::bytes_per_line
+
+ +

Definition at line 35 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::color_planes
+
+ +

Definition at line 34 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::encoding
+
+ +

Definition at line 26 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::filler[58]
+
+ +

Definition at line 37 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::hres
+
+ +

Definition at line 30 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::manufacturer
+
+ +

Definition at line 24 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::palette16[48]
+
+ +

Definition at line 32 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::palette_type
+
+ +

Definition at line 36 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::reserved
+
+ +

Definition at line 33 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
char PcxHeader::version
+
+ +

Definition at line 25 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::vres
+
+ +

Definition at line 31 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::xmax
+
+ +

Definition at line 29 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::xmin
+
+ +

Definition at line 28 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::ymax
+
+ +

Definition at line 29 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
short PcxHeader::ymin
+
+ +

Definition at line 28 of file Pcx.h.

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