OpenHantek
LevelSliderParameters Struct Reference

Contains the color, text and value of one slider. More...

#include <levelslider.h>

Data Fields

QColor color
 The color of the slider and font. More...
 
QString text
 The text beside the slider, a empty string disables text. More...
 
bool visible
 Visibility of the slider. More...
 
double minimum
 Minimum (left/top) value for the slider. More...
 
double maximum
 Maximum (right/bottom) value for the slider. More...
 
double step
 The distance between selectable slider positions. More...
 
double value
 The current value of the slider. More...
 
QRect rect
 The area where the slider is drawn. More...
 

Detailed Description

Contains the color, text and value of one slider.

Field Documentation

◆ color

QColor LevelSliderParameters::color

The color of the slider and font.

◆ maximum

double LevelSliderParameters::maximum

Maximum (right/bottom) value for the slider.

◆ minimum

double LevelSliderParameters::minimum

Minimum (left/top) value for the slider.

◆ rect

QRect LevelSliderParameters::rect

The area where the slider is drawn.

◆ step

double LevelSliderParameters::step

The distance between selectable slider positions.

◆ text

QString LevelSliderParameters::text

The text beside the slider, a empty string disables text.

◆ value

double LevelSliderParameters::value

The current value of the slider.

◆ visible

bool LevelSliderParameters::visible

Visibility of the slider.


The documentation for this struct was generated from the following file: