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

Public Member Functions | |
| void | Activate () |
| Switch on a tool. | |
| PanosphereSphereTool (PanosphereOverviewToolHelper *helper, const wxColour backgroundColour) | |
| void | BeforeDrawImagesBackEvent () |
| Draw using opengl anything before drawing the front face culled images. | |
| void | BeforeDrawImagesFrontEvent () |
| Draw using opengl anything before drawing the back face culled images. | |
| void | SetPreviewBackgroundColor (wxColour c) |
| sets the sphere background color | |
Protected Attributes | |
| wxColour | m_background_color |
Definition at line 30 of file PanosphereSphereTool.h.
|
||||||||||||
|
Definition at line 41 of file PanosphereSphereTool.cpp. References m_background_color. |
|
|
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 46 of file PanosphereSphereTool.cpp. |
|
|
Draw using opengl anything before drawing the front face culled images.
Reimplemented from PanosphereOverviewTool. Definition at line 52 of file PanosphereSphereTool.cpp. References TextureManager::DisableTexture(), ViewState::GetTextureManager(), ToolHelper::GetViewStatePtr(), and m_background_color. |
|
|
Draw using opengl anything before drawing the back face culled images.
Reimplemented from PanosphereOverviewTool. Definition at line 70 of file PanosphereSphereTool.cpp. |
|
|
sets the sphere background color
Definition at line 75 of file PanosphereSphereTool.cpp. References m_background_color. Referenced by GLPreviewFrame::OnPreviewBackgroundColorChanged(). |
|
|
Definition at line 42 of file PanosphereSphereTool.h. Referenced by BeforeDrawImagesBackEvent(), PanosphereSphereTool(), and SetPreviewBackgroundColor(). |
1.3.9.1