Searched refs:m_strName (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriend.cpp50 m_strName = wxT("?");
52 m_strName = tm_strName;
86 m_strName = client.GetUserName();
87 } else if (m_strName.IsEmpty()) {
88 m_strName = wxT("?");
131 if (m_strName.IsEmpty()) {
132 m_strName = newtag.GetStr();
149 uint32 tagcount = ( m_strName.IsEmpty() ? 0 : 2 );
151 if ( !m_strName.IsEmpty() ) {
152 CTagString nametag(FF_NAME, m_strName);
[all...]
H A DFriend.h54 void SetName(const wxString& name) { m_strName = name; }
62 const wxString& GetName() const { return m_strName; }
77 wxString m_strName; member in class:CFriend
H A Damule-remote-gui.cpp1815 tag->Name(Friend->m_strName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp475 // wxRename()ing it later to m_strName from Commit() would then fail
485 m_strName = fn.GetFullPath();
487 m_strTemp = wxFileName::CreateTempFileName(m_strName, &m_file);
500 if ( stat( (const char*) m_strName.fn_str(), &st) == 0 )
538 if ( wxFile::Exists(m_strName) && wxRemove(m_strName) != 0 ) {
539 wxLogSysError(_("can't remove file '%s'"), m_strName.c_str());
543 if ( !wxRenameFile(m_strTemp, m_strName) ) {
544 wxLogSysError(_("can't commit changes to file '%s'"), m_strName.c_str());
H A Dconfig.cpp269 m_strName = strEntry.AfterLast(wxCONFIG_PATH_SEPARATOR);
273 m_strName = strEntry;
H A Dfileconf.cpp153 wxString m_strName, // entry name member in class:wxFileConfigEntry
169 const wxString& Name() const { return m_strName; }
196 wxString m_strName; // group's name member in class:wxFileConfigGroup
215 const wxString& Name() const { return m_strName; }
1366 m_strName(strName)
1559 if ( newName == m_strName )
1566 m_strName = newName;
1857 : m_strName(strName)
1869 m_strName.erase(0, 1); // remove first character
1919 strLine << FilterOutEntryName(m_strName) << wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h95 void SetName(const wxString& strName) { m_strName = strName; }
96 const wxString& GetName() const { return m_strName; }
158 wxString m_strName, // label for a manu item member in class:wxOwnerDrawn
H A Dfile.h181 // validate changes and delete the old file of name m_strName
194 wxString m_strName, // name of the file to replace in Commit() member in class:wxTempFile
H A Dconfbase.h309 const wxString& Name() const { return m_strName; }
321 wxString m_strName, // name of entry (i.e. name only) member in class:wxConfigPathChanger
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Downerdrw.cpp77 : m_strName(str)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp118 wxString m_strName; // name of the key/value member in class:RegTreeCtrl::TreeNode
526 pNewNode->m_strName = strName;
749 m_nameOld = pNode->m_strName;
865 wxRegKey keyDst(dst->Key(), src->m_strName);
889 ok = key.CopyValue(src->m_strName, dst->Key());
893 ok = key.DeleteValue(src->m_strName);
930 m_pKey = new wxRegKey(m_strName);
935 m_pKey = new wxRegKey(*(Parent()->m_pKey), m_strName);
1068 ok = Key().DeleteKey(child->m_strName);
1072 ok = Key().DeleteValue(child->m_strName);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp141 : m_strName(str)
202 wxString str = wxStripMenuCodes(m_strName);
360 wxString strMenuText = m_strName.BeforeFirst('\t');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Downerdrw.cpp42 : m_strName(rsStr)
68 wxString sStr = wxStripMenuCodes(m_strName);
304 wxString sFullString = m_strName; // need to save the original text

Completed in 122 milliseconds