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

Function editor_type

src/app/ui/editor/editor.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235WidgetType editor_type()
236{
237 static WidgetType type = kGenericWidget;
238 if (type == kGenericWidget)
239 type = register_widget_type();
240 return type;
241}
242
243void Editor::setStateInternal(const EditorStatePtr& newState)
244{

Callers 3

onExecuteMethod · 0.85
onExecuteMethod · 0.85
EditorMethod · 0.85

Calls 1

register_widget_typeFunction · 0.85

Tested by

no test coverage detected