Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PreviewPanoMaskTool.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
22 #ifndef _PREVIEWPANOMASKTOOL_h
23 #define _PREVIEWPANOMASKTOOL_h
24 
25 #include "Tool.h"
26 
32 {
33 public:
35  void Activate();
36  void BeforeDrawImagesEvent();
38 };
39 
40 #endif
41 
void ReallyAfterDrawImagesEvent()
Draw (using OpenGL) the overlays, e.g. crop highlights, guides.
ToolHelper * helper
The PreviewToolHelper that uses the same preview window and panorama as the tool should.
Definition: Tool.h:102
void Activate()
Switch on a tool.
void BeforeDrawImagesEvent()
Draw using OpenGL anything the tool requires underneath the images.
PreviewPanoMaskTool(PreviewToolHelper *helper)
For projections where the output range is limited, but the approximatly remaped images can extend thi...