Searched refs:Unload (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynload.h81 void Unload() { UnrefLib(); } function in class:wxPluginLibrary
118 ~wxPluginManager() { if ( IsLoaded() ) Unload(); }
121 void Unload();
H A Ddynlib.h86 // loaded DLL or NULL otherwise; Unload()
197 ~wxDynamicLibrary() { Unload(); }
216 static void Unload(wxDllType handle);
219 void Unload() { if ( IsLoaded() ) { Unload(m_handle); m_handle = 0; } } function in class:wxDynamicLibrary
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drendcmn.cpp120 wxDynamicLibrary::Unload(m_dllHandle);
H A Ddynload.cpp342 void wxPluginManager::Unload() function in class:wxPluginManager
H A Ddynlib.cpp146 void wxDynamicLibrary::Unload(wxDllType handle) function in class:wxDynamicLibrary
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddlmsw.cpp175 m_dll.Unload(); \
287 void wxDynamicLibrary::Unload(wxDllType handle) function in class:wxDynamicLibrary
H A Dgraphics.cpp1411 Unload();
1459 void Unload();
1518 void wxGDIPlusRenderer::Unload() function in class:wxGDIPlusRenderer
1672 virtual void OnExit() { gs_GDIPlusRenderer.Unload(); }
H A Ddialup.cpp461 m_dllRas.Unload();
H A Dmediactrl_qt.cpp197 m_dll.Unload();
H A Dtextctrl.cpp2909 ms_inkEditLib.Unload();
H A Dmediactrl.cpp1691 m_dll.Unload();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddynlib.tex91 responsibility to do this using \helpref{Unload}{wxdynamiclibraryunload}.
177 \membersection{wxDynamicLibrary::Unload}\label{wxdynamiclibraryunload}
179 \func{void}{Unload}{\void}
181 \func{static void}{Unload}{\param{wxDllType }{handle}}
H A Dxmlres.tex260 \membersection{wxXmlResource::Unload}\label{wxxmlresourceunload}
262 \func{bool}{Unload}{\param{const wxString\& }{filename}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm344 Unload Me
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp138 if ( wxXmlResource::Get()->Unload(wxT("rc/basicdlg.xrc")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddlunix.cpp288 void wxDynamicLibrary::Unload(wxDllType handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h135 // Unload resource from the given XML file (wildcards not allowed)
136 bool Unload(const wxString& filename);
271 // Helper of Load() and Unload(): returns the URL corresponding to the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp109 // NB: as Load() and Unload() accept both filenames and URLs (should
190 bool wxXmlResource::Unload(const wxString& filename) function in class:wxXmlResource
193 _T("wildcards not supported by wxXmlResource::Unload()") );

Completed in 326 milliseconds