![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| None | __init__ (self, microscope.abc.Controller device, *args, **kwargs) |
| None | toggleDeviceWidget (self, QtWidgets.QAbstractButton button, bool checked) |
Show devices in a controller. This widget shows a series of buttons with the name of the multiple devices in a controller. Toggling those buttons displays or hides a widget for that controlled device.
| None microscope.gui.ControllerWidget.__init__ | ( | self, | |
| microscope.abc.Controller | device, | ||
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 84 of file gui.py.
| None microscope.gui.ControllerWidget.toggleDeviceWidget | ( | self, | |
| QtWidgets.QAbstractButton | button, | ||
| bool | checked | ||
| ) |
Definition at line 110 of file gui.py.