exopy.tasks.widgets.building module¶
Widgets dedicated to the construction of new tasks.
-
class
exopy.tasks.widgets.building.BuilderView(parent=None, **kwargs)¶ Bases:
enaml.widgets.dialog.DialogDialog to select a task and get the associate config.
-
config¶ A value which allows objects of a given type or types.
Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.
The value of an Instance may be set to None.
-
future_parent¶ A value which allows objects of a given type or types.
Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.
The value of an Instance may be set to None.
-
manager¶
-
selector¶
-
-
class
exopy.tasks.widgets.building.TemplateSelector(parent=None, **kwargs)¶ Bases:
enaml.widgets.dialog.DialogSimple dialog to select a template.
-
manager¶
-
path¶ A value which allows objects of a given type or types.
Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.
The value of an Instance may be set to None.
-
selector¶
-
-
exopy.tasks.widgets.building.abstract_config_task()¶
-
exopy.tasks.widgets.building.task_manager()¶