GVJPEGFatalError Struct Reference

Inheritance diagram for GVJPEGFatalError:
[legend]
Collaboration diagram for GVJPEGFatalError:
[legend]

List of all members.

Static Public Member Functions

static void handler (j_common_ptr cinfo)

Public Attributes

jmp_buf mJmpBuffer


Detailed Description

Definition at line 42 of file jpegTools.cpp.


Member Function Documentation

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

Definition at line 46 of file jpegTools.cpp.

References mJmpBuffer.

Referenced by scaleJPEG().

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


Member Data Documentation

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 Aug 23 02:34:36 2009 for AlbumShaper by  doxygen 1.5.9