mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0031519: Visualization, AIS_ViewController - add AIS_MouseGesture_ZoomWindow gesture
AIS_ViewController now supports AIS_MouseGesture_ZoomWindow gesture, which displays zooming window via Rubber-Band rectangle.
This commit is contained in:
@@ -25,7 +25,8 @@ enum AIS_ViewSelectionTool
|
||||
{
|
||||
AIS_ViewSelectionTool_Picking, //!< pick to select
|
||||
AIS_ViewSelectionTool_RubberBand, //!< rubber-band to select
|
||||
AIS_ViewSelectionTool_Polygon //!< polyline to select
|
||||
AIS_ViewSelectionTool_Polygon, //!< polyline to select
|
||||
AIS_ViewSelectionTool_ZoomWindow, //!< zoom-in window (no selection)
|
||||
};
|
||||
|
||||
//! Input buffer type.
|
||||
|
Reference in New Issue
Block a user