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

Method GetActiveLine

src/selection_controller.h:66–66  ·  view source on GitHub ↗

@brief Obtain the active line @return The active line or nullptr if there is none

Source from the content-addressed store, hash-verified

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

Callers 15

GetActiveDialogueLineMethod · 0.80
OnMouseEventMethod · 0.80
RemoveSelectionMethod · 0.80
OnPaintMethod · 0.80
OnKeyDownMethod · 0.80
UpdateStyleMethod · 0.80
DialogTranslationMethod · 0.80
NextBlockMethod · 0.80
PrevBlockMethod · 0.80
UpdateActiveLineMethod · 0.80
DialogStylingMethod · 0.80
PlayLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected