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

#include <Bmp.h>

+ +

List of all members.

+ + + + + + + + +

+Public Member Functions

 BmpImage (short w, short h, unsigned long *hibits)
 BmpImage ()
 ~BmpImage ()
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

BmpFileHeader file_hdr
BmpInfoHeader info_hdr
DWORD palette [256]
DWORD * image
WORD width
WORD height
+

Detailed Description

+
+

Definition at line 51 of file Bmp.h.

+

Constructor & Destructor Documentation

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

Definition at line 29 of file Bmp.cpp.

+ +
+
+ +
+
+ + + + + + + +
BmpImage::BmpImage ()
+
+ +

Definition at line 25 of file Bmp.cpp.

+ +
+
+ +
+
+ + + + + + + +
BmpImage::~BmpImage ()
+
+ +

Definition at line 60 of file Bmp.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 67 of file Bmp.cpp.

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

Definition at line 142 of file Bmp.cpp.

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

Definition at line 212 of file Bmp.cpp.

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

Definition at line 53 of file Bmp.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
BmpFileHeader BmpImage::file_hdr
+
+ +

Definition at line 65 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpImage::height
+
+ +

Definition at line 70 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD* BmpImage::image
+
+ +

Definition at line 68 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
BmpInfoHeader BmpImage::info_hdr
+
+ +

Definition at line 66 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
DWORD BmpImage::palette[256]
+
+ +

Definition at line 67 of file Bmp.h.

+ +
+
+ +
+
+ + + + +
WORD BmpImage::width
+
+ +

Definition at line 69 of file Bmp.h.

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