EikSoftkeyImage Class Reference

class EikSoftkeyImage

Changes cba button's label to image.

EIKCOCTL
Since
2.0
Public Member Functions
IMPORT_C void SetImage (CEikButtonGroupContainer *, CEikImage &, TBool )
IMPORT_C void SetLabel (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 void SetImage ( CEikButtonGroupContainer * aButtonGroupContainer,
CEikImage & aImage,
TBool aLeft
) [static]
Set image to cba button by replacing label
Since
2.0

Parameters

CEikButtonGroupContainer * aButtonGroupContainer Button container
CEikImage & aImage Image to button, Takes Images ownership
TBool aLeft Boolean: left or right button. If true, then change left, if false, change right

SetLabel(CEikButtonGroupContainer *, TBool)

IMPORT_C void SetLabel ( CEikButtonGroupContainer * aButtonGroupContainer,
TBool aLeft
) [static]
Change to cba button image back to label
Since
2.0

Parameters

CEikButtonGroupContainer * aButtonGroupContainer Button container
TBool aLeft Boolean: left or right button. If true, then change left, if false, change right