exopy.measurement.monitors.text_monitor.custom_entry_edition module¶
Tools to edit and create entries with a custom formatting.
-
class
exopy.measurement.monitors.text_monitor.custom_entry_edition.EntryDialog(parent=None, **kwargs)¶ Bases:
enaml.widgets.dialog.DialogDialog used to build a custom user entry for a TextMonitor.
-
builder¶ 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.
-
entry¶ 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.
-
monitor¶ 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.
-