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

Method GetFrameEditor

Source/FamiTrackerView.cpp:521–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521CFrameEditor *CFamiTrackerView::GetFrameEditor() const
522{
523 CMainFrame *pMainFrame = GetMainFrame(); // // //
524 CFrameEditor *pFrameEditor = pMainFrame->GetFrameEditor();
525 ASSERT_VALID(pFrameEditor);
526 return pFrameEditor;
527}
528
529////////////////////////////////////////////////////////////////////////////////////////////////////////////
530// General

Callers 2

OnDrawMethod · 0.45
OnSetFocusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected