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

Method GetActiveSelection

Source/FrameEditorModel.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96CFrameSelection CFrameEditorModel::GetActiveSelection() const {
97 return IsSelecting() ? m_selection : MakeFrameSelection(GetCurrentFrame());
98}
99
100void CFrameEditorModel::Select(const CFrameSelection &sel) {
101 m_selection = sel;

Callers 2

OnEditDeleteMethod · 0.80
GetSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected