All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Notification CATCreationNotification
Usage: you must use this class as is. You should never derive it.
public class CATCreationNotification
Notification class for feature creation.
role: Used to notify feature creation events.
- See also:
- CATISpecEvents, CATSpecNotification
Constructor and Destructor Index
- o
CATCreationNotification(CATCreationNotification&)
- Copy constructor.
- o
~CATCreationNotification()
-
- o
CATCreationNotification(CATBaseUnknown_var&)
- Constructs a CATCreationNotification from an object.
Method Index
- o
operator=(CATCreationNotification&)
- Assignment operator from a notification instance.
Constructor and Destructor
o CATCreationNotification
| public CATCreationNotification( | const | iNotification) |
-
Copy constructor.
- Parameters:
-
- iNotification
- The notification to copy
o ~CATCreationNotification
| public virtual ~CATCreationNotification( | ) |
-
o CATCreationNotification
| public CATCreationNotification( | const | obj) |
-
Constructs a CATCreationNotification from an object.
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