Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

GVJPEGFatalError Struct Reference

Inheritance diagram for GVJPEGFatalError:
[legend]
Collaboration diagram for GVJPEGFatalError:
[legend]
List of all members.

Static Public Member Functions

void handler (j_common_ptr cinfo)

Public Attributes

jmp_buf mJmpBuffer

Member Function Documentation

void GVJPEGFatalError::handler j_common_ptr  cinfo  )  [inline, static]
 

Definition at line 46 of file jpegTools.cpp.

References handler(), and mJmpBuffer.

Referenced by handler().

00047 { 00048 GVJPEGFatalError* error=static_cast<GVJPEGFatalError*>(cinfo->err); 00049 (error->output_message)(cinfo); 00050 longjmp(error->mJmpBuffer,1); 00051 }


Member Data Documentation

jmp_buf GVJPEGFatalError::mJmpBuffer
 

Definition at line 44 of file jpegTools.cpp.

Referenced by handler(), and scaleJPEG().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 19:43:06 2007 for AlbumShaper by doxygen 1.3.7