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

Method MakeFrameSelection

Source/FrameEditorModel.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80CFrameSelection CFrameEditorModel::MakeFrameSelection(int frame) const {
81 CSongView *pSongView = view_->GetSongView();
82 return {
83 {frame, 0},
84 {frame + 1, (int)pSongView->GetChannelOrder().GetChannelCount()},
85 };
86}
87
88CFrameSelection CFrameEditorModel::MakeFullSelection() const {
89 CSongView *pSongView = view_->GetSongView();

Callers 2

CopyFrameMethod · 0.80
OnEditSelectframeMethod · 0.80

Calls 2

GetSongViewMethod · 0.80
GetChannelCountMethod · 0.45

Tested by

no test coverage detected