MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetMainFrame

Method GetMainFrame

Source/FamiTracker.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570// Get-functions
571
572CMainFrame *CFamiTrackerApp::GetMainFrame() const { // // //
573 auto *pMainFrm = static_cast<CMainFrame *>(const_cast<CFamiTrackerApp *>(this)->GetMainWnd());
574 return ::IsWindow(pMainFrm->m_hWnd) && m_bRunning ? pMainFrm : nullptr;
575}
576
577// // //
578

Callers 4

OnOpenDocumentMethod · 0.45
OnApplyMethod · 0.45
PreTranslateMessageMethod · 0.45
OnDragEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected