Whether the widgets can start a kernel when opened.
The file types for which the factory should be the default.
The file types for which the factory should be the default for rendering, if that is different than the default factory (which may be for editing). If undefined, then it will fall back on the default file type.
The file types the widget can view.
Test whether the object has been disposed.
This property is always safe to access.
The registered name of the model type used to create the widgets.
The name of the widget to display in dialogs.
Whether the widgets prefer having a kernel started.
Whether the widget factory is read only.
Whether the kernel should be shutdown when the widget is closed.
A function producing toolbar widgets, overriding the default toolbar widgets.
A signal emitted when a new widget is created.
Create a new widget given a context.
A widget to clone
It should emit the [widgetCreated] signal with the new widget.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Generated using TypeDoc
The interface for a widget factory.