API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikspmod.h>
Public Member Functions |
|
~CEikStatusPaneLayout () | |
Destructor. |
|
CEikStatusPaneLayoutTree * | Find (const TPaneId &aPaneId) const |
Finds the pane init with a given id. |
|
void | AcceptL (MEikStatusPaneLayoutTreeVisitor *aVisitor) |
Calls given visitor objects VisitL, method. |
|
TRect | Rect () const |
Gets rectagle of the sub pane layout. |
|
void | AknLayoutRefresh (TInt aLayoutResourceId) |
Re-reads layout data from AknLayout system. |
|
TBool | AknLayoutUsed () |
This method tells if this layout is using AknLayout system for placing and sizing the statuspane subpanes. |
|
TRect | AknLayoutRect (TInt aLayoutResourceId, TPaneId aPaneId) |
This method maps given layout resource id and subpane UID to correct layout lines in the AknLayout system. |
|
Static Public Member Functions |
|
static CEikStatusPaneLayout * | NewL (TResourceReader &aResource, const TRect &aScreenRect) |
Two phase constructor. |
|
static CEikStatusPaneLayout * | NewL (TResourceReader &aResource, const TRect &aScreenRect, TInt aLayoutId) |
Two phase constructor. |
|
Friends |
|
class | CEikStatusPaneLayoutTree |
|
Destructor. |
|
Calls given visitor objects VisitL, method.
|
|
This method maps given layout resource id and subpane UID to correct layout lines in the AknLayout system.
|
|
Re-reads layout data from AknLayout system. The data may have to be refreshed when e.g. screen resolution, orientation or language variant layout is changed on the fly.
|
|
This method tells if this layout is using AknLayout system for placing and sizing the statuspane subpanes.
|
|
Finds the pane init with a given id. If a pane init is not found NULL pointer is returned.
|
|
Two phase constructor.
|
|
Two phase constructor.
|
|
Gets rectagle of the sub pane layout.
|
|