PreviewCropTool Class Reference
Allow the user to change the cropping region by dragging it in the fast preview. More...
#include <PreviewCropTool.h>
Inheritance diagram for PreviewCropTool:

Public Member Functions | |
| PreviewCropTool (PreviewToolHelper *helper) | |
| void | Activate () |
| Switch on a tool. | |
| void | ReallyAfterDrawImagesEvent () |
| Draw (using OpenGL) the overlays, e.g. crop highlights, guides. | |
| void | MouseMoveEvent (double x, double y, wxMouseEvent &e) |
| Notify when the mouse pointer has moved over the panorama preview. | |
| void | MouseButtonEvent (wxMouseEvent &e) |
| Notify of a mouse button press on the panorama preview. | |
Detailed Description
Allow the user to change the cropping region by dragging it in the fast preview.
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
Switch on a tool. Inherited classes also register events they want to respond to with the PreviewToolHelper. As events are lost when the tool is deactivated without notification to the PreviewTool, things from the last activation can be cleaned up here too. Implements PreviewTool. |
|
|
Notify of a mouse button press on the panorama preview.
Reimplemented from PreviewTool. |
|
||||||||||||||||
|
Notify when the mouse pointer has moved over the panorama preview. The coordinates are in the space of the panorama output at full size, with no output cropping.
Reimplemented from PreviewTool. |
|
|
Draw (using OpenGL) the overlays, e.g. crop highlights, guides.
Reimplemented from PreviewTool. |
The documentation for this class was generated from the following files:
- hugin1/hugin/PreviewCropTool.h
- hugin1/hugin/PreviewCropTool.cpp
1.3.9.1