``displayCollections`` =============================================== .. py:module:: optimeed.visualize.displayCollections Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.displayCollections.ParetoMode optimeed.visualize.displayCollections.CollectionDisplayer Functions ~~~~~~~~~ .. autoapisummary:: optimeed.visualize.displayCollections._is_object_selected optimeed.visualize.displayCollections._select_and_apply_action .. py:function:: _is_object_selected(object_in, min_max_attributes) .. py:function:: _select_and_apply_action(theCollections, min_max_attributes, theAction, selectionName) .. py:class:: ParetoMode .. py:method:: buffer_new_pareto(master_collections, name_x, name_y) .. py:method:: check_if_plotelem(theElem) .. py:class:: CollectionDisplayer Bases: :py:obj:`PyQt5.QtWidgets.QMainWindow` GUI to display a collection. .. py:method:: add_collection(theCollection, name='') Add a collection to the GUI .. py:method:: set_shadow(master_collectionId, shadow_collection) Set a shadow collection to master_collectionID (see DataLink.set_shadow_collection) .. py:method:: remove_collection(theCollection) Remove collection from the GUI .. py:method:: update_graphs() .. py:method:: set_actions_on_click(theActionsOnClick) Set actions to be performed when graph is clicked .. py:method:: run() :staticmethod: .. py:method:: get_datalink() .. py:method:: _initialize(theCollection) .. py:method:: _set_x() .. py:method:: _set_y() .. py:method:: _set_z() .. py:method:: set_action_selector(theAction) .. py:method:: _selector_to() .. py:method:: _remove_item_selector() .. py:method:: _cancel_selector() .. py:method:: _apply_selector() .. py:method:: _reset_colors()