Searched refs:SetItem (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerWnd.cpp163 ED2KInfoList->SetItem(0, 1, _("Connected"));
168 ED2KInfoList->SetItem(1, 1, theApp->serverconnect->IsLowID() ?
173 ED2KInfoList->SetItem(2, 1, CFormat(wxT("%u")) % theApp->GetED2KID());
178 ED2KInfoList->SetItem(1, 1, _("Server")); // LowID, unknown ip
179 ED2KInfoList->SetItem(3, 1, _("LowID"));
181 ED2KInfoList->SetItem(1, 1, Uint32_16toStringIP_Port(theApp->GetED2KID(), thePrefs::GetPort()));
182 ED2KInfoList->SetItem(3, 1, _("HighID"));
187 ED2KInfoList->SetItem(0, 1, _("Not Connected"));
206 KadInfoList->SetItem(next_row++, 1, (theApp->IsKadRunningInLanMode() ? _("Running in LAN mode") : _("Running")));
210 KadInfoList->SetItem(next_ro
[all...]
H A DServerListCtrl.cpp189 SetItem( item );
202 SetItem(itemnr, COLUMN_SERVER_NAME, serverName);
203 SetItem(itemnr, COLUMN_SERVER_ADDR, server->GetAddress());
205 SetItem( itemnr, COLUMN_SERVER_PORT,
208 SetItem( itemnr, COLUMN_SERVER_PORT,
211 SetItem( itemnr, COLUMN_SERVER_DESC, server->GetDescription() );
214 SetItem( itemnr, COLUMN_SERVER_PING,
217 SetItem( itemnr, COLUMN_SERVER_PING, wxEmptyString );
221 SetItem( itemnr, COLUMN_SERVER_USERS,
224 SetItem( itemn
[all...]
H A DCommentDialogLst.cpp93 m_list->SetItem(count, 1, it->FileName);
94 m_list->SetItem(count, 2, (it->Rating != -1) ? GetRateString(it->Rating) : wxString(wxT("on")));
95 m_list->SetItem(count, 3, it->Comment);
H A DPartFileConvertDlg.cpp166 s_convertgui->m_joblist->SetItem(itemnr, 0, info.filename.IsOk() ? info.folder.GetPrintable() : info.filename.GetPrintable() );
167 s_convertgui->m_joblist->SetItem(itemnr, 1, GetConversionState(info.state) );
169 s_convertgui->m_joblist->SetItem(itemnr, 2, CFormat(_("%s (Disk: %s)")) % CastItoXBytes(info.size) % CastItoXBytes(info.spaceneeded));
171 s_convertgui->m_joblist->SetItem(itemnr, 2, wxEmptyString);
173 s_convertgui->m_joblist->SetItem(itemnr, 3, info.filehash);
H A DSearchListCtrl.cpp215 SetItem(newid, ID_SEARCH_COL_SIZE, CastItoXBytes( toshow->GetFileSize() ) );
235 SetItem( newid, ID_SEARCH_COL_SOURCES, temp );
238 SetItem( newid, ID_SEARCH_COL_TYPE, GetFiletypeByName( toshow->GetFileName() ) );
241 SetItem(newid, ID_SEARCH_COL_FILEID, toshow->GetFileHash().Encode() );
244 SetItem(newid, ID_SEARCH_COL_STATUS, DetermineStatusPrintable(toshow));
247 SetItem(newid, ID_SEARCH_COL_DIRECTORY, toshow->GetDirectory());
275 SetItem(index, ID_SEARCH_COL_NAME, toupdate->GetFileName().GetPrintable());
294 SetItem(index, ID_SEARCH_COL_SOURCES, temp);
296 SetItem(index, ID_SEARCH_COL_STATUS, DetermineStatusPrintable(toupdate));
360 SetItem( newite
[all...]
H A DFileDetailDialog.cpp174 pmyListCtrl->SetItem(tmpitem);
200 pmyListCtrl->SetItem(tmpitem);
217 pmyListCtrl->SetItem(i, 1, CFormat(wxT("%i")) % item->count);
H A DFriendListCtrl.cpp95 SetItem(itemnr, 0, toupdate->GetName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp295 this->SetItem(nID, 0, wxT("*"));
296 this->SetItem(nID, 1, wxFileName(szString).GetName());
301 this->SetItem(kNewItem);
939 currentpage->m_playlist->SetItem(nID, 0, wxT("*"));
940 currentpage->m_playlist->SetItem(nID, 1, wxFileName(path).GetName());
945 currentpage->m_playlist->SetItem(newlistitem);
992 currentpage->m_playlist->SetItem(
1001 currentpage->m_playlist->SetItem(nNewId, 0, wxT("E"));
1005 currentpage->m_playlist->SetItem(nNewId, 0, wxT("O"));
1013 currentpage->m_playlist->SetItem(nNewI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtreectrl.cpp154 bool wxTreeCtrl::SetItem(wxTreeItem& info) function in class:wxTreeCtrl
183 return SetItem(info);
200 return SetItem(info);
224 SetItem(info);
248 return SetItem(info);
H A Dlistctrl_mac.cpp1214 bool wxListCtrl::SetItem(wxListItem& info) function in class:wxListCtrl
1217 return m_genericImpl->SetItem(info);
1225 long wxListCtrl::SetItem(long index, int col, const wxString& label, int imageId) function in class:wxListCtrl
1228 return m_genericImpl->SetItem(index, col, label, imageId);
1240 return SetItem(info);
1308 SetItem(info);
1333 return SetItem(info);
1359 return SetItem(info);
1390 SetItem(info);
1421 return SetItem(inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtreectrl.cpp155 bool wxTreeCtrl::SetItem(wxTreeItem& info) function in class:wxTreeCtrl
184 return SetItem(info);
200 return SetItem(info);
223 SetItem(info);
246 return SetItem(info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h82 bool SetItem( wxListItem& info );
83 long SetItem( long index, int col, const wxString& label, int imageId = -1 );
H A Dlistctrl.cpp136 void SetItem( const wxListItem &info );
205 void SetItem( const wxListItem &item );
323 void SetItem( int index, const wxListItem &info );
647 void SetItem( wxListItem &item );
672 SetItem( info );
900 void wxListItemData::SetItem( const wxListItem &info ) function in class:MuleExtern::wxListItemData
1029 SetItem( item );
1032 void wxListHeaderData::SetItem( const wxListItem &item ) function in class:MuleExtern::wxListHeaderData
1327 void wxListLineData::SetItem( int index, const wxListItem &info ) function in class:MuleExtern::wxListLineData
1330 wxCHECK_RET( node, _T("invalid column index in SetItem") );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h71 bool SetItem( wxListItem& info ) ;
72 long SetItem( long index, int col, const wxString& label, int imageId = -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h89 bool SetItem(wxListItem& info) ;
92 long SetItem(long index, int col, const wxString& label, int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h213 bool SetItem(wxListItem& info) ;
216 long SetItem(long index, int col, const wxString& label, int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h141 bool SetItem(wxListItem& info) ;
144 long SetItem(long index, int col, const wxString& label, int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h107 bool SetItem(wxListItem& rInfo);
112 long SetItem( long lIndex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h144 bool SetItem(wxListItem& info) ;
147 long SetItem(long index, int col, const wxString& label, int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp523 m_listCtrl->SetItem( item );
527 m_listCtrl->SetItem( item );
532 m_listCtrl->SetItem( item );
547 m_listCtrl->SetItem(info);
968 SetItem(info);
1131 SetItem(tmp, 1, buf);
1134 SetItem(tmp, 2, buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp231 bool wxListCtrl::SetItem(wxListItem& info) function in class:wxListCtrl
236 long wxListCtrl::SetItem(long index, int col, const wxString& label, int imageId) function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp137 void SetItem( const wxListItem &info );
206 void SetItem( const wxListItem &item );
324 void SetItem( int index, const wxListItem &info );
645 void SetItem( wxListItem &item );
670 SetItem( info );
899 void wxListItemData::SetItem( const wxListItem &info ) function in class:wxListItemData
1028 SetItem( item );
1031 void wxListHeaderData::SetItem( const wxListItem &item ) function in class:wxListHeaderData
1326 void wxListLineData::SetItem( int index, const wxListItem &info ) function in class:wxListLineData
1329 wxCHECK_RET( node, _T("invalid column index in SetItem") );
[all...]
H A Dprntdlgg.cpp519 m_printerListCtrl->SetItem( item2 );
550 m_printerListCtrl->SetItem( item );
557 m_printerListCtrl->SetItem( item2 );
584 m_printerListCtrl->SetItem( item );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp1277 bool wxListCtrl::SetItem ( wxListItem& rInfo ) function in class:wxListCtrl
1360 } // end of wxListCtrl::SetItem
1362 long wxListCtrl::SetItem ( function in class:wxListCtrl
1380 return SetItem(vInfo);
1381 } // end of wxListCtrl::SetItem
1406 // Don't use SetItem() here as it doesn't work with the virtual list
1475 return SetItem(vInfo);
1504 SetItem(vInfo);
1532 return SetItem(vInfo);
1647 SetItem(vInf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp767 bool wxListCtrl::SetItem(wxListItem& info) function in class:wxListCtrl
771 _T("invalid item index in SetItem") );
849 long wxListCtrl::SetItem(long index, int col, const wxString& label, int imageId) function in class:wxListCtrl
861 return SetItem(info);
883 // NB: don't use SetItem() here as it doesn't work with the virtual list
944 return SetItem(info);
969 SetItem(info);
994 return SetItem(info);
1127 SetItem( info );
1145 SetItem( inf
[all...]

Completed in 354 milliseconds

12