This module manages all data loaded into the application. Data_manager makes available all data loaded for the current perspective.
All modules “creating Data” posts their data to data_manager . Data_manager make these new data available for all other perspectives.
Bases: object
Manage a list of data
alias of type
x.__delattr__(‘name’) <==> del x.name
x.__getattribute__(‘name’) <==> x.name
x.__hash__() <==> hash(x)
Store opened path and data object created at the loading time :param auto_plot: if True the datamanager sends data to plotting
plugin.
Parameters: | auto_set_data – if True the datamanager sends to the current |
---|
perspective
helper for pickle
helper for pickle
x.__repr__() <==> repr(x)
x.__setattr__(‘name’, value) <==> x.name = value
list of weak references to the object (if defined)
receive a list of
Receive data from loader and create a data to use for guiframe
save data and path
save data and path
return list of all available data
return a list of data given a list of data names
Send list of selected data
return message
rename data