All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

ObjectModelerNavigator Interface CATIRedrawEvent

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ObjectModelerSystem.CATInterfaceEvents
        |
        +---CATIRedrawEvent
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIRedrawEvent

Interface to allow a graph to redraw when desired.


Method Index


o Redraw()
Updates current node and its children.
o RedrawChildren()
Updates the children of the current node.
o RedrawChildrenVisu()
Updates the visualisation of the children of the current node.
o RedrawNodeVisu()
Updates current node.
o RedrawParent()
Updates the parent of the current node .

Methods


o Redraw
public virtual void Redraw()= 0
Updates current node and its children.
o RedrawChildren
public virtual void RedrawChildren()= 0
Updates the children of the current node.
Note: deletes previous and creates new ones.
o RedrawChildrenVisu
public virtual void RedrawChildrenVisu()= 0
Updates the visualisation of the children of the current node.
Note: useful for children's icon modification.
o RedrawNodeVisu
public virtual void RedrawNodeVisu()= 0
Updates current node.
Role: useful for icon modification.
o RedrawParent
public virtual void RedrawParent()= 0
Updates the parent of the current node .
Note: useful in case of destruction.

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

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