CBitwiseBitmap::TSettings Struct Reference
struct CBitwiseBitmap::TSettings
|
Constructor & Destructor Documentation
TSettings(TDisplayMode)
Compile time check is performed on the class size - the class size must be the same as the size of TDisplayMode type. If the class size is not the same as TDisplayMode type size - BC will be broken. Note:
CBitwiseBitmap::iSettings
data member must be aligned on 16 bits boundary because
CBitwiseBitmap
instances can be a part of the ROM image.
Member Functions Documentation
CurrentDisplayMode()
The method returns current display mode. Note: Current display mode can never be greater (bpp value) than initial display mode.
InitialDisplayMode()
The method returns initial display mode.
IsDirtyBitmap()
TBool
|
IsDirtyBitmap
|
(
|
)
|
const [inline]
|
IsVolatileBitmap()
TBool
|
IsVolatileBitmap
|
(
|
)
|
const [inline]
|
SetCurrentDisplayMode(TDisplayMode)
The method initializes current display mode part of iData with aDisplayMode parameter.
Parameters
TDisplayMode
aDisplayMode
|
The display mode used for current display mode part of iData initialization.
|
SetDirtyBitmap()
void
|
SetDirtyBitmap
|
(
|
)
|
[inline]
|
SetDisplayModes(TDisplayMode)
The method initializes both - current display mode and initial display mode parts of iData with aDisplayMode parameter.
Parameters
TDisplayMode
aDisplayMode
|
The display mode used for current display mode and initial display mode parts of iData initialization
|
SetVolatileBitmap()
void
|
SetVolatileBitmap
|
(
|
)
|
[inline]
|
Member Enumerations Documentation
Enum anonymous
Enumerators
EBitmapFlagDirty = 0x00010000
|
|
EBitmapFlagVolatile = 0x00020000
|
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.