This function gets called whenever a pointer event occurs in the control, i.e. when the pointer is within the control's extent, or when the control has grabbed the pointer.
If overriding this method, the implementation must include a base call to this method.
From CCoeControl.
Parameters:
aPointerEvent
The pointer event.
IMPORT_C void CEikSpacer::SetClear
(
TBool
aClear
)
Specifies whether the spacer is drawn using the standard brush color.
If the "Is clear" flag is set, the spacer's color value is ignored, and it is drawn using the brush color defined in the system's standard graphics context. By default, the "Is clear" flag is unset.
Parameters:
aClear
ETrue to set the "Is clear" flag, EFalse to unset it.
IMPORT_C void CEikSpacer::SetColor
(
TRgb
aColor
)
Sets the spacer's color.
Parameters:
aColor
The spacer's color.
IMPORT_C void CEikSpacer::SetHeight
(
TInt
aHeight
)
Sets the spacer's height.
Parameters:
aHeight
The spacer's height.
IMPORT_C void CEikSpacer::SetWidth
(
TInt
aWidth
)
Sets the spacer's width.
Parameters:
aWidth
The spacer's width.
The documentation for this class was generated from the following file: