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

Method SetIndicatorPos

Source/MainFrm.cpp:1110–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110void CMainFrame::SetIndicatorPos(int Frame, int Row)
1111{
1112 std::string String = FTEnv.GetSettings()->General.bRowInHex ? // // //
1113 (conv::from_int_hex(Row, 2) + " / " + conv::from_int_hex(Frame, 2)) :
1114 (conv::from_int(Row, 3) + " / " + conv::from_int(Frame, 3));
1115 m_wndStatusBar.SetPaneText(7, conv::to_wide(String).data());
1116}
1117
1118void CMainFrame::OnSize(UINT nType, int cx, int cy)
1119{

Callers 1

PeriodicUpdateMethod · 0.80

Calls 5

from_int_hexFunction · 0.85
from_intFunction · 0.85
to_wideFunction · 0.85
GetSettingsMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected