Hugintrunk
0.1
|
#include <GLPreviewFrame.h>
Public Member Functions | |
ImageToogleButtonEventHandler (unsigned int image_number, wxToggleButton *identify_button_in, HuginBase::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 |
wxToggleButton * | m_identify_button |
HuginBase::Panorama * | m_pano |
Definition at line 97 of file GLPreviewFrame.h.
ImageToogleButtonEventHandler::ImageToogleButtonEventHandler | ( | unsigned int | image_number, |
wxToggleButton * | identify_button_in, | ||
HuginBase::Panorama * | m_pano | ||
) |
Definition at line 2443 of file GLPreviewFrame.cpp.
References image_number, m_identify_button, and m_pano.
void ImageToogleButtonEventHandler::AddIdentifyTool | ( | PreviewIdentifyTool ** | identify_tool_in | ) |
Definition at line 2509 of file GLPreviewFrame.cpp.
References identify_tools.
Referenced by GLPreviewFrame::panoramaImagesChanged().
void ImageToogleButtonEventHandler::OnChange | ( | wxCommandEvent & | e | ) |
Definition at line 2486 of file GLPreviewFrame.cpp.
References PanoCommand::CommandHistory::addCommand(), HuginBase::Panorama::getActiveImages(), PanoCommand::GlobalCmdHist::getInstance(), image_number, m_pano, OnEnter(), and OnLeave().
|
protected |
Definition at line 2453 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, m_identify_button, and m_pano.
Referenced by OnChange().
|
protected |
Definition at line 2470 of file GLPreviewFrame.cpp.
References HuginBase::Panorama::getActiveImages(), identify_tools, image_number, m_identify_button, and m_pano.
Referenced by OnChange().
|
private |
Definition at line 111 of file GLPreviewFrame.h.
Referenced by AddIdentifyTool(), OnEnter(), and OnLeave().
|
private |
Definition at line 110 of file GLPreviewFrame.h.
Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave().
|
private |
Definition at line 112 of file GLPreviewFrame.h.
Referenced by ImageToogleButtonEventHandler(), OnEnter(), and OnLeave().
|
private |
Definition at line 113 of file GLPreviewFrame.h.
Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave().