Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PanosphereSphereTool.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
22 #ifndef _PANOSPHERE_SPHERE_TOOL_H
23 #define _PANOSPHERE_SPHERE_TOOL_H
24 
25 #include "Tool.h"
26 
31 {
32 public:
33  void Activate();
34  PanosphereSphereTool(PanosphereOverviewToolHelper *helper, const wxColour backgroundColour);
35 
39  void SetPreviewBackgroundColor (wxColour c);
40 
41 protected:
43 };
44 
45 #endif
46 
void BeforeDrawImagesBackEvent()
Draw using opengl anything before drawing the front face culled images.
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:102
PanosphereSphereTool(PanosphereOverviewToolHelper *helper, const wxColour backgroundColour)
tool to draw a whiteish transparent sphere for the panosphere
void BeforeDrawImagesFrontEvent()
Draw using opengl anything before drawing the back face culled images.
void SetPreviewBackgroundColor(wxColour c)
sets the sphere background color