|
| CRhinoMouseCallback ()=default |
|
virtual | ~CRhinoMouseCallback () |
|
void | Enable (bool enabled) |
|
bool | IsEnabled () const |
| Returns TRUE if the mouse callback is enabled. More...
|
|
virtual void | OnBeginMouseDown (unsigned int viewSerialNumber, mouse_button button, UINT flags, const ON_2iPoint &point, bool &executeDefaultHandler) |
| Called at the beginning of CRhinoView processing a mouse down event. More...
|
|
virtual void | OnBeginMouseMove (unsigned int viewSerialNumber, UINT flags, const ON_2iPoint &point, bool &executeDefaultHandler) |
| Called at the beginning of CRhinoView processing a mouse move event. More...
|
|
virtual void | OnBeginMouseUp (unsigned int viewSerialNumber, mouse_button button, UINT flags, const ON_2iPoint &point, bool &executeDefaultHandler) |
| Called at the beginning of CRhinoView processing a mouse up event. More...
|
|
virtual BOOL32 | OnMouseDblClk (CRhinoView &, CRhinoMouseCallback::mouse_button, UINT, const ON_2iPoint &) |
|
virtual void | OnMouseDown (unsigned int viewSerialNumber, mouse_button button, UINT flags, const ON_2iPoint &point, bool defaultHandlerExecuted) |
| Called at the end of CRhinoView processing a mouse down event. More...
|
|
virtual void | OnMouseMove (unsigned int viewSerialNumber, UINT flags, const ON_2iPoint &point, bool defaultHandlerExecuted) |
| Called at the end of CRhinoView processing a mouse move event. More...
|
|
virtual void | OnMouseUp (unsigned int viewSerialNumber, mouse_button button, UINT flags, const ON_2iPoint &point, bool defaultHandlerExecuted) |
| Called at the end of CRhinoView processing a mouse up event. More...
|
|
Copyright (c) 1993-2017 Robert McNeel & Associates. All rights reserved. Rhinoceros is a registered trademark of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete Rhino SDK copyright information see http://www.rhino3d.com/developer.