All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Visualization Notification CATCsoNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---CATCsoNotification
 

Usage: you must use this class as is. You should never derive it.


public class CATCsoNotification

class CATCsoNotification.
Class representing a notification sent by an CATXSO .
Role : notification sent when objects are added to XSO or removed from XSO.


Constructor and Destructor Index


o CATCsoNotification(CATBaseUnknown*)
The default constructor take an element on which we work.
o ~CATCsoNotification()

Method Index


o GetObject()
Return the working object included in the notification.

Constructor and Destructor


o CATCsoNotification
public CATCsoNotification(CATBaseUnknown* iElement)
The default constructor take an element on which we work.
Parameters:
iElement
A pointer on the working element.
o ~CATCsoNotification
public virtual ~CATCsoNotification()

Methods


o GetObject
public CATBaseUnknown * GetObject()const
Return the working object included in the notification.
Returns:
A pointer on the CATBaseUnknow working object.

This object is included in the file: CATCsoNotification.h
If needed, your Imakefile.mk should include the module: CATVisualization

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