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