All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATMultiSel

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---VisualizationBase.CATVueNotification
          |
          +---CATMultiSel
 

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


public class CATMultiSel

Class to notify the multi selection of the representations.
Role: This notification sent by a CATManipulator indicates that a group of representations controlled by the manipulator has been selected. It can be received by any CATCommand class by means of the callback through the CATCommand.AddAnalyseNotificationCB method.


Constructor and Destructor Index


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

Constructor and Destructor


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

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

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