Hugin trunk 0.1
Loading...
Searching...
No Matches
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{
33public:
35 void Activate();
38};
39
40#endif
41
For projections where the output range is limited, but the approximatly remaped images can extend thi...
void BeforeDrawImagesEvent()
Draw using OpenGL anything the tool requires underneath the images.
void ReallyAfterDrawImagesEvent()
Draw (using OpenGL) the overlays, e.g. crop highlights, guides.
void Activate()
Switch on a tool.
ToolHelper * helper
The PreviewToolHelper that uses the same preview window and panorama as the tool should.
Definition Tool.h:109