Location:
QikListBoxLayoutPair.h
Link against: qiklbx.lib
class CQikListBoxLayoutPair : public CBase;
Description
Creator and/or container for one or two CQikListBoxLayout s. A pair contains of at least one layout, a normal layout and an optional highlight layout. The CQikListBoxLayout s can either be supplied upon construction or read from a resource file.
Derivation
CBase - Base class for all classes to be instantiated on the heapCQikListBoxLayoutPair - Creator and/or container for one or two CQikListBoxLayout s
Members
Defined in CQikListBoxLayoutPair:
HighlightLayout(), NewEmptyL(), NewL(), NewLC(), NormalLayout(), SetMirrored(), SetSystemLayoutValues(), ~CQikListBoxLayoutPair()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
See also:
static IMPORT_C CQikListBoxLayoutPair *NewL(TInt aResourceId);
Description
Constructs a normal layout and an optional highlight layout from resource.
Parameters
TInt aResourceId |
The resource id of a QIK_LISTBOX_LAYOUT_PAIR STRUCT. |
|
Return value
static IMPORT_C CQikListBoxLayoutPair *NewLC(TInt aResourceId);
Description
Constructs a normal layout and an optional highlight layout from resource.
Parameters
TInt aResourceId |
The resource id of a QIK_LISTBOX_LAYOUT_PAIR STRUCT. |
|
Return value
IMPORT_C ~CQikListBoxLayoutPair();
Description
Destructor.
static IMPORT_C CQikListBoxLayoutPair *NewEmptyL(TBool aHighlight);
Description
Constructs a CQikListBoxLayoutPair with empty layouts.
Parameters
TBool aHighlight |
ETrue if it should have a highlight layout, EFalse if not. |
|
Return value
IMPORT_C CQikListBoxLayout *NormalLayout() const;
Description
Getter for the normal layout.
Return value
IMPORT_C CQikListBoxLayout *HighlightLayout() const;
Description
Getter for the highlight layout.
Return value
IMPORT_C void SetMirrored(TBool aMirrored);
Description
Sets the mirroring for both layouts.
Parameters
TBool aMirrored |
The new mirroring state. |
|
IMPORT_C void SetSystemLayoutValues(TQikLayoutValues *aLayoutValues);
Description
Exported for use under very specific circumstances, do not use.
Parameters