All Frameworks Class Hierarchy This Framework Next Indexes
ObjectModelerBase Notification CATAttrNotification
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---System.CATNotification
|
+---ObjectModelerBase.CATSpecNotification
|
+---ObjectModelerBase.CATModifNotification
|
+---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(CATAttrNotification&)
- Copy constructor.
- o
CATAttrNotification(CATBaseUnknown_var&)
- Constructs a CATAttrNotification from an attribute.
- o
~CATAttrNotification()
-
Method Index
- o
GetAttribute()
- Returns the concerned attribute.
- o
operator=(CATAttrNotification&)
- Assignment operator from a notification instance.
Constructor and Destructor
o CATAttrNotification
-
Copy constructor.
- Parameters:
-
- iNotification
- The notification to copy
o CATAttrNotification
-
Constructs a CATAttrNotification from an attribute.
o ~CATAttrNotification
public virtual ~CATAttrNotification( | ) |
-
Methods
o GetAttribute
-
Returns the concerned attribute.
o operator=
-
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