All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Notification CATEndContext

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

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


public class CATEndContext

Class to notify the end of context task.
Role: This notification sent by a CATManipulator indicates that the mouse button 3 is released or the callback task is ended. The items of the context menu are automatically destroyed when this notification is sent. It can be received by any CATCommand class by means of the callback through the CATCommand.AddAnalyseNotificationCB method.


Constructor and Destructor Index


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

Constructor and Destructor


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

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

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