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

Method SelectChannel

Source/PatternEditor.cpp:3053–3059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3051}
3052
3053void CPatternEditor::SelectChannel()
3054{
3055 // Select entire channel
3056 m_bSelecting = true;
3057 SetSelectionStart({0, GetChannel(), cursor_column_t::NOTE, GetFrame()}); // // //
3058 SetSelectionEnd({m_iPatternLength - 1, GetChannel(), GetChannelColumns(GetChannel()), GetFrame()});
3059}
3060
3061void CPatternEditor::SelectAllChannels()
3062{

Callers 12

SetCurrentChannelMethod · 0.45
SelectItemMethod · 0.45
FindMethod · 0.45
SwitchOnNoteMethod · 0.45
OnBnClickedOkMethod · 0.45
PreTranslateMessageMethod · 0.45
OnHScrollMethod · 0.45
OnKeyDownMethod · 0.45
OnLButtonUpMethod · 0.45
OnLButtonDblClkMethod · 0.45
ResetCursorMethod · 0.45
ApplyStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected