Link against: avkon.lib eikcoctl.lib eikctl.lib
None
#include <AknListBoxLayoutDecorator.h>
Public Member Functions | |
IMPORT_C | ~CAknListBoxLayoutDecorator () |
Destructor. | |
IMPORT_C const MDesCArray * | Array () const |
get the array | |
IMPORT_C void | SetArray (const MDesCArray *aArray) |
set the array | |
IMPORT_C void | SetLeadingDecorationTextL (const TDesC &aText) |
set the text that will be inserted before the text from the descriptor array entry | |
IMPORT_C void | SetTrailingDecorationTextL (const TDesC &aText) |
set the text that will be inserted after the text from the descriptor array entry | |
IMPORT_C void | SetActive (const TBool aActive) |
set the decoration to be active or inactive | |
virtual IMPORT_C TInt | MdcaCount () const |
Pass count through straight from contained descriptor array. | |
virtual IMPORT_C TPtrC | MdcaPoint (TInt aIndex) const |
Modify contents of descriptor to contain additional formatting for list box style. | |
Static Public Member Functions | |
static IMPORT_C CAknListBoxLayoutDecorator * | NewL () |
Factory function. | |
static IMPORT_C CAknListBoxLayoutDecorator * | NewLC () |
Factory function. | |
Protected Types | |
enum | { KSafeSizeOfDescriptor = 32 } |
Protected Member Functions | |
CAknListBoxLayoutDecorator () | |
Constructor, 1st phase of construction. | |
void | ConstructL () |
ConstructL, 2nd phase of construction. |
|
|
Destructor. |
|
Constructor, 1st phase of construction. |
|
get the array
|
|
ConstructL, 2nd phase of construction. |
|
Pass count through straight from contained descriptor array.
|
|
Modify contents of descriptor to contain additional formatting for list box style. Original string will be truncated in favour of formatting in low memory conditions.
|
|
Factory function. |
|
Factory function. |
|
set the decoration to be active or inactive
|
|
set the array
|
|
set the text that will be inserted before the text from the descriptor array entry
|
|
set the text that will be inserted after the text from the descriptor array entry
|