MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / selectAllText

Method selectAllText

Engine/source/gui/controls/guiTextEditCtrl.cpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void GuiTextEditCtrl::selectAllText()
307{
308 mBlockStart = 0;
309 mBlockEnd = mTextBuffer.length();
310 setUpdate();
311}
312
313void GuiTextEditCtrl::clearSelectedText()
314{

Callers 14

GuiTreeViewFilterTextFunction · 0.80
datablockEditor.csFile · 0.80
ESettingsWindowTextEditFunction · 0.80
ESettingsWindowColorEditFunction · 0.80
GuiTreeViewFilterTextFunction · 0.80
datablockEditor.csFile · 0.80
ESettingsWindowTextEditFunction · 0.80
ESettingsWindowColorEditFunction · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected