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

Method setPrototype

Tools/EditorFramework/ActionCloneData.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void ActionCloneData::setPrototype(DataPtr _prototype)
58 {
59 mPrototype = _prototype;
60 mParent = _prototype->getParent();
61 mType = _prototype->getType()->getName();
62 }
63
64 void ActionCloneData::setUniqueProperty(std::string_view _value)
65 {

Callers 1

commandCloneDataMethod · 0.80

Calls 2

getParentMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected