Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tool.cpp
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
2 
23 #ifdef _WIN32
24 #include "wx/msw/wrapwin.h"
25 #endif
26 #include "Tool.h"
27 #include "ToolHelper.h"
28 
29 Tool::Tool(ToolHelper * helper_in)
30 {
31  helper = helper_in;
32 }
33 
35 
36 PreviewTool::PreviewTool(PreviewToolHelper *helper_in) : Tool(helper_in) {}
37 
39 
41 
43 
45 
47 
49 
51 
virtual ~Tool()
Definition: Tool.cpp:34
virtual ~PreviewTool()
Definition: Tool.cpp:38
virtual ~OverviewTool()
Definition: Tool.cpp:42
OverviewTool(OverviewToolHelper *helper)
Definition: Tool.cpp:40
virtual ~PanosphereOverviewTool()
Definition: Tool.cpp:46
virtual ~PlaneOverviewTool()
Definition: Tool.cpp:50
ToolHelper * helper
The PreviewToolHelper that uses the same preview window and panorama as the tool should.
Definition: Tool.h:102
PlaneOverviewTool(PlaneOverviewToolHelper *helper)
Definition: Tool.cpp:48
Definition: Tool.h:42
Tool(ToolHelper *helper)
Construct keeping a pointer to a PreviewToolHelper.
Definition: Tool.cpp:29
PreviewTool(PreviewToolHelper *helper)
Definition: Tool.cpp:36
PanosphereOverviewTool(PanosphereOverviewToolHelper *helper)
Definition: Tool.cpp:44