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

Method SetSelectionController

src/subs_controller.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void SubsController::SetSelectionController(SelectionController *selection_controller) {
164 active_line_connection = context->selectionController->AddActiveLineListener(&SubsController::OnActiveLineChanged, this);
165 selection_connection = context->selectionController->AddSelectionListener(&SubsController::OnSelectionChanged, this);
166}
167
168ProjectProperties SubsController::Load(agi::fs::path const& filename, const char *charset) {
169 AssFile temp;

Callers 1

ContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected