class MVPbkObjectHierarchy |
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.
Public Member Functions | |
---|---|
~MVPbkObjectHierarchy() | |
MVPbkContactStore & | ContactStore() |
TAny * | ObjectHierarchyExtension(TUid) |
MVPbkObjectHierarchy & | ParentObject() |
MVPbkContactStore & | ContactStore | ( | ) | const [inline, virtual] |
Returns the contact store where this object originates from. The Contact store.
TAny * | ObjectHierarchyExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
An extension point for this interface or NULL.
TUid |
MVPbkObjectHierarchy & | ParentObject | ( | ) | const [pure virtual] |
Returns the parent object of this object. For the root of the hierarchy returns self. The parent object.