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

CheckBox. More...

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

Properties

alias variable
 variable: var More...
 
alias path
 type:var convinience type to reduce typing. More...
 
bool invert
 Invert checked state. More...
 

Detailed Description

CheckBox.



Import Statement

import de.igh.pd
Version
2.0

Property Documentation

◆ invert

bool de::igh::pd::PdCheckBox::invert
read

Invert checked state.

◆ path

alias de::igh::pd::PdCheckBox::path
read

type:var convinience type to reduce typing.

Instead of:

connection: {
"process":pdProcess,
"path":"/control/path"
}
}

one can only specify path:"/control/path"

THIS relies on a Pd::Process::defaultProcess which must be set and valid!

◆ variable

alias de::igh::pd::PdCheckBox::variable
read

variable: var

connection to the process variable: to be used like

connection: {
"process":pdProcess,
"path":"/control/value",
"scale":1,
"offset":0,
"period":0.1,
"transmission":Pd.Periodic|Pd.Event|Pd.Poll
}
}

Defaults are: period: 0 scale: 1 offset: 0 transmission: Pd.Event


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