All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATEndActivate

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

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


public class CATEndActivate

Class to notify the end of selection of the representation.
Role: This notification sent by a CATManipulator indicates that the mouse botton 1 is pressed above another representation not controlled by the manipulator or above the background. It can be received by any CATCommand class by means of the callback through the CATCommand.AddAnalyseNotificationCB method.


Constructor and Destructor Index


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

Constructor and Destructor


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

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

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