AlbumShaper  1.0a3
Static Public Member Functions | Public Attributes
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

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().

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

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: