jpeg_destination_mgr Struct Reference

#include <jpeglib.h>

Inheritance diagram for jpeg_destination_mgr:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 713 of file jpeglib.h.

Public Member Functions

 JMETHOD (void, init_destination,(j_compress_ptr cinfo))
 JMETHOD (boolean, empty_output_buffer,(j_compress_ptr cinfo))
 JMETHOD (void, term_destination,(j_compress_ptr cinfo))

Public Attributes

JOCTETnext_output_byte
size_t free_in_buffer


Member Function Documentation

jpeg_destination_mgr::JMETHOD ( void  ,
init_destination  ,
(j_compress_ptr cinfo)   
)

jpeg_destination_mgr::JMETHOD ( boolean  ,
empty_output_buffer  ,
(j_compress_ptr cinfo)   
)

jpeg_destination_mgr::JMETHOD ( void  ,
term_destination  ,
(j_compress_ptr cinfo)   
)


Member Data Documentation

JOCTET* jpeg_destination_mgr::next_output_byte

Definition at line 714 of file jpeglib.h.

Referenced by my_jpeg_destination_mgr::my_jpeg_destination_mgr(), and qt_empty_output_buffer().

size_t jpeg_destination_mgr::free_in_buffer

Definition at line 715 of file jpeglib.h.

Referenced by my_jpeg_destination_mgr::my_jpeg_destination_mgr(), qt_empty_output_buffer(), and qt_term_destination().


The documentation for this struct was generated from the following file:
Generated on Thu Mar 15 15:06:19 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1