API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknpopupheadingpane.h>
Inherits CAknControl.
Defines properties of the header of the pop-up menu.
Public Types |
|
| enum | THeadingPaneLayout { EQueryHeadingPane, EListHeadingPane, EColourSelectionGridHeadingPane, EMessageQueryHeadingPane } |
| Enumeration for different layouts. More... |
|
Public Member Functions |
|
| IMPORT_C | CAknPopupHeadingPane () |
| Constructor. |
|
| IMPORT_C | ~CAknPopupHeadingPane () |
| Destructor. |
|
| IMPORT_C void | SizeChanged () |
From CCoeControl. |
|
| IMPORT_C TSize | MinimumSize () |
From CCoeControl. |
|
| IMPORT_C void | ConstructL (TPtrC aText) |
Completes the construction of the CAknPopupHeadingPane object. |
|
| IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
From CCoeControl. |
|
| IMPORT_C CEikLabel * | Prompt () const |
| Get pointer to the prompt control. |
|
| IMPORT_C TPtr | PromptText () const |
| Get prompt text. |
|
| IMPORT_C void | SetTextL (TPtrC aText) |
| Set header text. |
|
| IMPORT_C void | SetHeaderImageOwnedL (CEikImage *aImage) |
| Set header image. |
|
| IMPORT_C void | SetHeaderImageL (CEikImage *aImage) |
| Set header image. |
|
| IMPORT_C void | SetHeaderAnimationL (TInt aResourceId) |
Set header animation by reading BMPANIM_DATA resource. |
|
| IMPORT_C void | SetLayout (THeadingPaneLayout aLayout) |
| Set layout of the heading pane. |
|
| IMPORT_C void | StartAnimationL () |
| Start the animation. |
|
| IMPORT_C TInt | CancelAnimation () |
| Cancel the animation. |
|
| virtual void | ActivateL () |
From CCoeControl. |
|
| IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| IMPORT_C void | HandleResourceChange (TInt aType) |
| Handles a change to the control's resources of type aType which are shared across the environment, e.g. |
|
| void | SetPageL (TInt aCurrent, TInt aMax=0) |
| IMPORT_C void | SetSkinFrameId (const TAknsItemID &aFrameId) |
| Set heading frame ids. |
|
| IMPORT_C void | SetSkinFrameCenterId (const TAknsItemID &aFrameCenterId) |
|
|
Enumeration for different layouts. |
|
|
Constructor. |
|
|
Destructor. |
|
|
From
Activates popup heading. Calls |
|
|
Cancel the animation.
Calls
|
|
|
From
Constructs heading pane from a resource file. Current resource reader position must point to
|
|
|
Completes the construction of the
Layout is set to
|
|
|
|
Handles a change to the control's resources of type aType which are shared across the environment, e.g. colors or fonts. |
|
|
From Get the minimum required size of heading pane.
|
|
|
Get pointer to the prompt control.
|
|
|
Get prompt text.
|
|
|
Set header animation by reading
|
|
|
Set header image.
|
|
|
Set header image. Gets the ownership of the image.
|
|
|
Set layout of the heading pane.
|
|
||||||||||||
|
|
|
Set heading frame ids. These can be used to override default ids.
|
|
|
Set header text.
|
|
|
From Responds to size changes to sets the size and position of the contents of the heading pane. |
|
|
Start the animation. |