Searched refs:strKey (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp166 wxString strKey; local
169 strKey << m_strPath << PATH_SEP_REPLACE;
171 strKey << szKey;
173 return strKey;
178 wxString strKey; local
181 strKey << m_strGroup << PATH_SEP_REPLACE;
183 strKey << m_strPath << PATH_SEP_REPLACE;
185 strKey << szKey;
187 return strKey;
280 wxString strKey local
291 wxString strKey = GetKeyName(path.Name()); local
305 wxString strKey = GetPrivateKeyName(path.Name()); local
342 wxString strKey = GetPrivateKeyName(path.Name()); local
376 wxString strKey = GetPrivateKeyName(path.Name()); local
[all...]
H A Dregistry.cpp153 wxRegKey::StdKey wxRegKey::ExtractKeyName(wxString& strKey)
155 wxString strRoot = strKey.BeforeFirst(REG_SEPARATOR);
171 strKey = strKey.After(REG_SEPARATOR);
172 if ( !strKey.empty() && strKey.Last() == REG_SEPARATOR )
173 strKey.Truncate(strKey.Len() - 1);
202 wxRegKey::wxRegKey(const wxString& strKey) : m_strKey(strKey)
[all...]
H A Dmimetype.cpp218 wxString strKey; local
226 if (explorerKey.QueryValue(wxT("Progid"), strKey))
228 strKey = wxFileTypeImplGetCurVer(strKey);
234 if (!strKey && wxRegKey(wxRegKey::HKCR, m_ext + _T("\\shell")).Exists())
235 strKey = m_ext;
237 if ( !strKey && !m_strFileType.empty())
241 strKey = fileType;
244 if ( !strKey )
250 strKey << wx
497 wxString strKey = MIME_DATABASE_KEY; local
606 wxString strKey = MIME_DATABASE_KEY; local
643 wxString strKey = MIME_DATABASE_KEY; local
[all...]
H A Dregconf.cpp689 wxString strKey = GetPath().AfterLast(wxCONFIG_PATH_SEPARATOR); local
691 return LocalKey().DeleteKey(strKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp161 wxString strKey; local
164 strKey << m_strPath << PATH_SEP_REPLACE;
166 strKey << szKey;
168 return strKey;
173 wxString strKey; local
176 strKey << m_strGroup << PATH_SEP_REPLACE;
178 strKey << m_strPath << PATH_SEP_REPLACE;
180 strKey << szKey;
182 return strKey;
275 wxString strKey local
287 wxString strKey = GetKeyName(path.Name()); local
304 wxString strKey = GetPrivateKeyName(path.Name()); local
316 wxString strKey = GetKeyName(path.Name()); local
335 wxString strKey = GetPrivateKeyName(path.Name()); local
369 wxString strKey = GetPrivateKeyName(path.Name()); local
406 wxString strKey = GetPrivateKeyName(path.Name()); local
[all...]
H A Dmimetype.cpp74 wxString strKey;
77 strKey = m_ext;
79 strKey = m_strFileType;
81 if ( !strKey )
87 strKey << wxT("\\shell\\") << verb;
88 wxRegKey key(wxRegKey::HKCR, strKey + _T("\\command"));
117 strKey += _T("\\DDEExec");
118 wxRegKey keyDDE(wxRegKey::HKCR, strKey);
124 wxRegKey(wxRegKey::HKCR, strKey + _T("\\Application")).
126 wxRegKey(wxRegKey::HKCR, strKey
394 wxString strKey = MIME_DATABASE_KEY; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h82 // strKey is the full name of the key (i.e. starting with HKEY_xxx...)
83 wxRegKey(const wxString& strKey);
84 // strKey is the name of key under (standard key) keyParent
85 wxRegKey(StdKey keyParent, const wxString& strKey);
86 // strKey is the name of key under (previously created) keyParent
87 wxRegKey(const wxRegKey& keyParent, const wxString& strKey);
93 void SetName(const wxString& strKey);
95 void SetName(StdKey keyParent, const wxString& strKey);
97 void SetName(const wxRegKey& keyParent, const wxString& strKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex87 \func{}{wxRegKey}{\param{const wxString\&}{ strKey}}
91 \func{}{wxRegKey}{\param{const wxRegKey\&}{ keyParent}, \param{const wxString\&}{ strKey}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp695 wxString strKey(FilterInEntryName(wxString(pStart, pEnd).Trim()));
706 wxFileConfigEntry *pEntry = m_pCurrentGroup->FindEntry(strKey);
710 pEntry = m_pCurrentGroup->AddEntry(strKey, n);
716 buffer.GetName(), n + 1, strKey.c_str());
726 buffer.GetName(), n + 1, strKey.c_str(), pEntry->Line());

Completed in 99 milliseconds