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

Method SelectRow

Source/FamiTrackerView.cpp:1479–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1477}
1478
1479void CFamiTrackerView::SelectRow(unsigned int Row)
1480{
1481 ASSERT(Row < MAX_PATTERN_LENGTH);
1482 m_pPatternEditor->MoveToRow(Row);
1483 InvalidateCursor();
1484}
1485
1486void CFamiTrackerView::SelectChannel(unsigned int Channel)
1487{

Callers 4

SelectItemMethod · 0.80
FindMethod · 0.80
OnBnClickedOkMethod · 0.80

Calls 1

MoveToRowMethod · 0.45

Tested by

no test coverage detected