#include <GLPreviewFrame.h>
Public Member Functions | |
| ImageToogleButtonEventHandler (unsigned int image_number, wxToolBarToolBase *identify_toolbutton_in, PT::Panorama *m_pano) | |
| void | OnChange (wxCommandEvent &e) |
| void | AddIdentifyTool (PreviewIdentifyTool **identify_tool_in) |
Protected Member Functions | |
| void | OnEnter (wxMouseEvent &e) |
| void | OnLeave (wxMouseEvent &e) |
Private Attributes | |
| unsigned int | image_number |
| std::vector< PreviewIdentifyTool ** > | identify_tools |
| wxToolBarToolBase * | identify_toolbutton |
| PT::Panorama * | m_pano |
|
||||||||||||||||
|
Definition at line 2316 of file GLPreviewFrame.cpp. References identify_toolbutton, image_number, and m_pano. |
|
|
Definition at line 2382 of file GLPreviewFrame.cpp. References identify_tools. Referenced by GLPreviewFrame::panoramaImagesChanged(). |
|
|
Definition at line 2359 of file GLPreviewFrame.cpp. References CommandHistory::addCommand(), HuginBase::Panorama::getActiveImages(), GlobalCmdHist::getInstance(), image_number, m_pano, OnEnter(), and OnLeave(). |
|
|
Definition at line 2326 of file GLPreviewFrame.cpp. References HuginBase::Panorama::getActiveImages(), identify_toolbutton, identify_tools, image_number, and m_pano. Referenced by OnChange(). |
|
|
Definition at line 2343 of file GLPreviewFrame.cpp. References HuginBase::Panorama::getActiveImages(), identify_toolbutton, identify_tools, image_number, and m_pano. Referenced by OnChange(). |
|
|
Definition at line 111 of file GLPreviewFrame.h. Referenced by ImageToogleButtonEventHandler(), OnEnter(), and OnLeave(). |
|
|
Definition at line 110 of file GLPreviewFrame.h. Referenced by AddIdentifyTool(), OnEnter(), and OnLeave(). |
|
|
Definition at line 109 of file GLPreviewFrame.h. Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave(). |
|
|
Definition at line 112 of file GLPreviewFrame.h. Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave(). |
1.3.9.1