|
Hugintrunk
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 2514 of file GLPreviewFrame.cpp.
References OnChange(), OnEnter(), and OnLeave().
| void ImageGroupButtonEventHandler::AddDragTool | ( | DragTool ** | drag_tool_in | ) |
Definition at line 2565 of file GLPreviewFrame.cpp.
References drag_tools.
Referenced by GLPreviewFrame::panoramaImagesChanged().
| void ImageGroupButtonEventHandler::AddIdentifyTool | ( | PreviewIdentifyTool ** | identify_tool_in | ) |
Definition at line 2522 of file GLPreviewFrame.cpp.
References identify_tools.
Referenced by GLPreviewFrame::panoramaImagesChanged().
| void ImageGroupButtonEventHandler::OnChange | ( | wxCommandEvent & | e | ) |
Definition at line 2553 of file GLPreviewFrame.cpp.
References GLPreviewFrame::AddImageToDragGroup(), frame, image_number, OnEnter(), OnLeave(), and GLPreviewFrame::RemoveImageFromDragGroup().
Referenced by ImageGroupButtonEventHandler().
|
protected |
Definition at line 2527 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, and m_pano.
Referenced by ImageGroupButtonEventHandler(), and OnChange().
|
protected |
Definition at line 2540 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, and m_pano.
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().
|
private |
Definition at line 126 of file GLPreviewFrame.h.
Referenced by OnChange(), OnEnter(), and OnLeave().
|
private |
Definition at line 130 of file GLPreviewFrame.h.
1.8.5