All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Notification CATAttrStructNotification
Usage: you must use this class as is. You should never derive it.
public class CATAttrStructNotification
Notification class for add/remove of attributes on a feature.
- See also:
- CATISpecEvents, CATAttrNotification
Constructor and Destructor Index
- o
CATAttrStructNotification(CATBaseUnknown_var&)
- Constructs a CATAttrStructNotification from an attribute.
- o
CATAttrStructNotification(CATAttrStructNotification&)
- Copy constructor.
- o
~CATAttrStructNotification()
-
Method Index
- o
operator=(CATAttrStructNotification&)
- Assignment operator from a notification instance.
Constructor and Destructor
o CATAttrStructNotification
| public CATAttrStructNotification( | const | attr) |
-
Constructs a CATAttrStructNotification from an attribute.
o CATAttrStructNotification
| public CATAttrStructNotification( | const | iNotification) |
-
Copy constructor.
- Parameters:
-
- iNotification
- The notification to copy
o ~CATAttrStructNotification
| public virtual ~CATAttrStructNotification( | ) |
-
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