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

Method removeMessagesFor

src/ui/manager.cpp:921–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921void Manager::removeMessagesFor(Widget* widget)
922{
923 for (Message* msg : msg_queue)
924 removeWidgetFromRecipients(widget, msg);
925}
926
927void Manager::removeMessagesFor(Widget* widget, MessageType type)
928{

Callers 3

~WidgetMethod · 0.80
setBoundsQuietlyMethod · 0.80
offsetWidgetsMethod · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected