MVPbkObjectHierarchy Class Reference

#include <app/MVPbkObjectHierarchy.h>

class MVPbkObjectHierarchy

Detailed Description

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 Function Documentation

ContactStore ( )

MVPbkContactStore &ContactStore()const [inline, virtual]

Returns the contact store where this object originates from.

Returns: The Contact store.

ObjectHierarchyExtension ( TUid )

TAny *ObjectHierarchyExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL.

Returns: An extension point for this interface or NULL.

ParentObject ( )

MVPbkObjectHierarchy &ParentObject()const [pure virtual]

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

Returns: The parent object.