Location:
ImageDisplayPanicCodes.h
TImageDisplayPanic
Description
Panic codes for CImageDisplay
& CImageDisplayPlugin
EReservedCall |
This panic is raised if one of the reserved virtual functions is called
|
EIllegalCallSequence |
This panic can be raised by, for example, calling PlayL() without calling SetupL() first or calling SetupL() without specifying
the source
|
EUndefinedSourceType |
This panic is raised if no source is defined
|
EUndefinedDestSize |
This panic is raised if no destination size is defined
|
EImageWrongType |
This panic can be raised by, for example, calling SourceFilename() when source is a descriptor.
|
EUndefinedMIMEType |
This panic is raised if a zero-length MIME type is given
|
EIllegalImageSubType |
This panic is raised if KNullUid is given as the image type and a non-null value for the subtype
|
ECallbackStillActive |
This panic is raised if callback is still active and Play() method is called again
|
|