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 116 of file GLPreviewFrame.h.
ImageGroupButtonEventHandler::ImageGroupButtonEventHandler | ( | unsigned int | image_number, |
GLPreviewFrame * | frame_in, | ||
HuginBase::Panorama * | m_pano | ||
) |
Definition at line 2513 of file GLPreviewFrame.cpp.
void ImageGroupButtonEventHandler::AddDragTool | ( | DragTool ** | drag_tool_in | ) |
Definition at line 2559 of file GLPreviewFrame.cpp.
References drag_tools.
Referenced by GLPreviewFrame::panoramaImagesChanged().
void ImageGroupButtonEventHandler::AddIdentifyTool | ( | PreviewIdentifyTool ** | identify_tool_in | ) |
Definition at line 2516 of file GLPreviewFrame.cpp.
References identify_tools.
Referenced by GLPreviewFrame::panoramaImagesChanged().
void ImageGroupButtonEventHandler::OnChange | ( | wxCommandEvent & | e | ) |
Definition at line 2547 of file GLPreviewFrame.cpp.
References GLPreviewFrame::AddImageToDragGroup(), frame, image_number, OnEnter(), OnLeave(), and GLPreviewFrame::RemoveImageFromDragGroup().
|
protected |
Definition at line 2521 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, and m_pano.
Referenced by OnChange().
|
protected |
Definition at line 2534 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, and m_pano.
Referenced by OnChange().
|
private |
Definition at line 129 of file GLPreviewFrame.h.
Referenced by AddDragTool().
|
private |
Definition at line 131 of file GLPreviewFrame.h.
Referenced by OnChange().
|
private |
Definition at line 130 of file GLPreviewFrame.h.
Referenced by AddIdentifyTool(), OnEnter(), and OnLeave().
|
private |
Definition at line 128 of file GLPreviewFrame.h.
Referenced by OnChange(), OnEnter(), and OnLeave().
|
private |
Definition at line 132 of file GLPreviewFrame.h.