@brief Obtain the active line @return The active line or nullptr if there is none
| 64 | /// @brief Obtain the active line |
| 65 | /// @return The active line or nullptr if there is none |
| 66 | AssDialogue *GetActiveLine() const { return active_line; } |
| 67 | |
| 68 | /// @brief Change the selected set |
| 69 | /// @param new_selection The set of subtitle lines to become the new selected set |
no outgoing calls
no test coverage detected