SensorRangeSpinBox

Search for usage in LXR

SensorRangeSpinBox Class Reference

Properties

alias from
 
real multiplier
 
alias sensors
 
alias to
 
int unit
 
real value
 

Signals

void valueModified ()
 

Detailed Description

A control to select a value with a unit.

This is primarily intended for range selection in Face configuration pages. It allows selecting a value and a unit for that value and provides that value, a unit and a multiplier for that value.

Definition at line 18 of file SensorRangeSpinBox.qml.

Property Documentation

◆ from

alias SensorRangeSpinBox::from
read

The lower bound for the value.

Definition at line 23 of file SensorRangeSpinBox.qml.

◆ multiplier

real SensorRangeSpinBox::multiplier
read

The multiplier to convert the provided value from its unit to the base unit.

Definition at line 39 of file SensorRangeSpinBox.qml.

◆ sensors

alias SensorRangeSpinBox::sensors
read

The list of sensors to use for retrieving unit information.

Definition at line 43 of file SensorRangeSpinBox.qml.

◆ to

alias SensorRangeSpinBox::to
read

The upper bound for the value.

Definition at line 27 of file SensorRangeSpinBox.qml.

◆ unit

int SensorRangeSpinBox::unit
read

The unit for the value.

Definition at line 35 of file SensorRangeSpinBox.qml.

◆ value

real SensorRangeSpinBox::value
read

The value.

Definition at line 31 of file SensorRangeSpinBox.qml.

Member Function Documentation

◆ valueModified

void SensorRangeSpinBox::valueModified ( )
signal

Emitted whenever the value, unit or multiplier changes due to user input.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:17:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.