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

#include <PngImage.h>

+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 PngImage ()
 ~PngImage ()
int Load (char *filename)
int LoadBuffer (unsigned char *buf, int len)
int CreateImage (png_structp png_ptr, png_infop info_ptr)
+ + +

+Static Public Member Functions

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

+Public Attributes

DWORD * image
DWORD width
DWORD height
DWORD bpp
bool alpha_loaded
+

Detailed Description

+
+

Definition at line 26 of file PngImage.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
PngImage::PngImage ()
+
+ +

Definition at line 32 of file PngImage.cpp.

+ +
+
+ +
+
+ + + + + + + +
PngImage::~PngImage ()
+
+ +

Definition at line 36 of file PngImage.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
int PngImage::CreateImage (png_structp png_ptr,
png_infop info_ptr 
)
+
+ +

Definition at line 172 of file PngImage.cpp.

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

Definition at line 43 of file PngImage.cpp.

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

Definition at line 122 of file PngImage.cpp.

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

Definition at line 28 of file PngImage.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
bool PngImage::alpha_loaded
+
+ +

Definition at line 41 of file PngImage.h.

+ +
+
+ +
+
+ + + + +
DWORD PngImage::bpp
+
+ +

Definition at line 40 of file PngImage.h.

+ +
+
+ +
+
+ + + + +
DWORD PngImage::height
+
+ +

Definition at line 39 of file PngImage.h.

+ +
+
+ +
+
+ + + + +
DWORD* PngImage::image
+
+ +

Definition at line 37 of file PngImage.h.

+ +
+
+ +
+
+ + + + +
DWORD PngImage::width
+
+ +

Definition at line 38 of file PngImage.h.

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