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

#include <D3DXImage.h>

+ +

List of all members.

+ + + + + + + + +

+Public Member Functions

 D3DXImage ()
 D3DXImage (WORD w, WORD h, DWORD *img)
 ~D3DXImage ()
bool Load (char *filename)
bool Save (char *filename)
bool LoadBuffer (BYTE *buf, int len)
+ + +

+Static Public Member Functions

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

+Public Attributes

DWORD * image
DWORD width
DWORD height
DWORD format
+

Detailed Description

+
+

Definition at line 22 of file D3DXImage.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
D3DXImage::D3DXImage ()
+
+ +

Definition at line 22 of file D3DXImage.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
D3DXImage::D3DXImage (WORD w,
WORD h,
DWORD * img 
)
+
+ +

Definition at line 26 of file D3DXImage.cpp.

+ +
+
+ +
+
+ + + + + + + +
D3DXImage::~D3DXImage ()
+
+ +

Definition at line 43 of file D3DXImage.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
bool D3DXImage::Load (char * filename)
+
+ +

Definition at line 50 of file D3DXImage.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool D3DXImage::LoadBuffer (BYTE * buf,
int len 
)
+
+ +

Definition at line 80 of file D3DXImage.cpp.

+ +
+
+ +
+
+ + + + + + + + +
bool D3DXImage::Save (char * filename)
+
+ +

Definition at line 157 of file D3DXImage.cpp.

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

Definition at line 24 of file D3DXImage.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
DWORD D3DXImage::format
+
+ +

Definition at line 38 of file D3DXImage.h.

+ +
+
+ +
+
+ + + + +
DWORD D3DXImage::height
+
+ +

Definition at line 37 of file D3DXImage.h.

+ +
+
+ +
+
+ + + + +
DWORD* D3DXImage::image
+
+ +

Definition at line 35 of file D3DXImage.h.

+ +
+
+ +
+
+ + + + +
DWORD D3DXImage::width
+
+ +

Definition at line 36 of file D3DXImage.h.

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