#include <imageconversion.h>
Link against: imageconversion.lib
class CImageTypeDescription : public CBase |
Public Member Functions | |
---|---|
~CImageTypeDescription() | |
IMPORT_C const TDesC & | Description() |
IMPORT_C TUid | ImageType() |
CImageTypeDescription * | NewL(const TDesC &, const TUid, const TUid) |
CImageTypeDescription * | NewLC(const TDesC &, const TUid, const TUid) |
IMPORT_C TUid | SubType() |
Class used to manage the mapping between an image's type, sub-type and description.
IMPORT_C const TDesC & | Description | ( | ) | const |
Returns the image description info.
IMPORT_C TUid | ImageType | ( | ) | const |
Returns the image type info.
CImageTypeDescription * | NewL | ( | const TDesC & | aDescription, |
const TUid | aImageType, | |||
const TUid | aSubType | |||
) | [static] |
Constructs a new image type description entry.
A leave occurs if there is insufficient memory available.
Parameters | |
---|---|
aDescription | A description of the plugin decoder/encoder. |
aImageType | The plugin decoder/encoder type UID. |
aSubType | The plugin decoder/encoder sub-type UID. |
CImageTypeDescription * | NewLC | ( | const TDesC & | aDescription, |
const TUid | aImageType, | |||
const TUid | aSubType | |||
) | [static] |
Constructs a new image type description entry. The new object created on the clean-up stack.
A leave occurs if there is insufficient memory available.
Parameters | |
---|---|
aDescription | A description of the plugin decoder/encoder. |
aImageType | The plugin decoder/encoder type UID. |
aSubType | The plugin decoder/encoder sub-type UID. |
IMPORT_C TUid | SubType | ( | ) | const |
Returns the image sub-type information.