#include <PreviewPanoMaskTool.h>
Inheritance diagram for PreviewPanoMaskTool:

Public Member Functions | |
| PreviewPanoMaskTool (PreviewToolHelper *helper) | |
| void | Activate () |
| Switch on a tool. | |
| void | BeforeDrawImagesEvent () |
| Draw using OpenGL anything the tool requires underneath the images. | |
| void | ReallyAfterDrawImagesEvent () |
| Draw (using OpenGL) the overlays, e.g. crop highlights, guides. | |
Definition at line 31 of file PreviewPanoMaskTool.h.
|
|
Definition at line 30 of file PreviewPanoMaskTool.cpp. |
|
|
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 Tool. Definition at line 35 of file PreviewPanoMaskTool.cpp. References ToolHelper::NotifyMe(). |
|
|
Draw using OpenGL anything the tool requires underneath the images.
Reimplemented from Tool. Definition at line 43 of file PreviewPanoMaskTool.cpp. |
|
|
Draw (using OpenGL) the overlays, e.g. crop highlights, guides.
Reimplemented from Tool. Definition at line 47 of file PreviewPanoMaskTool.cpp. References OutputProjectionInfo::AngularToImage(), TextureManager::DisableTexture(), ViewState::GetOptions(), HuginBase::PanoramaOptions::getProjection(), ViewState::GetTextureManager(), and ToolHelper::GetViewStatePtr(). |
1.3.9.1