onselect_newTrace

Module Contents

Classes

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

cancel_selector(selection_identifier)[source]

Action to perform when data stopped being selected :param selection_identifier: identifier that was returned by selector_updated :return:

get_name()[source]

Get the name of the action

Returns:string