All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Notification CATAttrValNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---ObjectModelerBase.CATSpecNotification
          |
          +---ObjectModelerBase.CATModifNotification
            |
            +---ObjectModelerBase.CATAttrNotification
              |
              +---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(CATBaseUnknown_var&)
Constructs a CATAttrValNotification from an attribute.
o ~CATAttrValNotification()

Method Index


o operator=(CATAttrValNotification&)
Assignment operator from a notification instance.

Constructor and Destructor


o CATAttrValNotification
public CATAttrValNotification( const CATAttrValNotification& iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy
o CATAttrValNotification
public CATAttrValNotification( const CATBaseUnknown_var& attr)
Constructs a CATAttrValNotification from an attribute.
o ~CATAttrValNotification
public virtual ~CATAttrValNotification()

Methods


o operator=
public CATAttrValNotification & operator=( const CATAttrValNotification& 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.