Searched refs:m_strComment (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h137 virtual const wxString& GetFileComment() const { return m_strComment; }
151 mutable wxString m_strComment; member in class:CAbstractFile
227 const wxString& GetFileComment() const { if (!m_bCommentLoaded) LoadComment(); return m_strComment; }
H A DKnownFile.cpp115 m_strComment(other.m_strComment),
1254 if (m_strComment != strNewComment || m_iRating != iNewRating) {
1266 m_strComment = strNewComment;
1509 m_strComment = cfg->Read( strCfgPath + wxT("Comment"), wxEmptyString);
H A Dupdownclient.h375 const wxString& GetFileComment() const { return m_strComment; }
742 wxString m_strComment;
H A DBaseClient.cpp438 if (m_iRating>0 || !m_strComment.IsEmpty()) {
440 m_strComment.Clear();
1213 m_strComment = data.ReadString((GetUnicodeSupport() != utf8strNone), 4 /* bytes (it's a uint32)*/, true).Left(MAXFILECOMMENTLEN);
1215 AddDebugLogLineN( logClient, wxString(wxT("Description for file '")) << m_clientFilename << wxT("' received: ") << m_strComment);
2014 m_strComment.Clear();
H A Damule-remote-gui.cpp1057 tag->GetComment(file->m_strComment);

Completed in 122 milliseconds