org::kde::ksysguard::faces::SensorRangeSpinBox

Search for usage in LXR

org::kde::ksysguard::faces::SensorRangeSpinBox Class Reference

Inherits Control.

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.

Import Statement

import org.kde.ksysguard.faces
Version
1.0

Definition at line 21 of file SensorRangeSpinBox.qml.

Property Documentation

◆ from

alias org::kde::ksysguard::faces::SensorRangeSpinBox::from
read

The lower bound for the value.

Definition at line 26 of file SensorRangeSpinBox.qml.

◆ multiplier

real org::kde::ksysguard::faces::SensorRangeSpinBox::multiplier
read

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

Definition at line 42 of file SensorRangeSpinBox.qml.

◆ sensors

alias org::kde::ksysguard::faces::SensorRangeSpinBox::sensors
read

The list of sensors to use for retrieving unit information.

Definition at line 46 of file SensorRangeSpinBox.qml.

◆ to

alias org::kde::ksysguard::faces::SensorRangeSpinBox::to
read

The upper bound for the value.

Definition at line 30 of file SensorRangeSpinBox.qml.

◆ unit

int org::kde::ksysguard::faces::SensorRangeSpinBox::unit
read

The unit for the value.

Definition at line 38 of file SensorRangeSpinBox.qml.

◆ value

real org::kde::ksysguard::faces::SensorRangeSpinBox::value
read

The value.

Definition at line 34 of file SensorRangeSpinBox.qml.

Member Function Documentation

◆ valueModified

void org::kde::ksysguard::faces::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 Jun 21 2024 12:02:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.