| 161 | } |
| 162 | |
| 163 | void 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 | |
| 168 | ProjectProperties SubsController::Load(agi::fs::path const& filename, const char *charset) { |
| 169 | AssFile temp; |