selector¶
Package Contents¶
Classes¶
-
class
Onselect_highlight(theLinkDataGraphs, theWgPlot)[source]¶ Bases:
optimeed.visualize.selector.onselectInterface.OnselectInterface-
selector_updated(selection_name, the_collection, selected_data, not_selected_data)[source]¶ Action to perform once the data have been selected
Parameters: - selection_name – name of the selection (deprecated ?)
- the_collection – the collection
- selected_data – indices of the data selected
- not_selected_data – indices of the data not selected
Returns:
-
-
class
Onselect_setcolor(theLinkDataGraphs, theWgPlot, color=(255, 0, 0))[source]¶ Bases:
optimeed.visualize.selector.onselectInterface.OnselectInterface-
selector_updated(selection_name, the_collection, selected_data, not_selected_data)[source]¶ Action to perform once the data have been selected
Parameters: - selection_name – name of the selection (deprecated ?)
- the_collection – the collection
- selected_data – indices of the data selected
- not_selected_data – indices of the data not selected
Returns:
-
-
class
Onselect_newTrace(theLinkDataGraphs)[source]¶ Bases:
optimeed.visualize.selector.onselectInterface.OnselectInterface-
selector_updated(selection_name, the_collection, selected_data, not_selected_data)[source]¶ Action to perform once the data have been selected
Parameters: - selection_name – name of the selection (deprecated ?)
- the_collection – the collection
- selected_data – indices of the data selected
- not_selected_data – indices of the data not selected
Returns: identifier that can later be used with cancel_selector
-
-
class
Onselect_splitTrace(theLinkDataGraphs)[source]¶ Bases:
optimeed.visualize.selector.onselectInterface.OnselectInterface-
selector_updated(selection_name, the_collection, selected_data, not_selected_data)[source]¶ Action to perform once the data have been selected
Parameters: - selection_name – name of the selection (deprecated ?)
- the_collection – the collection
- selected_data – indices of the data selected
- not_selected_data – indices of the data not selected
Returns: identifier that can later be used with cancel_selector
-