Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void TextEditHelper::SelectAll()
87
{
88
mInitialCursorPos = 0;
89
mCurrentCursorPos = mText.Length();
90
}
91
92
bool TextEditHelper::IsSelectionEmpty()
93
{
Callers
4
OnInitDialog
Method · 0.80
OnTextSelect
Method · 0.80
Validate
Method · 0.80
SetInitialFocus
Method · 0.80
Calls
1
Length
Method · 0.80
Tested by
no test coverage detected