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

Method GetSelectedPos

Source/FamiTrackerView.cpp:1395–1397  ·  view source on GitHub ↗

// //

Source from the content-addressed store, hash-verified

1393
1394// // //
1395std::pair<unsigned, unsigned> CFamiTrackerView::GetSelectedPos() const {
1396 return std::make_pair(GetSelectedFrame(), GetSelectedRow());
1397}
1398
1399CPlayerCursor CFamiTrackerView::GetPlayerCursor(play_mode_t Mode) const { // // //
1400 const unsigned Track = static_cast<CMainFrame*>(GetParentFrame())->GetSelectedTrack();

Callers 3

PlaySingleRowMethod · 0.80
ApplyGlobalStateMethod · 0.80
RecallChannelStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected