All Frameworks Class Hierarchy This Framework Indexes
Visualization Class CATPSO
Usage: you must use this class as is. You should never derive it.
public class CATPSO
Class representing the set of pre-hihglighted objects.
- See also:
- CATHSO, CATAddElements, CATRemoveElements
Method Index
- o
Empty(void)
- Empties all elements in the set.
- o
EndAddElements()
- Completes the action of adding elements to the set.
- o
EndRemoveElements()
- Completes the action of removing elements from the set.
Methods
o Empty
-
Empties all elements in the set.
Role: Asks to the visu manager,
CATVisManager, to remove pre-highlight of all elements actually pre-highlighted and sends a
CATRemoveElements notification with the list of all elements that have been really un pre-highlighted.
o EndAddElements
| public virtual EndAddElements( | ) |
-
Completes the action of adding elements to the set.
Role: Asks visu manager to put in pre-highlight all elements
of the set and sends a
CATAddElements notification with the list of all elements that have been really pre-highlighted.
- See also:
- CATXSO.AddElement, CATXSO.AddElements, CATAddElements
o EndRemoveElements
| public virtual EndRemoveElements( | ) |
-
Completes the action of removing elements from the set.
Role : Asks to the visu manager,
CATVisManager, to remove pre-highlight of all elements of the set and sends a
CATRemoveElements notification with the list of all elements
that have been really un pre-highlighted.
- See also:
- CATXSO.RemoveElement, CATXSO.RemoveElements, CATRemoveElements
This object is included in the file: CATPSO.h
If needed, your Imakefile.mk should include the module: CATVisualization