``representDevice_examples`` ============================================================= .. py:module:: optimeed.visualize.onclick.representDevice_examples Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.onclick.representDevice_examples.Represent_lines optimeed.visualize.onclick.representDevice_examples.Represent_txt_function optimeed.visualize.onclick.representDevice_examples.Represent_brut_attributes optimeed.visualize.onclick.representDevice_examples.Represent_opengl optimeed.visualize.onclick.representDevice_examples.Represent_image .. py:class:: Represent_lines(attribute_lines) Bases: :py:obj:`optimeed.visualize.onclick.onclick_representDevice.RepresentDeviceInterface` .. py:method:: get_widget(theNewDevice) Get Qt widget that represents the device :param theDevice: the Device to be represented :return: Qt widget .. py:class:: Represent_txt_function(is_light=True, convertToHtml=True) Bases: :py:obj:`optimeed.visualize.onclick.onclick_representDevice.RepresentDeviceInterface` .. py:method:: getTxt(theNewDevice) .. py:method:: get_widget(theNewDevice) Get Qt widget that represents the device :param theDevice: the Device to be represented :return: Qt widget .. py:class:: Represent_brut_attributes(is_light=True, convertToHtml=True, recursion_level=5) Bases: :py:obj:`optimeed.visualize.onclick.onclick_representDevice.RepresentDeviceInterface` .. py:method:: get_widget(theNewDevice) Get Qt widget that represents the device :param theDevice: the Device to be represented :return: Qt widget .. py:class:: Represent_opengl(DeviceDrawer) Bases: :py:obj:`optimeed.visualize.onclick.onclick_representDevice.RepresentDeviceInterface` .. py:method:: get_widget(theNewDevice) Get Qt widget that represents the device :param theDevice: the Device to be represented :return: Qt widget .. py:class:: Represent_image(get_base_64_from_device) Bases: :py:obj:`optimeed.visualize.onclick.onclick_representDevice.RepresentDeviceInterface` .. py:method:: get_widget(theNewDevice) Get Qt widget that represents the device :param theDevice: the Device to be represented :return: Qt widget