API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <akncheckboxsettingpage.h>
Public Member Functions |
|
IMPORT_C | CSelectableItem (TDesC &aItemText, TBool aSelected) |
C++ constructor. |
|
virtual | ~CSelectableItem () |
C++ Destructor. |
|
IMPORT_C void | ConstructL () |
2nd stage construction |
|
IMPORT_C void | SetSelectionStatus (TBool aSelected) |
Set the selection status to ETrue or EFalse. |
|
IMPORT_C TBool | SelectionStatus () |
Access the selection status. |
|
IMPORT_C TPtrC | ItemText () |
Access to the item text as TPtr. |
|
C++ constructor.
|
|
C++ Destructor. |
|
2nd stage construction |
|
Access to the item text as TPtr.
|
|
Access the selection status.
|
|
Set the selection status to ETrue or EFalse.
|