| class CEikStatusPaneModelBase::TLayoutChecker : public MEikStatusPaneLayoutTreeVisitor |
| Public Member Functions | |
|---|---|
| TLayoutChecker(CEikStatusPaneSetInit *) | |
| void | VisitL(CEikStatusPaneLayoutTree *) |
| Private Attributes | |
|---|---|
| CEikStatusPaneSetInit * | iPanes |
| TLayoutChecker | ( | CEikStatusPaneSetInit * | aPanes | ) |
| CEikStatusPaneSetInit * aPanes |
| 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. |