MCPcopy Create free account
hub / github.com/MyGUI/mygui / initialise

Method initialise

Tools/FontEditor/GenerateFontNamePropertyInitialisator.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 FACTORY_ITEM_ATTRIBUTE(GenerateFontNamePropertyInitialisator)
16
17 void GenerateFontNamePropertyInitialisator::initialise(PropertyPtr _property)
18 {
19 _property->setValue(MyGUI::utility::toString((size_t)_property.get(), "_GenerateFontName"));
20 }
21
22}

Callers 2

createSceneMethod · 0.45
generateFontMethod · 0.45

Calls 3

toStringFunction · 0.85
setValueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected