AlbumShaper  1.0a3
Static Public Member Functions | Public Attributes | List of all members
GVJPEGFatalError Struct Reference
Inheritance diagram for GVJPEGFatalError:
Inheritance graph
[legend]
Collaboration diagram for GVJPEGFatalError:
Collaboration graph
[legend]

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

§ handler()

static void GVJPEGFatalError::handler ( j_common_ptr  cinfo)
inlinestatic

Definition at line 46 of file jpegTools.cpp.

References mJmpBuffer.

Referenced by scaleJPEG().

47  {
48  GVJPEGFatalError* error=static_cast<GVJPEGFatalError*>(cinfo->err);
49  (error->output_message)(cinfo);
50  longjmp(error->mJmpBuffer,1);
51  }
jmp_buf mJmpBuffer
Definition: jpegTools.cpp:44

Member Data Documentation

§ mJmpBuffer

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: