Searched refs:CDownloadListCtrl (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadListCtrl.cpp98 BEGIN_EVENT_TABLE(CDownloadListCtrl, CMuleListCtrl)
99 EVT_LIST_ITEM_ACTIVATED(ID_DLOADLIST, CDownloadListCtrl::OnItemActivated)
100 EVT_LIST_ITEM_RIGHT_CLICK(ID_DLOADLIST, CDownloadListCtrl::OnMouseRightClick)
101 EVT_LIST_ITEM_MIDDLE_CLICK(ID_DLOADLIST, CDownloadListCtrl::OnMouseMiddleClick)
102 EVT_LIST_ITEM_SELECTED(ID_DLOADLIST, CDownloadListCtrl::OnItemSelectionChanged)
103 EVT_LIST_ITEM_DESELECTED(ID_DLOADLIST, CDownloadListCtrl::OnItemSelectionChanged)
105 EVT_CHAR( CDownloadListCtrl::OnKeyPressed )
107 EVT_MENU( MP_CANCEL, CDownloadListCtrl::OnCancelFile )
109 EVT_MENU( MP_PAUSE, CDownloadListCtrl::OnSetStatus )
110 EVT_MENU( MP_STOP, CDownloadListCtrl
140 CDownloadListCtrl::CDownloadListCtrl( function in class:CDownloadListCtrl
[all...]
H A DTransferWnd.h35 class CDownloadListCtrl;
102 CDownloadListCtrl* downloadlistctrl;
H A DDownloadListCtrl.h52 class CDownloadListCtrl : public CMuleListCtrl class in inherits:CMuleListCtrl
60 CDownloadListCtrl(
72 virtual ~CDownloadListCtrl();
H A DTransferWnd.cpp43 #include "DownloadListCtrl.h" // Needed for CDownloadListCtrl
86 downloadlistctrl = CastChild( wxT("downloadList"), CDownloadListCtrl );
H A Dmuuli_wdr.cpp436 CDownloadListCtrl *item5 = new CDownloadListCtrl( parent, ID_DLOADLIST, wxDefaultPosition, wxDefaultSize, wxLC_REPORT|wxSUNKEN_BORDER );

Completed in 96 milliseconds