BeMDI SDK

  Class Index

CMDITitleMouseAction
Mouse handler of CMDITitleView.

Members
CMDITitleMouseAction Constructor
HandleMouseDown Handles a mouse down event.
HandleMouseMove Handles a mouse move event.
MDIView Returns the MDI view the target is attached to.
MouseUp Handles a mouse up event.
MoveControledTo Moves the controled view.
TitleView Returns the target view.

Remarks

Like any IMouseAction object an object of this class is attached to a 'controled' view and handles its mouse messages. The controled view forwards its mouse messages to this object by calling MouseUp, MouseDown or MouseMoved.

This class handles this cases:

  • Close the view if the user pressed the close box.
  • Maximize the view if the user pressed the maximize box.

All other cases are handled by the base class.


Details
Last modified Sun Sep 2 20:41:17 2001
Derived from CMDIMouseAction
Declared in MDIViewAction.h


  Top


© 2000 by 3rd-evolution