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