PdQmlWidgets  2.0.0
Properties | List of all members
de::igh::pd::PdBar Class Reference

Simple Bar without scale but with a label inside showing the value. More...

Inheritance diagram for de::igh::pd::PdBar:
Inheritance graph
[legend]
Collaboration diagram for de::igh::pd::PdBar:
Collaboration graph
[legend]

Properties

alias variable
 variable: var More...
 
alias connection
 
string suffix
 Suffix is appended to the value without space! More...
 
string prefix
 Prefix is appended to the value without space! More...
 
int decimals
 Number of decimals digitals for the label. More...
 
bool startZero
 Draw bars originating from zero otherwise from the minium. More...
 
int orientation
 
bool labelVisible
 Show the value label if true. More...
 
int fontPixelSize
 pixes size for label; applies only for vertical orientation! More...
 
doube from
 This property holds the starting value of the control. More...
 
double to
 This property holds the end value of the control. More...
 
var color
 color of bar More...
 
var backgroundColor
 color of background More...
 
var borderColor
 color of border More...
 
var borderWidth
 width of border More...
 
alias label
 
int radius
 
double visualPosition
 The position is expressed as a fraction of the value, in the range 0.0 - 1.0. More...
 
double visualStart
 depending on startZero: start the bar at the "0" position or the "from" position More...
 
alias value
 type: var Raw Process value More...
 

Detailed Description

Simple Bar without scale but with a label inside showing the value.



Import Statement

import de.igh.pd
Version
2.0

Property Documentation

◆ backgroundColor

var de::igh::pd::PdBar::backgroundColor
read

color of background

◆ borderColor

var de::igh::pd::PdBar::borderColor
read

color of border

◆ borderWidth

var de::igh::pd::PdBar::borderWidth
read

width of border

◆ color

var de::igh::pd::PdBar::color
read

color of bar

◆ connection

alias de::igh::pd::PdBar::connection
read

◆ decimals

int de::igh::pd::PdBar::decimals
read

Number of decimals digitals for the label.

◆ fontPixelSize

int de::igh::pd::PdBar::fontPixelSize
read

pixes size for label; applies only for vertical orientation!

◆ from

doube de::igh::pd::PdBar::from
read

This property holds the starting value of the control.

Default: 0

◆ label

alias de::igh::pd::PdBar::label
read

◆ labelVisible

bool de::igh::pd::PdBar::labelVisible
read

Show the value label if true.

◆ orientation

int de::igh::pd::PdBar::orientation
read

◆ prefix

string de::igh::pd::PdBar::prefix
read

Prefix is appended to the value without space!

◆ radius

int de::igh::pd::PdBar::radius
read

◆ startZero

bool de::igh::pd::PdBar::startZero
read

Draw bars originating from zero otherwise from the minium.

◆ suffix

string de::igh::pd::PdBar::suffix
read

Suffix is appended to the value without space!

◆ to

double de::igh::pd::PdBar::to
read

This property holds the end value of the control.

Default: 100

◆ value

alias de::igh::pd::PdBar::value
read

type: var Raw Process value

Remarks
This property is read-only

◆ variable

alias de::igh::pd::PdBar::variable
read

variable: var

connection to the process variable: to be used like

"process":pdProcess,
"path":"/control/value",
"scale":1,
"offset":0,
"period":0.1,
"transmission":Pd.periodic
}
}

◆ visualPosition

double de::igh::pd::PdBar::visualPosition
read

The position is expressed as a fraction of the value, in the range 0.0 - 1.0.

Remarks
This property is read-only

◆ visualStart

double de::igh::pd::PdBar::visualStart
read

depending on startZero: start the bar at the "0" position or the "from" position

Remarks
This property is read-only

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