IDMContainer Class Reference

Inheritance diagram for IDMContainer:

IDMObject IBase ICell ICellView IDMLib IView


Public Methods

virtual void getDMFiles (IDMFileIter *&files)=0

Static Public Methods

const GuidgetId ()

Detailed Description

This class is derived from the IDMObject base class and is used for passing DMContainer information through the interface. This DMContainer object can be implemented on either side of the interface. A simple implementation is provided by the plugIn package. The purpose of the IDMContainer class is to encapsulate the information needed to find or reconstruct the object, without dependencies on OpenAccess types. It is intended that this object will be created by the application or plug-in as needed, passed through the interface, and then released by the caller after the interface call returns.


Member Function Documentation

void IDMContainer::getDMFiles IDMFileIter *&    files [pure virtual]
 

Parameters:
files 

const Guid & IDMContainer::getId   [inline, static]
 

Reimplemented from IDMObject.

Reimplemented in IDMLib, ICell, IView, and ICellView.


The documentation for this class was generated from the following files:

Return to top of page