| class CEikStatusPaneBase::TSetRectAndVisibility : public MEikStatusPaneLayoutTreeVisitor |
| Public Member Functions | |
|---|---|
| TSetRectAndVisibility(TBool, CEikStatusPaneBase *) | |
| void | VisitL(CEikStatusPaneLayoutTree *) |
| Private Attributes | |
|---|---|
| TBool | iIsApp |
| CEikStatusPaneBase * | iStatusPane |
| TSetRectAndVisibility | ( | TBool | aIsApp, |
| CEikStatusPaneBase * | aStatusPane | ||
| ) | |||
| TBool aIsApp | |
| CEikStatusPaneBase * aStatusPane |
| void | VisitL | ( | CEikStatusPaneLayoutTree * | aNode | ) | [virtual] |
Virtual function of which implementation should be provided by the classes that implement the layout check visitor design pattern.
| CEikStatusPaneLayoutTree * aNode | A layout node to be visited. |