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

Method GetFrameEditor

Source/MainFrm.cpp:2451–2455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2449}
2450
2451CFrameEditor *CMainFrame::GetFrameEditor() const
2452{
2453 ASSERT(m_pFrameEditor); // // //
2454 return m_pFrameEditor.get();
2455}
2456
2457CVisualizerWnd *CMainFrame::GetVisualizerWnd() const { // // //
2458 return m_pVisualizerWnd.get();

Callers 2

CFrameEditorStateMethod · 0.45
ApplyStateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected