Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onFileDrop
Method · 0.80
notifyPopupMenuAccept
Method · 0.80
onFileDrop
Method · 0.80
notifyListSelectAccept
Method · 0.80
saveItemToProject
Method · 0.80
notifyMenuCtrlAccept
Method · 0.80
onFileDrop
Method · 0.80
onFileDrop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected