All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Notification CATDeleteNotification
Usage: you must use this class as is. You should never derive it.
public class CATDeleteNotification
Notification class for feature deletion.
role: Used to notify feature deletion events.
- See also:
- CATISpecEvents, CATSpecNotification
Constructor and Destructor Index
- o
~CATDeleteNotification()
-
- o
CATDeleteNotification(CATBaseUnknown_var&)
- Constructs a CATDeleteNotification from an object.
- o
CATDeleteNotification(CATDeleteNotification&)
- Copy constructor.
Method Index
- o
operator=(CATDeleteNotification&)
- Assignment operator from a notification instance.
Constructor and Destructor
o ~CATDeleteNotification
| public virtual ~CATDeleteNotification( | ) |
-
o CATDeleteNotification
| public CATDeleteNotification( | const | obj) |
-
Constructs a CATDeleteNotification from an object.
o CATDeleteNotification
| public CATDeleteNotification( | const | iNotification) |
-
Copy constructor.
- Parameters:
-
- iNotification
- The notification to copy
Methods
o operator=
| public operator=( | const | iNotification) |
-
Assignment operator from a notification instance.
- Parameters:
-
- iNotification
- The provided notification
- Returns:
- The notification resulting from the assignment
This object is included in the file: CATSpecNotifications.h
If needed, your Imakefile.mk should include the module: CATObjectModelerBase