All Frameworks Class Hierarchy This Framework Indexes
Visualization Notification CATCsoNotification
Usage: you must use this class as is. You should never derive it.
public class CATCsoNotification
class CATCsoNotification.
Class representing a notification sent by an CATXSO .
Role : notification sent when objects are added to XSO
or removed from XSO.
Constructor and Destructor Index
- o
~CATCsoNotification()
-
- o
CATCsoNotification(CATBaseUnknown*)
- The default constructor take an element on which we work.
Method Index
- o
GetObject()
- Return the working object included in the notification.
Constructor and Destructor
o ~CATCsoNotification
| public virtual ~CATCsoNotification( | ) |
-
o CATCsoNotification
| public CATCsoNotification( | | iElement) |
-
The default constructor take an element on which we work.
- Parameters:
-
- iElement
- A pointer on the working element.
Methods
o GetObject
-
Return the working object included in the notification.
- Returns:
- A pointer on the CATBaseUnknow working object.
This object is included in the file: CATCsoNotification.h
If needed, your Imakefile.mk should include the module: CATVisualization