MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / executeClick

Method executeClick

src/ui/menu.cpp:1182–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182void MenuItem::executeClick()
1183{
1184 // Send the message
1185 Message* msg = new Message(kExecuteMenuItemMessage);
1186 msg->addRecipient(this);
1187 Manager::getDefault()->enqueueMessage(msg);
1188}
1189
1190static MenuItem* check_for_letter(Menu* menu, int ascii)
1191{

Callers 2

onProcessMessageMethod · 0.80
highlightItemMethod · 0.80

Calls 2

addRecipientMethod · 0.80
enqueueMessageMethod · 0.80

Tested by

no test coverage detected