Searched refs:GetInstance (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmbarman.h36 static wxMenuBarManager *GetInstance() { return sm_mbarmanInstance; } function in class:wxMenuBarManager
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dapp.h286 // of GetInstance()
287 static wxAppConsole *GetInstance() { return ms_appInstance; } function in class:wxAppConsole
374 wxAppBase *app = wx_static_cast(wxAppBase *, GetInstance());
600 #define wxTheApp wx_static_cast(wxApp*, wxApp::GetInstance())
677 appname& wxGetApp() { return *wx_static_cast(appname*, wxApp::GetInstance()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.h75 static LexerManager *GetInstance();
H A DExternalLexer.cxx191 LexerManager *LexerManager::GetInstance() { function in class:LexerManager
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/oleauto/
H A Doleauto.cpp199 if (!excelObject.GetInstance(_T("Excel.Application")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Dautomtn.h46 bool GetInstance(const wxString& classId) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp396 wxAppConsole * const app = wxApp::GetInstance();
H A Dsocket.cpp144 wxAppTraits *traits = wxAppConsole::GetInstance() ?
145 wxAppConsole::GetInstance()->GetTraits() : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dautoobj.tex14 if (excelObject.GetInstance("Excel.Application"))
90 \membersection{wxAutomationObject::GetInstance}\label{wxautomationobjectgetinstance}
92 \constfunc{bool}{GetInstance}{\param{const wxString\&}{ classId}}
H A Dapp.tex165 \membersection{wxApp::GetInstance}\label{wxappgetinstance}
167 \func{static wxAppConsole *}{GetInstance}{\void}
639 \helpref{wxApp::GetInstance}{wxappgetinstance}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp493 bool wxAutomationObject::GetInstance(const wxString& classId) const function in class:wxAutomationObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp169 wxAppTraits *traits = wxAppConsole::GetInstance() ?
170 wxAppConsole::GetInstance()->GetTraits() : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp738 LexerManager::GetInstance()->Load((const char*)lParam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp376 wxApp::GetInstance()->Yield(true);

Completed in 208 milliseconds