Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
CPListFrame Class Reference

#include <CPListFrame.h>

Inheritance diagram for CPListFrame:
Inheritance graph

Public Member Functions

 CPListFrame (wxWindow *parent, HuginBase::Panorama &pano)
 ctor.
 
virtual ~CPListFrame ()
 dtor.
 

Protected Member Functions

void OnDeleteButton (wxCommandEvent &e)
 
void OnSelectButton (wxCommandEvent &e)
 
void OnClose (wxCloseEvent &event)
 

Private Attributes

CPListCtrlm_list
 
HuginBase::Panoramam_pano
 

Detailed Description

Definition at line 107 of file CPListFrame.h.

Constructor & Destructor Documentation

◆ CPListFrame()

CPListFrame::CPListFrame ( wxWindow *  parent,
HuginBase::Panorama pano 
)

◆ ~CPListFrame()

CPListFrame::~CPListFrame ( )
virtual

dtor.

Definition at line 523 of file CPListFrame.cpp.

References DEBUG_TRACE, and hugin_utils::StoreFramePosition().

Member Function Documentation

◆ OnClose()

void CPListFrame::OnClose ( wxCloseEvent event)
protected

Definition at line 530 of file CPListFrame.cpp.

References DEBUG_DEBUG, MainFrame::Get(), and MainFrame::OnCPListFrameClosed().

Referenced by CPListFrame().

◆ OnDeleteButton()

void CPListFrame::OnDeleteButton ( wxCommandEvent &  e)
protected

Definition at line 538 of file CPListFrame.cpp.

References CPListCtrl::DeleteSelected(), and m_list.

Referenced by CPListFrame().

◆ OnSelectButton()

void CPListFrame::OnSelectButton ( wxCommandEvent &  e)
protected

Member Data Documentation

◆ m_list

CPListCtrl* CPListFrame::m_list
private

Definition at line 123 of file CPListFrame.h.

Referenced by CPListFrame(), OnDeleteButton(), and OnSelectButton().

◆ m_pano

HuginBase::Panorama& CPListFrame::m_pano
private

Definition at line 124 of file CPListFrame.h.

Referenced by CPListFrame(), and OnSelectButton().


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