All Frameworks  Class Hierarchy  This Framework  Indexes   

ObjectModelerBase Notification CATSpecNotification

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


public class CATSpecNotification

Notification class for feature modeler.
role: Used to notify events.

See also:
CATISpecEvents, CATNotification


Constructor and Destructor Index


o CATSpecNotification()
Constructs a CATSpecNotification.
o ~CATSpecNotification()
o CATSpecNotification(CATSpecNotification&)
Copy constructor.

Method Index


o FeedPath(CATBaseUnknown_var&)
Build step by step the list of objects concerned by the notification.
o GetObject()
Returns the impacted object (created, modified or deleted according to the notification type).
o GivePath()
Returns the path constructed by FeedPath.
o operator=(CATSpecNotification&)
Assignment operator from a notification instance.

Constructor and Destructor


o CATSpecNotification
public CATSpecNotification()
Constructs a CATSpecNotification.
o ~CATSpecNotification
public virtual ~CATSpecNotification()
o CATSpecNotification
public CATSpecNotification( const iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy

Methods


o FeedPath
public FeedPath( const iObj)
Build step by step the list of objects concerned by the notification. note: There is no default implementation to build all that path.
Parameters:
iObj
Object concerned by the notification.
o GetObject
public GetObject()
Returns the impacted object (created, modified or deleted according to the notification type).
o GivePath
public GivePath()
Returns the path constructed by FeedPath.
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

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