Qt 4.8
Public Functions | Public Variables | List of all members
my_jpeg_source_mgr Struct Reference
Inheritance diagram for my_jpeg_source_mgr:

Public Functions

 my_jpeg_source_mgr (QIODevice *device)
 

Public Variables

JOCTET buffer [max_buf]
 
QIODevicedevice
 
const QBuffermemDevice
 

Detailed Description

Definition at line 121 of file qjpeghandler.cpp.

Constructors and Destructors

◆ my_jpeg_source_mgr()

my_jpeg_source_mgr::my_jpeg_source_mgr ( QIODevice device)
inline

Definition at line 197 of file qjpeghandler.cpp.

198 {
199  jpeg_source_mgr::init_source = qt_init_source;
200  jpeg_source_mgr::fill_input_buffer = qt_fill_input_buffer;
201  jpeg_source_mgr::skip_input_data = qt_skip_input_data;
202  jpeg_source_mgr::resync_to_restart = jpeg_resync_to_restart;
203  jpeg_source_mgr::term_source = qt_term_source;
204  this->device = device;
206  bytes_in_buffer = 0;
207  next_input_byte = buffer;
208 }
T qobject_cast(QObject *object)
Definition: qobject.h:375
The QBuffer class provides a QIODevice interface for a QByteArray.
Definition: qbuffer.h:57
JOCTET buffer[max_buf]
static void qt_skip_input_data(j_decompress_ptr cinfo, long num_bytes)
static boolean qt_fill_input_buffer(j_decompress_ptr cinfo)
static void qt_init_source(j_decompress_ptr)
static void qt_term_source(j_decompress_ptr cinfo)
const QBuffer * memDevice

Properties

◆ buffer

JOCTET my_jpeg_source_mgr::buffer[max_buf]

Definition at line 124 of file qjpeghandler.cpp.

Referenced by qt_fill_input_buffer().

◆ device

QIODevice* my_jpeg_source_mgr::device

Definition at line 123 of file qjpeghandler.cpp.

Referenced by qt_fill_input_buffer(), and qt_term_source().

◆ memDevice

const QBuffer* my_jpeg_source_mgr::memDevice

Definition at line 125 of file qjpeghandler.cpp.

Referenced by qt_fill_input_buffer().


The documentation for this struct was generated from the following file: