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
public CATAttrNotification( const CATAttrNotification& iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy
o CATAttrNotification
public CATAttrNotification( const CATBaseUnknown_var& attr)
Constructs a CATAttrNotification from an attribute.
o ~CATAttrNotification
public virtual ~CATAttrNotification()

Methods


o GetAttribute
public CATBaseUnknown_var GetAttribute()const
Returns the concerned attribute.
o operator=
public CATAttrNotification & operator=( const CATAttrNotification& 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

Copyright © 2003, Dassault Systèmes. All rights reserved.