API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikspmod.h>
Public Types |
|
| enum | TDirection { EHorizontal, EVertical } |
Public Member Functions |
|
| ~CEikStatusPaneLayoutTree () | |
| Destructor. |
|
| CEikStatusPaneLayoutTree * | Find (const TPaneId &aPaneId) |
| Finds the layout tree with a given pane id. |
|
| void | AcceptL (MEikStatusPaneLayoutTreeVisitor *aVisitor) |
| Calls given visitor objects VisitL, method. |
|
| TPaneId | Id () const |
| Gets pane id. |
|
| TRect | Rect () const |
| Gets rectagle of the layout tree. |
|
| 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 CEikStatusPaneLayoutTree * | NewL (CEikStatusPaneLayout *aLayout, TResourceReader &aResource, TDirection aDefaultDirection=EHorizontal) |
| Two phase constructor. |
|
Friends |
|
| class | CEikStatusPaneLayout |
|
|
|
Destructor. |
|
|
Calls given visitor objects VisitL, method. Additionally calls AcceptL -method of each sub pane layouts inside this layout tree.
|
|
||||||||||||
|
This method maps given layout resource id and subpane UID to correct layout lines in the AknLayout system.
|
|
|
Finds the layout tree with a given pane id.
|
|
|
Gets pane id.
|
|
||||||||||||||||
|
Two phase constructor.
|
|
|
Gets rectagle of the layout tree.
|
|