EikSoftkeyImage Class Reference

class EikSoftkeyImage

Changes cba button's label to image.

EIKCOCTL
Since
2.0
Public Member Functions
IMPORT_C voidSetImage(CEikButtonGroupContainer *, CEikImage &, TBool)
IMPORT_C voidSetLabel(CEikButtonGroupContainer *, TBool)
Private Member Functions
EikSoftkeyImage()

Constructor & Destructor Documentation

EikSoftkeyImage()

EikSoftkeyImage()[private, inline]

C++ default constructor.

Member Functions Documentation

SetImage(CEikButtonGroupContainer *, CEikImage &, TBool)

IMPORT_C voidSetImage(CEikButtonGroupContainer *aButtonGroupContainer,
CEikImage &aImage,
TBoolaLeft
)[static]
Set image to cba button by replacing label
Since
2.0

Parameters

CEikButtonGroupContainer * aButtonGroupContainerButton container
CEikImage & aImageImage to button, Takes Images ownership
TBool aLeftBoolean: left or right button. If true, then change left, if false, change right

SetLabel(CEikButtonGroupContainer *, TBool)

IMPORT_C voidSetLabel(CEikButtonGroupContainer *aButtonGroupContainer,
TBoolaLeft
)[static]
Change to cba button image back to label
Since
2.0

Parameters

CEikButtonGroupContainer * aButtonGroupContainerButton container
TBool aLeftBoolean: left or right button. If true, then change left, if false, change right