Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

/cygdrive/d/Eigene Dateien/!DProcs/code_gen/tga.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define TGA_FILE_NOT_FOUND   13
#define TGA_BAD_IMAGE_TYPE   14
#define TGA_BAD_DIMENSION   15
#define TGA_BAD_BITS   16
#define TGA_BAD_DATA   17

Functions

int loadTGA (char *name, int id)
unsigned int createTexture (char *filename)


Define Documentation

#define TGA_BAD_BITS   16
 

Definition at line 25 of file tga.h.

#define TGA_BAD_DATA   17
 

Definition at line 26 of file tga.h.

#define TGA_BAD_DIMENSION   15
 

Definition at line 24 of file tga.h.

#define TGA_BAD_IMAGE_TYPE   14
 

Definition at line 23 of file tga.h.

#define TGA_FILE_NOT_FOUND   13
 

Definition at line 22 of file tga.h.


Function Documentation

unsigned int createTexture char *    filename
 

Definition at line 297 of file tga.cpp.

References loadTGA().

Referenced by QLookAndFeel::Init(), and CTextDrawer::Initialise().

int loadTGA char *    name,
int    id
 

Definition at line 222 of file tga.cpp.

References checkSize(), getData(), returnError(), and texFormat.

Referenced by createTexture().


Generated on Thu Mar 18 18:34:26 2004 for miniQT by doxygen1.2.18