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

Method setClipboardData

MyGUIEngine/src/MyGUI_ClipboardManager.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void ClipboardManager::setClipboardData(std::string_view _type, std::string_view _data)
58 {
59 mapSet(mClipboardData, _type, _data);
60
61 eventClipboardChanged(_type, _data);
62 }
63
64 void ClipboardManager::clearClipboardData(std::string_view _type)
65 {

Callers 1

commandCopyMethod · 0.80

Calls 1

mapSetFunction · 0.50

Tested by

no test coverage detected