#include <app/MVPbkObjectHierarchy.h>
| class MVPbkObjectHierarchy |
| Public Member Functions | |
|---|---|
| virtual | ~MVPbkObjectHierarchy() |
| virtual MVPbkContactStore & | ContactStore() |
| virtual TAny * | ObjectHierarchyExtension(TUid) |
| pure virtual MVPbkObjectHierarchy & | ParentObject() |
An interface for objects that belongs to object hierarchy.
The interface can be used to get the store from an object that belongs to the hierarchy.
| MVPbkContactStore & | ContactStore | ( | ) | const [inline, virtual] |
Returns the contact store where this object originates from.
Returns: The Contact store.
| MVPbkObjectHierarchy & | ParentObject | ( | ) | const [pure virtual] |
Returns the parent object of this object. For the root of the hierarchy returns self.
Returns: The parent object.