All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATEndEdit

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---VisualizationBase.CATVueNotification
          |
          +---VisualizationBase.CATManipulatorNotification
            |
            +---CATEndEdit
 

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


public class CATEndEdit

Class to notify the end of editing task.
Role: This notification sent by a CATManipulator indicates that the edit state is quit and the edit panel is destroyed. It can be received by any CATCommand class by means of the callback through the CATCommand.AddAnalyseNotificationCB method.


Constructor and Destructor Index


o CATEndEdit(CATNotification*)
Constructs a CATEndEdit notification.
o ~CATEndEdit()

Constructor and Destructor


o CATEndEdit
public CATEndEdit(CATNotification* iNotification)
Constructs a CATEndEdit notification.
Parameters:
iNotification
The device event notification. This notification contains the manipulation device parameters like mouse position.
o ~CATEndEdit
public virtual ~CATEndEdit()

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

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