bapsf_motion.gui

Subpackage containing GUI’s for bapsf_motion.

Sub-Packages & Modules

calculators

configure

Module containing all the elements for the Configuration GUI.

helpers

A collection of helper functions to assist with the design and implementation of the package GUIs.

icons

A collection of functionality focused around build and managing icon widgets.

motor

widgets

This module contains helper widgets for constructing the main GUIs in bapsf_motion.gui.

Classes

ConfigureApp(*args[, config, defaults])

LaPDXYTransformCalculatorApp(*args, **kwargs)

Inheritance diagram of bapsf_motion.gui.configure.configure_.ConfigureApp, bapsf_motion.gui.calculators.lapd_xy_transform.LaPDXYTransformCalculatorApp

Functions

cast_color_to_rgba_string(color)

Cast color to an RGBA string representation 'rgba(r, g, b, a)'

get_color_scheme()

Retrieve the color scheme (light or dark mode) of the operating system.

get_qapplication()

Get the current active instance of QApplication.