#include <mw/apgicnfl.h>
Link against: apgrfx.lib
class CApaMaskedBitmap : public CFbsBitmap, public CFbsBitmap |
Public Member Functions | |
---|---|
~CApaMaskedBitmap() | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C CFbsBitmap * | Mask() |
IMPORT_C CApaMaskedBitmap * | NewL(const CApaMaskedBitmap *) |
IMPORT_C CApaMaskedBitmap * | NewLC() |
IMPORT_C void | SetMaskBitmap(CFbsBitmap *) |
void | SetRomBitmapL(TUint8 *) |
Inherited Attributes | |
---|---|
CFbsBitmap::iAddressPointer | |
CFbsBitmap::iFbs | |
CFbsBitmap::iFlags | |
CFbsBitmap::iHandle | |
CFbsBitmap::iServerHandle | |
CFbsBitmap::iUseCount |
Inherited Enumerations | |
---|---|
CFbsBitmap:@60 |
An application icon.
This is a bitmap and a mask, managed by the Font and Bitmap server.
An object of this type is passed to RApaLsSession::GetAppIcon() to fetch a suitable application icon.
See also: RApaLsSession::GetAppIcon()
IMPORT_C | ~CApaMaskedBitmap | ( | ) |
Destructor.
Frees resources owned by the object prior to its destruction.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Reimplemented from CFbsBitmap::ExternalizeL(RWriteStream &)const
Externalises the application icon to the specified stream.
Parameters | |
---|---|
aStream | The write stream. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Reimplemented from CFbsBitmap::InternalizeL(RReadStream &)
Internalizes the application icon from the read stream.
Parameters | |
---|---|
aStream | The read stream. |
IMPORT_C CApaMaskedBitmap * | NewL | ( | const CApaMaskedBitmap * | aSourceIcon | ) | [static] |
Creates a new application icon object, making a duplicate copy of an existing application icon.
Parameters | |
---|---|
aSourceIcon | A pointer to an existing application icon. |
IMPORT_C CApaMaskedBitmap * | NewLC | ( | ) | [static] |
Creates a default application icon object.
IMPORT_C void | SetMaskBitmap | ( | CFbsBitmap * | aMask | ) |
Sets the icon's mask
Parameters | |
---|---|
aMask | A pointer to the mask bitmap |