``onclick_exportToTxt`` ======================================================== .. py:module:: optimeed.visualize.onclick.onclick_exportToTxt Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.onclick.onclick_exportToTxt.Onclick_exportToTxt .. py:class:: Onclick_exportToTxt(theDataLink, attributes_shadow=None) Bases: :py:obj:`optimeed.visualize.onclick.onclickInterface.OnclickInterface` On click: export the data of the whole the trace selected .. py:method:: graph_clicked(theGraphVisual, index_graph, index_trace, indices_points) Action to perform when a graph is clicked :param theGraphsVisual: class widget_graphs_visual that has called the method :param index_graph: Index of the graph that has been clicked :param index_trace: Index of the trace that has been clicked :param indices_points: graph Indices of the points that have been clicked :return: .. py:method:: get_name()