Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
PreviewControlPointTool Class Reference
The PreviewCropTool shows lines between the ends of control points in the fast preview. More...
#include <PreviewControlPointTool.h>
Inheritance diagram for PreviewControlPointTool:

Public Member Functions | |
| PreviewControlPointTool (PreviewToolHelper *helper) | |
| void | Activate () |
| Switch on a tool. | |
| void | AfterDrawImagesEvent () |
| Draw (using OpenGL) images above the others. | |
Detailed Description
The PreviewCropTool shows lines between the ends of control points in the fast preview.Regular control points are drawn in orange, blue control points are drawn in sky blue.
- Todo:
- : Delete control points when clicked and show the control point window on right click / middle click / modifier-key click? Perhaps not - not responding to user input allows us to show the control points while using the interactive tools.
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. |
|
|
Draw (using OpenGL) images above the others.
Reimplemented from PreviewTool. |
The documentation for this class was generated from the following files:
- hugin1/hugin/PreviewControlPointTool.h
- hugin1/hugin/PreviewControlPointTool.cpp
1.3.9.1