Searched refs:GetFileComment (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.cpp77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment());
H A DKnownFile.h137 virtual const wxString& GetFileComment() const { return m_strComment; } function in class:CAbstractFile
150 // so make the mutable to allow GetFileComment() to be a const method
227 const wxString& GetFileComment() const { if (!m_bCommentLoaded) LoadComment(); return m_strComment; } function in class:CKnownFile
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 DSharedFilesCtrl.cpp148 if (file->GetFileComment().IsEmpty() && !file->GetFileRating()) {
513 if (file->GetFileRating() || file->GetFileComment().Length()) {
H A DUploadClient.cpp753 wxString desc = file->GetFileComment().Left(MAXFILECOMMENTLEN);
H A Dupdownclient.h375 const wxString& GetFileComment() const { return m_strComment; }
H A DECSpecialCoreTags.cpp254 AddTag(EC_TAG_KNOWNFILE_COMMENT, file->GetFileComment(), valuemap);
H A DPartFile.cpp107 Comment(client.GetFileComment())
3149 if (!cur_src->GetFileComment().IsEmpty()) {
3150 if (thePrefs::IsCommentFiltered(cur_src->GetFileComment())) {
3549 if (cur_src->GetFileComment().Length()>0 || cur_src->GetFileRating()>0) {
H A DKnownFile.cpp1295 if(!GetFileComment().IsEmpty()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp735 if (!file->GetFileComment().IsEmpty()) {
736 taglist.push_back(new CTagString(TAG_DESCRIPTION, file->GetFileComment()));

Completed in 158 milliseconds