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

Method SendCommand

Tools/EditorFramework/Control.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void Control::SendCommand(std::string_view _command)
135 {
136 OnCommand(_command);
137
138 for (auto& child : mChilds)
139 child->SendCommand(_command);
140 }
141
142 void Control::OnCommand(std::string_view _command)
143 {

Callers 8

commandSettingsMethod · 0.80
command_SettingsMethod · 0.80
commandSettingsMethod · 0.80
commandSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected