MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / SetSelectedSet

Method SetSelectedSet

src/selection_controller.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26SelectionController::SelectionController(agi::Context *c) : context(c) { }
27
28void SelectionController::SetSelectedSet(Selection new_selection) {
29 selection = std::move(new_selection);
30 AnnounceSelectedSetChanged();
31}
32
33void SelectionController::SetActiveLine(AssDialogue *new_line) {
34 if (new_line != active_line) {

Callers 7

OnMouseEventMethod · 0.80
SetSelectionMethod · 0.80
SelectRowMethod · 0.80
OnMouseEventMethod · 0.80
OnKeyDownMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected