Location: apgicnfl.h
Link against: apgrfx.lib
CApaMaskedBitmap
Supported from 5.0
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.
|
Defined in CApaMaskedBitmap:
ExternalizeL(), InternalizeL(), Mask(), NewL(), NewLC(), ~CApaMaskedBitmap()
Inherited from CBase:
operator new()
Inherited from CFbsBitmap:
Create(),
DataAddress(),
DisplayMode(),
Duplicate(),
ExternalizeRectangleL(),
GetPalette(),
GetPixel(),
GetScanLine(),
GetVerticalScanLine(),
Handle(),
Header(),
HorizontalPixelsToTwips(),
HorizontalTwipsToPixels(),
IsFileInRom(),
IsLargeBitmap(),
IsMonochrome(),
IsRomBitmap(),
Load(),
PaletteAttributes(),
Reset(),
Resize(),
Save(),
ScanLineLength(),
SetPalette(),
SetScanLine(),
SetSizeInTwips(),
SizeInPixels(),
SizeInTwips(),
StoreL(),
VerticalPixelsToTwips(),
VerticalTwipsToPixels()
static CApaMaskedBitmap* NewL(CApaMaskedBitmap* aSourceIcon);
Creates a new application icon object, making a duplicate copy of an existing application icon.
|
|
static CApaMaskedBitmap* NewLC();
Creates a default application icon object.
|
~CApaMaskedBitmap();
Destructor.
Frees resources owned by the object prior to its destruction.
void ExternalizeL(RWriteStream& aStream) const;
Externalises the application icon to the specified stream.
|
void InternalizeL(RReadStream& aStream);
Internalizes the application icon from the read stream.
|
CFbsBitmap* Mask() const;
Gets the icon's mask.
|