API published in: S60 1st Ed
Link against: avkon.lib eikcore.lib
Required Capabilities
None
#include <aknutils.h>
Static Public Member Functions |
|
static IMPORT_C void | DrawEmptyList (const TRect &aRect, CWindowGc &aGc, TPtrC aText) |
Draws standard empty list. |
|
static IMPORT_C void | DrawEmptyListForSettingPage (const TRect &aRect, CWindowGc &aGc, TPtrC text) |
Draws empty list for setting item editing. |
|
static IMPORT_C void | DrawEmptyListWithFind (const TRect &aClientRect, CWindowGc &aGc, TPtrC aText) |
Draws empty list for lists with find. |
|
static IMPORT_C void | DrawEmptyListHeading (const TRect &aClientRect, CWindowGc &aGc, TPtrC aText) |
Draws empty list for lists with heading. |
|
static IMPORT_C void | DrawWindowShadow (CWindowGc &aGc, const TAknLayoutRect &aCoverRect, const TAknLayoutRect &aSecondShadowRect, const TAknLayoutRect &aFirstShadowRect, const TAknLayoutRect &aOutlineFrameRect, const TAknLayoutRect &aInsideAreaRect) |
Draws a window shadow. |
|
static IMPORT_C void | DrawEmptyListImpl (const TRect &aRect, CWindowGc &aGc, TPtrC aText, TInt aLayoutLine1, TInt aLayoutLine2) |
The main implementation routine for empty list drawing. |
|
Draws standard empty list.
|
|
Draws empty list for setting item editing.
|
|
Draws empty list for lists with heading.
|
|
The main implementation routine for empty list drawing.
layout with 1 line of large font and up to 3 lines with small font: "Line 1\nLong line, will be wrapped up to 3 lines with small font and..."
|
|
Draws empty list for lists with find.
|
|
Draws a window shadow.
|