Searched refs:GetFileRating (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCommentDialog.cpp79 ratebox->SetSelection(m_file->GetFileRating());
H A DKnownFile.h138 virtual int8 GetFileRating() const { return m_iRating; } function in class:CAbstractFile
228 int8 GetFileRating() const { if (!m_bCommentLoaded) LoadComment(); return m_iRating; } function in class:CKnownFile
H A DSharedFilesCtrl.cpp148 if (file->GetFileComment().IsEmpty() && !file->GetFileRating()) {
513 if (file->GetFileRating() || file->GetFileComment().Length()) {
515 if (file->GetFileRating()) {
516 image = Client_InvalidRating_Smiley + file->GetFileRating() - 1;
H A DUploadClient.cpp754 uint8 rating = file->GetFileRating();
756 if ( file->GetFileRating() == 0 && desc.IsEmpty() ) {
H A DDownloadQueue.cpp682 if ( source->GetFileRating() || !source->GetFileComment().IsEmpty() ) {
695 if ( source->GetFileRating() || !source->GetFileComment().IsEmpty() ) {
749 if ( source->GetFileRating() || !source->GetFileComment().IsEmpty() ) {
786 if ( !toremove->GetFileComment().IsEmpty() || toremove->GetFileRating()>0) {
H A DKnownFile.cpp1166 if (GetFileRating()) {
1167 tags.push_back(new CTagVarInt(FT_FILERATING, GetFileRating(), (pClient && pClient->GetVBTTags()) ? 0 : 32));
1300 if(GetFileRating() != 0) {
H A Dupdownclient.h376 uint8 GetFileRating() const { return m_iRating; }
H A DECSpecialCoreTags.cpp255 AddTag(EC_TAG_KNOWNFILE_RATING, file->GetFileRating(), valuemap);
H A DPartFile.cpp106 Rating(client.GetFileRating()),
3156 uint8 rating = cur_src->GetFileRating();
3549 if (cur_src->GetFileComment().Length()>0 || cur_src->GetFileRating()>0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp732 if (file->GetFileRating() != 0) {
733 taglist.push_back(new CTagVarInt(TAG_FILERATING, file->GetFileRating()));

Completed in 214 milliseconds