|
Hugin trunk 0.1
|
#include <Tool.h>

Public Member Functions | |
| PanosphereOverviewTool (PanosphereOverviewToolHelper *helper) | |
| virtual | ~PanosphereOverviewTool () |
| virtual void | BeforeDrawImagesBackEvent () |
| Draw using opengl anything before drawing the front face culled images. | |
| virtual void | AfterDrawImagesBackEvent () |
| Draw using opengl anything after drawing the front face culled images. | |
| virtual void | BeforeDrawImagesFrontEvent () |
| Draw using opengl anything before drawing the back face culled images. | |
| virtual void | AfterDrawImagesFrontEvent () |
| Draw using opengl anything after drawing the back face culled images. | |
Public Member Functions inherited from OverviewTool | |
| OverviewTool (OverviewToolHelper *helper) | |
| virtual | ~OverviewTool () |
Public Member Functions inherited from Tool | |
| Tool (ToolHelper *helper) | |
| Construct keeping a pointer to a PreviewToolHelper. | |
| virtual | ~Tool () |
| virtual void | Activate ()=0 |
| Switch on a tool. | |
| virtual void | Deactivate () |
| Switch off a tool. | |
| virtual void | MouseMoveEvent (double x, double y, wxMouseEvent &e) |
| Notify when the mouse pointer has moved over the panorama preview. | |
| virtual void | MouseButtonEvent (wxMouseEvent &e) |
| Notify of a mouse button press on the panorama preview. | |
| virtual void | MouseWheelEvent (wxMouseEvent &e) |
| Notify of a mouse wheel event on the panorama preview. | |
| virtual void | ImagesUnderMouseChangedEvent () |
| Notify when the images directly underneath the mouse pointer have changed. | |
| virtual void | KeypressEvent (int keycode, int modifiers, bool pressed) |
| Notify of a Keypress event. | |
| virtual void | BeforeDrawImagesEvent () |
| Draw using OpenGL anything the tool requires underneath the images. | |
| virtual void | AfterDrawImagesEvent () |
| Draw (using OpenGL) images above the others. | |
| virtual void | ReallyAfterDrawImagesEvent () |
| Draw (using OpenGL) the overlays, e.g. crop highlights, guides. | |
| virtual bool | BeforeDrawImageEvent (unsigned int image) |
| Draw what the tool requires just before a given image is drawn. | |
| virtual void | AfterDrawImageEvent (unsigned int image) |
| Notification called just after the image was drawn normally. | |
| virtual void | MarkDirty () |
Additional Inherited Members | |
Protected Attributes inherited from Tool | |
| ToolHelper * | helper |
| The PreviewToolHelper that uses the same preview window and panorama as the tool should. | |
|
explicit |
Draw using opengl anything after drawing the front face culled images.
Reimplemented in PanosphereOverviewProjectionGridTool, and PanosphereOverviewOutlinesTool.
Draw using opengl anything after drawing the back face culled images.
Reimplemented in PanosphereOverviewProjectionGridTool, and PanosphereOverviewOutlinesTool.
Draw using opengl anything before drawing the front face culled images.
Reimplemented in PanosphereSphereTool, and PanosphereOverviewProjectionGridTool.
Draw using opengl anything before drawing the back face culled images.
Reimplemented in PanosphereSphereTool, and PanosphereOverviewProjectionGridTool.