• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:CMuleListCtrl

58 BEGIN_EVENT_TABLE(CMuleListCtrl, MuleExtern::wxGenericListCtrl)
59 EVT_LIST_COL_CLICK( -1, CMuleListCtrl::OnColumnLClick)
60 EVT_LIST_COL_RIGHT_CLICK( -1, CMuleListCtrl::OnColumnRClick)
61 EVT_LIST_ITEM_SELECTED(-1, CMuleListCtrl::OnItemSelected)
62 EVT_LIST_ITEM_DESELECTED(-1, CMuleListCtrl::OnItemSelected)
63 EVT_LIST_DELETE_ITEM(-1, CMuleListCtrl::OnItemDeleted)
64 EVT_LIST_DELETE_ALL_ITEMS(-1, CMuleListCtrl::OnAllItemsDeleted)
65 EVT_CHAR( CMuleListCtrl::OnChar)
66 EVT_MENU_RANGE(MP_LISTCOL_1, MP_LISTCOL_15, CMuleListCtrl::OnMenuSelected)
67 EVT_MOUSEWHEEL(CMuleListCtrl::OnMouseWheel)
75 CMuleListCtrl::CMuleListCtrl(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator, const wxString& name)
97 CMuleListCtrl::~CMuleListCtrl()
104 long CMuleListCtrl::InsertColumn(long col, const wxString& heading, int format, int width, const wxString& name)
134 void CMuleListCtrl::SaveSettings()
177 void CMuleListCtrl::ParseOldConfigEntries(const wxString& sortOrders, const wxString& columnWidths)
214 void CMuleListCtrl::LoadSettings()
282 const wxString& CMuleListCtrl::GetColumnName(int index) const
292 int CMuleListCtrl::GetColumnDefaultWidth(int index) const
302 int CMuleListCtrl::GetColumnIndex(const wxString& name) const
312 int CMuleListCtrl::GetNewColumnIndex(int oldindex) const
326 long CMuleListCtrl::GetInsertPos(wxUIntPtr data)
357 int CMuleListCtrl::CompareItems(wxUIntPtr item1, wxUIntPtr item2)
371 int CMuleListCtrl::SortProc(wxUIntPtr item1, wxUIntPtr item2, long data)
388 void CMuleListCtrl::SortList()
450 CMuleListCtrl::ItemDataList CMuleListCtrl::GetSelectedItems() const
471 void CMuleListCtrl::OnColumnRClick(wxListEvent& evt)
487 void CMuleListCtrl::OnMenuSelected( wxCommandEvent& evt )
505 void CMuleListCtrl::OnColumnLClick(wxListEvent& evt)
547 void CMuleListCtrl::ClearSelection()
559 bool CMuleListCtrl::AltSortAllowed(unsigned WXUNUSED(column)) const
565 void CMuleListCtrl::SetSorting(unsigned column, unsigned order)
594 bool CMuleListCtrl::IsItemSorted(long item)
616 void CMuleListCtrl::OnMouseWheel(wxMouseEvent &event)
623 void CMuleListCtrl::SetColumnImage(unsigned col, int image)
632 long CMuleListCtrl::CheckSelection(wxMouseEvent& event)
642 long CMuleListCtrl::CheckSelection(wxListEvent& event)
657 wxString CMuleListCtrl::GetTTSText(unsigned item) const
667 void CMuleListCtrl::OnChar(wxKeyEvent& evt)
750 void CMuleListCtrl::OnItemSelected(wxListEvent& evt)
768 void CMuleListCtrl::OnItemDeleted(wxListEvent& evt)
778 void CMuleListCtrl::OnAllItemsDeleted(wxListEvent& evt)
786 void CMuleListCtrl::ResetTTS()
792 wxString CMuleListCtrl::GetOldColumnOrder() const