Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clearCoordValue
Method
clearCoordValue
Tools/EditorFramework/ScopeTextureControl.cpp:373–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
void ScopeTextureControl::clearCoordValue()
374
{
375
for (auto& selector : mSelectors)
376
selector.first->setVisible(false);
377
}
378
379
void ScopeTextureControl::clearAll()
380
{
Callers
6
updateFrames
Method · 0.80
updateFrames
Method · 0.80
updateCoords
Method · 0.80
updateFrames
Method · 0.80
updateFrames
Method · 0.80
updateCoords
Method · 0.80
Calls
1
setVisible
Method · 0.45
Tested by
no test coverage detected