API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikspane.h>
Inherits CEikStatusPaneBase.
CEikStatusPane
is the interface through which applications use the status pane. This class synchronises the status pane layout with the
server side status pane object. To do this, the ApplyCurrentSettingsL()
method must be called whenever the owner application switches to the foreground.
Public Member Functions |
|
IMPORT_C | ~CEikStatusPane () |
Destructor. |
|
IMPORT_C void | ApplyCurrentSettingsL () |
Synchronises the server status pane layout with the application status pane. |
|
IMPORT_C void | PrepareForAppExit () |
Prepares the status pane for the application exit. |
|
virtual IMPORT_C void | MakeVisible (TBool aVisible) |
Sets the visiblility of the status pane and its contents. |
|
virtual IMPORT_C void | SetDimmed (TBool aDimmed) |
Sets the status pane and its contents to dimmed state. |
|
virtual IMPORT_C void | SetFaded (TBool aFaded) |
Not implemented. |
|
virtual IMPORT_C void | HandleResourceChange (TInt aType) |
Handles changes in resources which are shared across the environment. |
|
virtual IMPORT_C TBool | OkToChangeStatusPaneNow () |
Returns always ETrue . |
|
Static Public Member Functions |
|
static IMPORT_C CEikStatusPane * | NewL (CEikonEnv &aEikEnv, RWindowGroup *aParent, TInt aCoreStatusPaneModelResId, TInt aAppStatusPaneModelResId=EEikStatusPaneUseDefaults) |
Two-phased constructor. |
|
Destructor. |
|
Synchronises the server status pane layout with the application status pane. |
|
Handles changes in resources which are shared across the environment.
This function responds to the changes in resources by propagating them to sub-parts of the status pane. From
Reimplemented from CEikStatusPaneBase. |
|
Sets the visiblility of the status pane and its contents.
From
Reimplemented from CEikStatusPaneBase. |
|
Two-phased constructor.
|
|
Returns always
From
Reimplemented from CEikStatusPaneBase. |
|
Prepares the status pane for the application exit. Clears the status pane. |
|
Sets the status pane and its contents to dimmed state.
From
Reimplemented from CEikStatusPaneBase. |
|
Not implemented.
From
Reimplemented from CEikStatusPaneBase. |