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

GVJPEGFatalError Struct Reference

Inheritance diagram for GVJPEGFatalError:

Inheritance graph
[legend]
Collaboration diagram for GVJPEGFatalError:

Collaboration graph
[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 mJmpBuffer.

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 Sat Apr 2 05:44:58 2005 for AlbumShaper by  doxygen 1.3.9.1