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

#include <Pcx.h>

+ +

List of all members.

+ + + + + + + + + +

+Public Member Functions

 PcxImage (short w, short h, unsigned long *hibits)
 PcxImage (short w, short h, unsigned char *bits, unsigned char *colors)
 PcxImage ()
 ~PcxImage ()
int Load (char *filename)
int Save (char *filename)
int LoadBuffer (unsigned char *buf, int len)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + + + + +

+Public Attributes

PcxHeader hdr
unsigned char * bitmap
unsigned long * himap
unsigned char pal [768]
unsigned long imagebytes
unsigned short width
unsigned short height
+

Detailed Description

+
+

Definition at line 42 of file Pcx.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PcxImage::PcxImage (short w,
short h,
unsigned long * hibits 
)
+
+ +

Definition at line 128 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PcxImage::PcxImage (short w,
short h,
unsigned char * bits,
unsigned char * colors 
)
+
+ +

Definition at line 35 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + + + +
PcxImage::PcxImage ()
+
+ +

Definition at line 31 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + + + +
PcxImage::~PcxImage ()
+
+ +

Definition at line 213 of file PCX.CPP.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
int PcxImage::Load (char * filename)
+
+ +

Definition at line 221 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int PcxImage::LoadBuffer (unsigned char * buf,
int len 
)
+
+ +

Definition at line 331 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + + + + +
int PcxImage::Save (char * filename)
+
+ +

Definition at line 435 of file PCX.CPP.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* PcxImage::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 44 of file Pcx.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
unsigned char* PcxImage::bitmap
+
+ +

Definition at line 58 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
PcxHeader PcxImage::hdr
+
+ +

Definition at line 57 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
unsigned short PcxImage::height
+
+ +

Definition at line 62 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
unsigned long* PcxImage::himap
+
+ +

Definition at line 59 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
unsigned long PcxImage::imagebytes
+
+ +

Definition at line 61 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
unsigned char PcxImage::pal[768]
+
+ +

Definition at line 60 of file Pcx.h.

+ +
+
+ +
+
+ + + + +
unsigned short PcxImage::width
+
+ +

Definition at line 62 of file Pcx.h.

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