Searched refs:strAppName (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp54 wxIniConfig::wxIniConfig(const wxString& strAppName, argument
59 : wxConfigBase(strAppName, strVendor, localFilename, globalFilename, style)
62 : wxConfigBase((strAppName.empty() && wxTheApp) ? wxTheApp->GetAppName()
63 : strAppName,
65 : strAppName)
70 if (strAppName.empty() && wxTheApp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp49 wxIniConfig::wxIniConfig(const wxString& strAppName, argument
54 : wxConfigBase(!strAppName && wxTheApp ? wxTheApp->GetAppName()
55 : strAppName,
57 : strAppName)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h40 // same as appname). The file name (strAppName parameter) may, in fact,
47 // if strAppName doesn't contain the extension and is not an absolute path,
49 // same as strAppName.
50 wxIniConfig(const wxString& strAppName = wxEmptyString, const wxString& strVendor = wxEmptyString,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h35 // same as appname). The file name (strAppName parameter) may, in fact,
42 // if strAppName doesn't contain the extension and is not an absolute path,
44 // same as strAppName.
45 wxIniConfig(const wxString& strAppName = wxEmptyString, const wxString& strVendor = wxEmptyString,

Completed in 128 milliseconds