TListItemProperties Class Reference

#include <mw/eiklbi.h>

Link against: ConnectionUiUtilities.lib

class TListItemProperties

Detailed Description

The TListItemProperties class packages together the color and style properties which can be applied when drawing the contents of list box items.

Since
Symbian ER5U

Constructor & Destructor Documentation

TListItemProperties ( )

IMPORT_CTListItemProperties()

C++ default constructor.

Member Function Documentation

Color ( )

TRgb Color()const [inline]

Gets the list item s colour.

Returns: The list item s colour.

IsBold ( )

TBool IsBold()const [inline]

Tests whether the list item is drawn bold.

Deprecated

Returns: ETrue if the list item is drawn bold. EFalse otherwise.

IsDimmed ( )

TBool IsDimmed()const [inline]

Tests list item dim state.

An item is usually drawn dimmed to indicate that it cannot accept user input.

Returns: ETrue if the list item is dimmed. EFalse otherwise.

IsItalics ( )

TBool IsItalics()const [inline]

Tests whether the list item is italicised.

Deprecated

Returns: ETrue if the list item is drawn in italics. EFalse otherwise.

IsSelectionHidden ( )

TBool IsSelectionHidden()const [inline]

Check if the item is hidden.

Returns: ETrue if item is hidden.

IsSeparatorAfter ( )

TBool IsSeparatorAfter()const [inline]

Check if separator after item is active.

Deprecated

Returns: ETrue if Active. EFalse if Deactivated.

IsUnderlined ( )

TBool IsUnderlined()const [inline]

Test whether the list item is drawn with an underline.

Returns: ETrue if the list item is drawn with an underline. EFalse otherwise.

SetBold ( TBool )

voidSetBold(TBoolaBold)[inline]

Sets whether the list item is drawn bold or not bold.

Deprecated

ParameterDescription
aBoldETrue to draw the list item bold. EFalse otherwise.

SetColor ( TRgb )

voidSetColor(TRgbaColor)[inline]

Sets the list item s colour.

ParameterDescription
aColorThe list item s colour.

SetDimmed ( TBool )

voidSetDimmed(TBoolaDimmed)[inline]

Sets list item dim state.

An item is usually drawn dimmed to indicate that it cannot accept user input.

ParameterDescription
aDimmedETrue to draw the list item dimmed. EFalse otherwise.

SetHiddenSelection ( TBool )

voidSetHiddenSelection(TBoolaHidden)[inline]

Select to hide the item .

ParameterDescription
aHiddenDefines whether the item is hidden. ETrue = Hidden

SetItalics ( TBool )

voidSetItalics(TBoolaItalics)[inline]

Sets whether or not the list item is drawn in italics.

Deprecated

ParameterDescription
aItalicsETrue to draw the list item in italics. EFalse otherwise.

SetSeparatorAfter ( TBool )

voidSetSeparatorAfter(TBoolaSeparator)[inline]

Activate/deactivate separator after item.

Deprecated

ParameterDescription
aSeparatorActive/deactive selector. ETrue = Active. EFalse = Deactivated.

SetUnderlined ( TBool )

voidSetUnderlined(TBoolaUnderlined)[inline]

Sets whether or not the list item is drawn with an underline.

ParameterDescription
aUnderlinedETrue to draw the list item with an underline. EFalse otherwise.