Searched refs:GetResourcesDir (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstdpaths.h102 virtual wxString GetResourcesDir() const { return GetDataDir(); } function in class:wxStandardPathsBase
107 // in general this is just GetResourcesDir()/lang under Windows and Unix
108 // and GetResourcesDir()/lang.lproj under Mac but is something quite
116 return GetResourcesDir() + wxFILE_SEP_PATH + lang;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dstdpaths.h43 virtual wxString GetResourcesDir() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp210 wxString wxStandardPathsCF::GetResourcesDir() const function in class:wxStandardPathsCF
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstdpaths.tex167 \helpref{GetResourcesDir()}{wxstandardpathsgetresourcesdir} (or
193 \membersection{wxStandardPaths::GetResourcesDir}\label{wxstandardpathsgetresourcesdir}
195 \constfunc{wxString}{GetResourcesDir}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddirctrl.cpp311 path = stdp.GetResourcesDir();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp497 dir = wxStandardPaths::Get().GetResourcesDir(); // Returns 'aMule' when we use 'amule' elsewhere
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp876 dataDir = wxStandardPaths::Get().GetResourcesDir();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2804 wxPrintf(_T("Resources dir:\t\t%s\n"), stdp.GetResourcesDir().c_str());

Completed in 76 milliseconds