ICellView Class Reference

Inheritance diagram for ICellView:

IDMContainer IDMObject IBase


Public Methods

virtual void getCell (ICell *&c)=0
virtual void getView (IView *&v)=0
virtual SRef< IStringgetCellName ()=0
virtual SRef< IStringgetViewName ()=0
virtual SRef< IStringgetViewType ()=0

Static Public Methods

const GuidgetId ()

Detailed Description

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

Parameters:
c 

SRef< IString > ICellView::getCellName   [pure virtual]
 

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

Reimplemented from IDMContainer.

void ICellView::getView IView *&    v [pure virtual]
 

Parameters:
v 

SRef< IString > ICellView::getViewName   [pure virtual]
 

virtual SRef<IString> ICellView::getViewType   [pure virtual]
 


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

Return to top of page