All Frameworks Class Hierarchy This Framework Indexes
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
RedrawChildrenVisu()
- Updates the visualisation of the children of the current node.
- o
RedrawChildren()
- Updates the children of the current node.
- o
RedrawNodeVisu()
- Updates current node.
- o
RedrawParent()
- Updates the parent of the current node .
- o
Redraw()
- Updates current node and its children.
Methods
o RedrawChildrenVisu
| public virtual RedrawChildrenVisu( | ) |
-
Updates the visualisation of the children of the current node.
Note: useful for children's icon modification.
o RedrawChildren
| public virtual RedrawChildren( | ) |
-
Updates the children of the current node.
Note: deletes previous and creates new ones.
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.
o Redraw
-
Updates current node and its children.
This object is included in the file: CATIRedrawEvent.h
If needed, your Imakefile.mk should include the module: CATObjectModelerNavigator