Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
ImageToogleButtonEventHandler Class Reference

#include <GLPreviewFrame.h>

Inheritance diagram for ImageToogleButtonEventHandler:
Inheritance graph

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::Panoramam_pano
 

Detailed Description

Definition at line 97 of file GLPreviewFrame.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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)
void ImageToogleButtonEventHandler::OnEnter ( wxMouseEvent &  e)
protected
void ImageToogleButtonEventHandler::OnLeave ( wxMouseEvent &  e)
protected

Member Data Documentation

std::vector<PreviewIdentifyTool**> ImageToogleButtonEventHandler::identify_tools
private

Definition at line 111 of file GLPreviewFrame.h.

Referenced by AddIdentifyTool(), OnEnter(), and OnLeave().

unsigned int ImageToogleButtonEventHandler::image_number
private

Definition at line 110 of file GLPreviewFrame.h.

Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave().

wxToggleButton* ImageToogleButtonEventHandler::m_identify_button
private

Definition at line 112 of file GLPreviewFrame.h.

Referenced by ImageToogleButtonEventHandler(), OnEnter(), and OnLeave().

HuginBase::Panorama* ImageToogleButtonEventHandler::m_pano
private

Definition at line 113 of file GLPreviewFrame.h.

Referenced by ImageToogleButtonEventHandler(), OnChange(), OnEnter(), and OnLeave().


The documentation for this class was generated from the following files: