MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / clear

Method clear

modules/gui/gui/src/framework/key.cpp:143–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Key::clear() SKR_NOEXCEPT
144{
145 switch (_type)
146 {
147 case EKeyType::Name:
148 case EKeyType::NameStorage:
149 _name.~String();
150 break;
151 default:
152 break;
153 }
154 _type = EKeyType::None;
155}
156
157void Key::set_value(const String& value) SKR_NOEXCEPT
158{

Callers 15

main_module_execMethod · 0.45
DecimateFunction · 0.45
SampleLinearChannelFunction · 0.45
SampleStepChannelFunction · 0.45
SampleCubicSplineChannelFunction · 0.45
RemoveAllMethod · 0.45
_prepare_draw_dataMethod · 0.45
shutdownMethod · 0.45
flush_buildMethod · 0.45
flush_layoutMethod · 0.45
flush_paintMethod · 0.45
remove_all_childrenMethod · 0.45

Calls 1

~StringMethod · 0.45

Tested by 1

_get_last_transformMethod · 0.36