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

Method setCommandData

Tools/EditorFramework/CommandManager.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void CommandManager::setCommandData(const MyGUI::UString& _data)
53 {
54 mData = _data;
55 }
56
57 const MyGUI::UString& CommandManager::getCommandData() const
58 {

Callers 8

onFileDropMethod · 0.80
notifyPopupMenuAcceptMethod · 0.80
onFileDropMethod · 0.80
saveItemToProjectMethod · 0.80
notifyMenuCtrlAcceptMethod · 0.80
onFileDropMethod · 0.80
onFileDropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected