Hugintrunk
0.1
|
#include <CPListFrame.h>
Public Member Functions | |
CPListFrame (wxWindow *parent, HuginBase::Panorama &pano) | |
ctor. More... | |
virtual | ~CPListFrame () |
dtor. More... | |
Protected Member Functions | |
void | OnDeleteButton (wxCommandEvent &e) |
void | OnSelectButton (wxCommandEvent &e) |
void | OnClose (wxCloseEvent &event) |
Private Attributes | |
CPListCtrl * | m_list |
HuginBase::Panorama & | m_pano |
Definition at line 107 of file CPListFrame.h.
CPListFrame::CPListFrame | ( | wxWindow * | parent, |
HuginBase::Panorama & | pano | ||
) |
ctor.
Definition at line 504 of file CPListFrame.cpp.
References DEBUG_ASSERT, DEBUG_TRACE, CPListCtrl::Init(), m_list, m_pano, OnClose(), OnDeleteButton(), OnSelectButton(), and RestoreFramePosition().
|
virtual |
dtor.
Definition at line 522 of file CPListFrame.cpp.
References DEBUG_TRACE, and StoreFramePosition().
|
protected |
Definition at line 529 of file CPListFrame.cpp.
References DEBUG_DEBUG, MainFrame::Get(), and MainFrame::OnCPListFrameClosed().
Referenced by CPListFrame().
|
protected |
Definition at line 537 of file CPListFrame.cpp.
References CPListCtrl::DeleteSelected(), and m_list.
Referenced by CPListFrame().
|
protected |
Definition at line 542 of file CPListFrame.cpp.
References HuginBase::CalculateCPStatisticsError::calcCtrlPntsErrorStats(), HuginBase::PTools::calcCtrlPointErrors(), hugin_utils::doubleTowxString(), MainFrame::Get(), HUGIN_FT_CORR_THRESHOLD, MainFrame::IsShowingCorrelation(), m_list, m_pano, celeste::max(), celeste::min(), CPListCtrl::SelectDistanceThreshold(), hugin_utils::str2double(), and threshold().
Referenced by CPListFrame().
|
private |
Definition at line 123 of file CPListFrame.h.
Referenced by CPListFrame(), OnDeleteButton(), and OnSelectButton().
|
private |
Definition at line 124 of file CPListFrame.h.
Referenced by CPListFrame(), and OnSelectButton().