All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATEndPreactivate

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

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


public class CATEndPreactivate

Class to notify the end of preselection of the representation.
Role: This notification sent by a CATManipulator indicates that the mouse leaves the representation controlled by the manipulator. It can be received by any CATCommand class by means of the callback through the CATCommand.AddAnalyseNotificationCB method.


Constructor and Destructor Index


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

Constructor and Destructor


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

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

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