MCPcopy Create free account
hub / github.com/audacity/audacity / SelectAll

Method SelectAll

src/tracks/ui/TextEditHelper.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void TextEditHelper::SelectAll()
87{
88 mInitialCursorPos = 0;
89 mCurrentCursorPos = mText.Length();
90}
91
92bool TextEditHelper::IsSelectionEmpty()
93{

Callers 4

OnInitDialogMethod · 0.80
OnTextSelectMethod · 0.80
ValidateMethod · 0.80
SetInitialFocusMethod · 0.80

Calls 1

LengthMethod · 0.80

Tested by

no test coverage detected