The box zoom mouse model class Draws a rectangle for box zooming. More...
#include <MouseSelection.h>
Public Member Functions | |
BoxZoomSelection () | |
void | terminate () |
do nothing | |
~BoxZoomSelection () |
The box zoom mouse model class Draws a rectangle for box zooming.
Definition at line 196 of file MouseSelection.h.
BoxZoomSelection::BoxZoomSelection | ( | ) |
Definition at line 525 of file MouseSelection.cpp.
BoxZoomSelection::~BoxZoomSelection | ( | ) |
Definition at line 529 of file MouseSelection.cpp.
void BoxZoomSelection::terminate | ( | ) | [virtual] |
do nothing
Reimplemented from Gui::RectangleSelection.
Definition at line 533 of file MouseSelection.cpp.
References Gui::AbstractMouseSelection::_pcView3D, Gui::View3DInventorViewer::boxZoom(), Gui::AbstractMouseSelection::m_iXnew, Gui::AbstractMouseSelection::m_iXold, Gui::AbstractMouseSelection::m_iYnew, and Gui::AbstractMouseSelection::m_iYold.