| class MEikStatusPaneLayoutTreeVisitor |
This abstract class is used for checking pane layout validity.
| Public Member Functions | |
|---|---|
| void | VisitL(CEikStatusPaneLayoutTree *) |
| void | VisitL | ( | CEikStatusPaneLayoutTree * | aNode | ) | [pure 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. |