Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Image Struct Reference

Anonymous image struct. More...

List of all members.

Public Attributes

int width
int height
int bytesPerPixel
void * data


Detailed Description

Anonymous image struct.

This use of this struct is a bad hack and no good programming style at all! Perhaps you can do that better (e.g. via OO and inheritance)?

Definition at line 22 of file framewk.cpp.


Member Data Documentation

int Image::bytesPerPixel
 

Definition at line 27 of file framewk.cpp.

Referenced by fwkRedrawCB().

void* Image::data
 

Definition at line 29 of file framewk.cpp.

Referenced by fwkRedrawCB().

int Image::height
 

Definition at line 25 of file framewk.cpp.

Referenced by fwkRedrawCB(), and fwkUpdateRasterPos().

int Image::width
 

Definition at line 24 of file framewk.cpp.

Referenced by fwkRedrawCB(), and fwkUpdateRasterPos().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 09:13:07 2006 for Painter Framework by doxygen1.2.18