|
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.
|