MVPbkObjectHierarchy Class Reference

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.

Constructor & Destructor Documentation

~MVPbkObjectHierarchy()

~MVPbkObjectHierarchy()[inline, virtual]

Member Functions Documentation

ContactStore()

MVPbkContactStore &ContactStore()const [inline, virtual]

Returns the contact store where this object originates from.

ObjectHierarchyExtension(TUid)

TAny *ObjectHierarchyExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

ParentObject()

MVPbkObjectHierarchy &ParentObject()const [pure virtual]

Returns the parent object of this object. For the root of the hierarchy returns self.