ObjectModelerNavigator Interface 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
  
  - 
 Updates current node and its children.
 
  o RedrawChildren
  |   public virtual   RedrawChildren( | )   | 
  - 
 Updates the children of the current node.
 
 Note:  deletes previous and creates new ones.
 
  o RedrawChildrenVisu
  |   public virtual   RedrawChildrenVisu( | )   | 
  - 
 Updates the visualisation of the children of the current node.
 
 Note:  useful for children's icon modification.
 
  o RedrawNodeVisu
  |   public virtual   RedrawNodeVisu( | )   | 
  - 
 Updates current node.
 
Role:  useful for icon modification.
 
  o RedrawParent
  |   public virtual   RedrawParent( | )   | 
  - 
 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 © 1999-2014, Dassault Systèmes. All rights reserved.