MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / remove

Method remove

src/domain/UBGraphicsWidgetItemDelegate.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void UBGraphicsWidgetItemDelegate::remove(bool canundo)
130{
131 delegated()->closeInspector();
132 delegated()->removeScript();
133 UBGraphicsItemDelegate::remove(canundo);
134}
135
136void UBGraphicsWidgetItemDelegate::gotoContentSource()
137{

Callers

nothing calls this directly

Calls 2

removeScriptMethod · 0.80
closeInspectorMethod · 0.45

Tested by

no test coverage detected