Searched refs:GetSymbol (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynload.h124 void *GetSymbol(const wxString &symbol, bool *success = 0) function in class:wxPluginManager
126 return m_entry->GetSymbol( symbol, success );
H A Ddynlib.h119 type pfn ## name = (type)(dynlib).GetSymbol(wxT(#name))
226 // messages from GetSymbol()
245 void *GetSymbol(const wxString& name, bool *success = NULL) const;
247 // low-level version of GetSymbol()
252 return GetSymbol(name);
304 // common part of GetSymbol() and HasSymbol()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp387 s_pWNetOpenEnum = (WNetOpenEnumPtr)s_mprLib.GetSymbol(_T("WNetOpenEnumW"));
388 s_pWNetEnumResource = (WNetEnumResourcePtr)s_mprLib.GetSymbol(_T("WNetEnumResourceW"));
390 s_pWNetOpenEnum = (WNetOpenEnumPtr)s_mprLib.GetSymbol(_T("WNetOpenEnumA"));
391 s_pWNetEnumResource = (WNetEnumResourcePtr)s_mprLib.GetSymbol(_T("WNetEnumResourceA"));
393 s_pWNetCloseEnum = (WNetCloseEnumPtr)s_mprLib.GetSymbol(_T("WNetCloseEnum"));
H A Dstdpaths.cpp144 (SHGetFolderPath_t)dllShellFunctions.GetSymbol(funcname + UNICODE_SUFFIX);
151 dllShellFunctions.GetSymbol(funcname + UNICODE_SUFFIX);
H A Duxtheme.cpp120 funcname = (type)m_dllUxTheme.GetSymbol(_T(#funcname)); \
H A Ddisplay.cpp526 dllDisplay.GetSymbol(wxT("MonitorFromPoint"));
531 dllDisplay.GetSymbol(wxT("MonitorFromWindow"));
610 dllDisplay.GetSymbol(wxT("EnumDisplayMonitors"));
843 m_dllDDraw.GetSymbol(_T("DirectDrawCreate"));
H A Dapp.cpp659 void *pfn = dllComCtl32.GetSymbol(_T("InitCommonControlsEx"));
669 pfn = dllComCtl32.GetSymbol(_T("InitializeFlatSB"));
H A Ddlmsw.cpp172 m_pfn ## name = (name ## _t)m_dll.GetSymbol(_T(#name SUFFIX)); \
H A Dhelpchm.cpp61 s_htmlHelp = (HTMLHELP)s_dllHtmlHelp.GetSymbol(HTMLHELP_NAME);
H A Dtoplevel.cpp1033 dllUser32.GetSymbol(_T("FlashWindowEx"));
1078 dllUser32.GetSymbol(wxT("SetLayeredWindowAttributes"));
H A Dutilsgui.cpp478 (SHAutoComplete_t)dll.GetSymbol(_T("SHAutoComplete"));
H A Ddialup.cpp408 ms_pfn##name = (type)m_dllRas.GetSymbol( wxString(_T(#name)) \
419 ms_pfn##name = (type)m_dllRas.GetSymbol( wxString(_T(#name)) \
989 pfn##name = (type)hDll.GetSymbol(_T(#name))
H A Ddc.cpp217 void *GetSymbol(const wxChar *name) function in class:wxOnceOnlyDLLLoader
231 return m_dll.IsLoaded() ? m_dll.GetSymbol(name) : NULL;
2573 pfnAlphaBlend = (AlphaBlend_t)wxMSIMG32DLL.GetSymbol(_T("AlphaBlend"));
2687 (GradientFill_t)wxMSIMG32DLL.GetSymbol(_T("GradientFill"));
2743 pfnGetLayout = (GetLayout_t)wxGDI32DLL.GetSymbol(_T("GetLayout"));
2762 pfnSetLayout = (SetLayout_t)wxGDI32DLL.GetSymbol(_T("SetLayout"));
H A Ddebughlp.cpp69 dllDbgHelp.GetSymbol(_T(#name)); \
H A Dutils.cpp181 pfn ## func = (func ## _t)dllWinsock.GetSymbol(_T(#func))
1050 return (*(IsDebuggerPresent_t)dll.GetSymbol(_T("IsDebuggerPresent")))() != 0;
H A Dmediactrl_qt.cpp187 pfn_ ## name = (name ## Type) lib.GetSymbol( wxT(#name), &success ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp46 pfn_ ## name = (name ## Type) lib->GetSymbol( wxT(#name), &success ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddllload.tex51 strlenType pfnStrlen = (strlenType)wxDllLoader::GetSymbol(dllHandle, FUNC_NAME);
108 \membersection{wxDllLoader::GetSymbol}\label{wxdllloadergetsymbol}
110 \func{void *}{GetSymbol}{\param{wxDllType }{dllHandle}, \param{const wxString\& }{name}}
H A Dsymbolpickerdialog.tex20 with GetSymbol and test whether a font was specified with UseNormalFont,
49 ctrl->WriteText(dlg.GetSymbol());
127 \membersection{wxSymbolPickerDialog::GetSymbol}\label{wxsymbolpickerdialoggetsymbol}
129 \constfunc{wxString}{GetSymbol}{\void}
H A Ddynlib.tex94 \membersection{wxDynamicLibrary::GetSymbol}\label{wxdynamiclibrarygetsymbol}
96 \constfunc{void *}{GetSymbol}{\param{const wxString\& }{name}}
116 identical to \helpref{GetSymbol}{wxdynamiclibrarygetsymbol}.
132 library, \false otherwise. Unlike \helpref{GetSymbol}{wxdynamiclibrarygetsymbol},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynlib.cpp191 void *wxDynamicLibrary::GetSymbol(const wxString& name, bool *success) const function in class:wxDynamicLibrary
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextsymboldlg.h138 wxString GetSymbol() const { return m_symbol ; } function in class:wxSymbolPickerDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbulletspage.cpp792 m_symbolCtrl->SetValue(dlg.GetSymbol());
H A Drichtextliststylepage.cpp1031 m_symbolCtrl->SetValue(dlg.GetSymbol());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1467 m_richTextCtrl->WriteText(dlg.GetSymbol());

Completed in 274 milliseconds

12