#include <ImageCompress.h>
Inheritance diagram for ImageCompressor:
Public Member Functions | |
virtual | ~ImageCompressor () |
virtual Image * | compress (const Image &i)=0 |
void | setPartialListener (PartialListener *pl) |
Use this if you want to display the partial results. | |
Protected Member Functions | |
void | showPartialProgress (const Image &partialResult) |
ImageCompressor () |
|
|
|
|
|
Implemented in TileCompressor. |
|
Use this if you want to display the partial results. Note that it's up to implementation if and when it will call listener. |
|
|
Here is the call graph for this function: