Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setValue
Method
setValue
Tools/EditorFramework/Property.cpp:29–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Property::setValue(std::string_view _value)
30
{
31
if (mValue != _value)
32
{
33
mValue = _value;
34
eventChangeProperty(mWeakThis.lock());
35
}
36
}
37
38
DataTypePropertyPtr Property::getType()
39
{
Callers
15
command_StatisticInfo
Method · 0.45
setNewValues
Method · 0.45
setNewValues
Method · 0.45
doAction
Method · 0.45
undoAction
Method · 0.45
doMerge
Method · 0.45
saveSettings
Method · 0.45
setNewValues
Method · 0.45
saveSettings
Method · 0.45
doAction
Method · 0.45
initialise
Method · 0.45
setColour
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected