Go to the source code of this file.
Classes | |
class | BitmapImportOptions |
Base class for storing import options It's not actually used much though... More... | |
class | BitmapImportResults |
Provides the results for the import Notes: m_bValid should be checked for TRUE after any construction because the constructor can fail Scope: public. More... | |
class | GIFImportOptions |
Import options for the GIF filter. Allows a clean method of passing assorted parameters for the GIF filter. Specifically, that the BaseBitmapFilter should give us a progress bar. Scope: public See Also: BitmapImportOptions. More... | |
class | GIFImportResults |
Provides the results for the import of a GIF Notes: m_bValid should be checked for TRUE after any construction because the constructor can fail Scope: public. More... |