API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eiklbi.h>
TListItemProperties
class packages together the color and style properties which can be applied when drawing the contents of list box items.
Public Member Functions |
|
IMPORT_C | TListItemProperties () |
C++ default constructor. |
|
void | SetBold (TBool aBold) |
Sets whether the list item is drawn bold or not bold. |
|
TBool | IsBold () const |
Tests whether the list item is drawn bold. |
|
void | SetItalics (TBool aItalics) |
Sets whether or not the list item is drawn in italics. |
|
TBool | IsItalics () const |
Tests whether the list item is italicised. |
|
void | SetUnderlined (TBool aUnderlined) |
Sets whether or not the list item is drawn with an underline. |
|
TBool | IsUnderlined () const |
Test whether the list item is drawn with an underline. |
|
void | SetDimmed (TBool aDimmed) |
Sets list item dim state. |
|
TBool | IsDimmed () const |
Tests list item dim state. |
|
void | SetColor (TRgb aColor) |
Sets the list item’s colour. |
|
TRgb | Color () const |
Gets the list item’s colour. |
|
void | SetSeparatorAfter (TBool aSeparator) |
Activate/deactivate separator after item. |
|
TBool | IsSeparatorAfter () const |
Check if separator after item is active. |
|
void | SetHiddenSelection (TBool aHidden) |
Select to hide the item . |
|
TBool | IsSelectionHidden () const |
Check if the item is hidden. |
|
C++ default constructor. |
|
Gets the list item’s colour.
|
|
Tests whether the list item is drawn bold.
|
|
Tests list item dim state. An item is usually drawn dimmed to indicate that it cannot accept user input.
|
|
Tests whether the list item is italicised.
|
|
Check if the item is hidden.
|
|
Check if separator after item is active.
|
|
Test whether the list item is drawn with an underline.
|
|
Sets whether the list item is drawn bold or not bold.
|
|
Sets the list item’s colour.
|
|
Sets list item dim state. An item is usually drawn dimmed to indicate that it cannot accept user input.
|
|
Select to hide the item .
|
|
Sets whether or not the list item is drawn in italics.
|
|
Activate/deactivate separator after item.
|
|
Sets whether or not the list item is drawn with an underline.
|