Hugintrunk
0.1
|
#include <CPListFrame.h>
Public Member Functions | |
CPListFrame (wxFrame *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 Member Functions | |
DECLARE_EVENT_TABLE () | |
Private Attributes | |
CPListCtrl * | m_list |
HuginBase::Panorama & | m_pano |
Definition at line 108 of file CPListFrame.h.
CPListFrame::CPListFrame | ( | wxFrame * | parent, |
HuginBase::Panorama & | pano | ||
) |
ctor.
Definition at line 562 of file CPListFrame.cpp.
References DEBUG_ASSERT, DEBUG_TRACE, huginApp::Get(), and RestoreFramePosition().
|
virtual |
dtor.
Definition at line 590 of file CPListFrame.cpp.
References DEBUG_TRACE, and StoreFramePosition().
|
private |
|
protected |
Definition at line 597 of file CPListFrame.cpp.
References DEBUG_DEBUG, MainFrame::Get(), and MainFrame::OnCPListFrameClosed().
|
protected |
Definition at line 605 of file CPListFrame.cpp.
References CPListCtrl::DeleteSelected(), and m_list.
|
protected |
Definition at line 610 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().
|
private |
Definition at line 124 of file CPListFrame.h.
Referenced by OnDeleteButton(), and OnSelectButton().
|
private |
Definition at line 125 of file CPListFrame.h.
Referenced by OnSelectButton().