ICell Class Reference

Inheritance diagram for ICell:

IDMContainer IDMObject IBase


Public Methods

virtual void getLib (IDMLib *&l)=0
virtual SRef< IStringgetName ()=0
virtual void getCellViews (ICellViewIter *&cellViews)=0

Static Public Methods

const GuidgetId ()

Detailed Description

This class is derived from the IDMObject base class and is used for passing cell information through the interface. This cell object can be implemented on either side of the interface. A simple implementation is provided by the plugIn package. The purpose of the ICell 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 ICell::getCellViews ICellViewIter *&    cellViews [pure virtual]
 

This function returns a collection of the cellViews that are defined using this cell.

Parameters:
cellViews 

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

Reimplemented from IDMContainer.

void ICell::getLib IDMLib *&    l [pure virtual]
 

Parameters:
l 

SRef< IString > ICell::getName   [pure virtual]
 


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

Return to top of page