AfrFoundation CATCSOChangeNotification
Usage: you must use this class as is. You should never derive it.
public class CATCSOChangeNotification
Class representing a notification whose instance is sent when
the selection is changed.
Role: An instance of this class is sent by the class after the selection is changed. It contains two lists : a
list of elements that were removed from the selection and a list
of elements that were added to the selection.
Constructor and Destructor Index
- o
~CATCSOChangeNotification()
-
Data Member Index
- o
Add
- List of elements added to the selection.
- o
Remove
- List of elements removed from the selection.
Constructor and Destructor
o ~CATCSOChangeNotification
public virtual ~CATCSOChangeNotification( | ) |
-
Data Members
o Add
public CATLISTP(CATBaseUnknown) Add
-
List of elements added to the selection.
Legal values: Each element of the list is a
instance.
o Remove
public CATLISTP(CATBaseUnknown) Remove
-
List of elements removed from the selection.
Legal values: Each element of the list is a
instance.
This object is included in the file: CATCSOChangeNotification.h
If needed, your Imakefile.mk should include the module: CATAfrFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.