All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerNavigator Interface CATINavigateFilter

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATINavigateFilter
 

Usage: you can freely reimplement this interface.


interface CATINavigateFilter

Interface to hide or show an element in the graph.

Role:Interface to declare to an unknown father in the graph if its child wants to be seen.It must be implemented by a node which cannot know its father.

See also:
CATIGraphNode, CATINavigModify, CATINavigElement, CATINavigateObject


Method Index


o IsShown(CATINavigateObject*)
Hides or Shows an element.

Methods


o IsShown
public virtual CATBoolean IsShown(CATINavigateObject* iFather) = 0
Hides or Shows an element.
Parameters:
iFather
The father of the element.

This object is included in the file: CATINavigateFilter.h
If needed, your Imakefile.mk should include the module: CATObjectModelerNavigator

Copyright © 2003, Dassault Systèmes. All rights reserved.