Home
last modified time | relevance | path

Searched refs:CPListCtrl (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DCPListFrame.cpp44 BEGIN_EVENT_TABLE(CPListCtrl, wxListCtrl) in BEGIN_EVENT_TABLE() argument
45 EVT_CHAR(CPListCtrl::OnChar) in BEGIN_EVENT_TABLE()
71 CPListCtrl::CPListCtrl() : m_pano(NULL) in CPListCtrl() function in CPListCtrl
77 CPListCtrl::~CPListCtrl() in ~CPListCtrl()
151 void CPListCtrl::Init(HuginBase::Panorama* pano) in Init()
205 int CPListCtrl::OnGetItemImage(long item) const in OnGetItemImage()
231 void CPListCtrl::UpdateInternalCPList() in UpdateInternalCPList()
436 void CPListCtrl::DeleteSelected() in DeleteSelected()
491 void CPListCtrl::SelectAll() in SelectAll()
499 void CPListCtrl::OnChar(wxKeyEvent& e) in OnChar()
[all …]
H A DCPListFrame.h43 class CPListCtrl : public wxListView, public HuginBase::PanoramaObserver
46 CPListCtrl();
47 ~CPListCtrl();
91 DECLARE_DYNAMIC_CLASS(CPListCtrl)
124 CPListCtrl* m_list;