AknDrawWithSkins Class Reference
| Public Member Functions |
|---|
| IMPORT_C void | DrawEmptyList(const TRect &, CWindowGc &, TPtrC, CCoeControl *) |
| IMPORT_C void | DrawEmptyListForSettingPage(const TRect &, CWindowGc &, TPtrC, CCoeControl *) |
| IMPORT_C void | DrawEmptyListHeading(const TRect &, CWindowGc &, TPtrC, CCoeControl *) |
| IMPORT_C void | DrawEmptyListWithFind(const TRect &, CWindowGc &, TPtrC, CCoeControl *) |
| IMPORT_C void | DrawWindowShadow(CWindowGc &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, CCoeControl *) |
Detailed Description
Helper functions for drawing empty lists and window shadows
Member Function Documentation
DrawEmptyList ( const TRect &, CWindowGc &, TPtrC, CCoeControl * )
Draws standard empty list
| Parameter | Description | | aRect | the client rectangle |
| aGc | the graphics context |
| aText | text for empty list in format "Line1\nLine2" |
DrawEmptyListForSettingPage ( const TRect &, CWindowGc &, TPtrC, CCoeControl * )
Draws empty list for setting item editing
| Parameter | Description | | aRect | the rectangle of setting page's content |
| aGc | the graphics context |
DrawEmptyListHeading ( const TRect &, CWindowGc &, TPtrC, CCoeControl * )
Draws empty list for lists with heading
| Parameter | Description | | aGc | the graphics context |
| aText | text for empty list in format "Line1\nLine2" |
DrawEmptyListWithFind ( const TRect &, CWindowGc &, TPtrC, CCoeControl * )
Draws empty list for lists with find
| Parameter | Description | | aGc | the graphics context |
| aText | text for empty list in format "Line1\nLine2" |
DrawWindowShadow ( CWindowGc &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, const TAknLayoutRect &, CCoeControl * )
| Parameter | Description | | aCoverRect | the area covered by the shadow |
| aSecondShadowRect | the area used for second shadow |
| aFirstShadowRect | the area of first shadow |
| aInsideAreaRect | the area of content inside the window |