#include <jpgprgrs.h>
Inheritance diagram for JPEGProgressMonitor:
Public Member Functions | |
BOOL | UserAborted () const |
virtual | ~JPEGProgressMonitor ()=0 |
Provides bizarre pure implementation for derived class destructors Scope: protected. | |
Static Public Member Functions | |
static void | Update (libJPEG::j_common_ptr cinfo) |
Protected Member Functions | |
JPEGProgressMonitor (libJPEG::j_decompress_ptr cinfo) | |
virtual void | OnUpdate ()=0 |
Protected Attributes | |
BOOL | m_bContinueOp |
libJPEG::j_decompress_ptr | m_pcinfo |
Definition at line 112 of file jpgprgrs.h.
|
Provides bizarre pure implementation for derived class destructors Scope: protected.
Definition at line 154 of file jpgprgrs.cpp.
|
|
|
|
Implemented in JPEGProgressBySelf, and JPEGProgressByFilter. |
|
|
|
Definition at line 120 of file jpgprgrs.h. 00120 { return !m_bContinueOp; }
|
|
Definition at line 126 of file jpgprgrs.h. |
|
Definition at line 127 of file jpgprgrs.h. |