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

Method UpdateInfo

Source/SampleEditorView.cpp:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void CSampleEditorView::UpdateInfo()
372{
373 if (!m_iSize)
374 return;
375
376 static_cast<CSampleEditorDlg *>(GetParent())->UpdateStatus(1, AfxFormattedW(ID_INDICATOR_DPCM_SIZE, FormattedW(L"%i", m_iSize / 8))); // // //
377 static_cast<CSampleEditorDlg *>(GetParent())->UpdateStatus(2, AfxFormattedW(ID_INDICATOR_DPCM_ENDPOS, FormattedW(L"%i", m_pSamples[m_iSize - 1])));
378}
379
380void CSampleEditorView::OnSize(UINT nType, int cx, int cy)
381{

Callers

nothing calls this directly

Calls 3

AfxFormattedWFunction · 0.85
FormattedWFunction · 0.85
UpdateStatusMethod · 0.80

Tested by

no test coverage detected