Searched refs:FileCtrlItem_Struct (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadListCtrl.h42 struct FileCtrlItem_Struct;
163 void DrawFileItem( wxDC* dc, int nColumn, const wxRect& rect, FileCtrlItem_Struct* item ) const;
207 typedef std::multimap<const void*,FileCtrlItem_Struct*> ListItems;
H A DDownloadListCtrl.cpp52 struct FileCtrlItem_Struct struct
54 FileCtrlItem_Struct() function in struct:FileCtrlItem_Struct
60 ~FileCtrlItem_Struct() {
138 typedef std::list<FileCtrlItem_Struct*> ItemList;
201 FileCtrlItem_Struct* newitem = new FileCtrlItem_Struct;
252 FileCtrlItem_Struct* item = it->second;
296 FileCtrlItem_Struct* item = it->second;
381 FileCtrlItem_Struct* item = (FileCtrlItem_Struct*)lis
[all...]

Completed in 83 milliseconds