|
Hugin trunk 0.1
|
#include <GLPreviewFrame.h>

Public Member Functions | |
| ImageGroupButtonEventHandler (unsigned int image_number, GLPreviewFrame *frame_in, HuginBase::Panorama *m_pano) | |
| void | OnChange (wxCommandEvent &e) |
| void | AddDragTool (DragTool **drag_tool_in) |
| 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< DragTool ** > | drag_tools |
| std::vector< PreviewIdentifyTool ** > | identify_tools |
| GLPreviewFrame * | frame |
| HuginBase::Panorama * | m_pano |
Definition at line 115 of file GLPreviewFrame.h.
| ImageGroupButtonEventHandler::ImageGroupButtonEventHandler | ( | unsigned int | image_number, |
| GLPreviewFrame * | frame_in, | ||
| HuginBase::Panorama * | m_pano | ||
| ) |
Definition at line 2522 of file GLPreviewFrame.cpp.
References OnChange(), OnEnter(), OnLeave(), and threshold().
Definition at line 2573 of file GLPreviewFrame.cpp.
References drag_tools, and threshold().
| void ImageGroupButtonEventHandler::AddIdentifyTool | ( | PreviewIdentifyTool ** | identify_tool_in | ) |
Definition at line 2530 of file GLPreviewFrame.cpp.
References identify_tools, and threshold().
| void ImageGroupButtonEventHandler::OnChange | ( | wxCommandEvent & | e | ) |
Definition at line 2561 of file GLPreviewFrame.cpp.
References GLPreviewFrame::AddImageToDragGroup(), frame, image_number, OnEnter(), OnLeave(), GLPreviewFrame::RemoveImageFromDragGroup(), and threshold().
Referenced by ImageGroupButtonEventHandler().
|
protected |
Definition at line 2535 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, m_pano, and threshold().
Referenced by ImageGroupButtonEventHandler(), and OnChange().
|
protected |
Definition at line 2548 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, m_pano, and threshold().
Referenced by ImageGroupButtonEventHandler(), and OnChange().
|
private |
Definition at line 127 of file GLPreviewFrame.h.
Referenced by AddDragTool().
|
private |
Definition at line 129 of file GLPreviewFrame.h.
Referenced by OnChange().
|
private |
Definition at line 128 of file GLPreviewFrame.h.
Referenced by AddIdentifyTool(), OnEnter(), and OnLeave().
Definition at line 126 of file GLPreviewFrame.h.
Referenced by OnChange(), OnEnter(), and OnLeave().
|
private |
Definition at line 130 of file GLPreviewFrame.h.