API published in: S60 1st Ed
Link against: eikcoctl.lib
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. Public since 3rd Ed FP1
|
|
|
Finds the layout tree with a given pane id.
|
|
|
Gets pane id.
|
| ||||||||||||||||
|
Two phase constructor. Public since 3rd Ed FP1
|
|
|
Gets rectagle of the layout tree.
|
|