PdQmlWidgets  2.0.0
Public Types | Properties | List of all members
de::igh::pd::PdTimeLabel Class Reference

Show absolute or relative Time/Date from process value in seconds. More...

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

Public Types

enum  Mode {
  Mode::Time, Mode::DateLocal, Mode::DateTimeLocal, Mode::DateUTC,
  Mode::DateTimeUTC
}
 

Properties

alias variable
 variable: var More...
 
alias connection
 
alias path
 type:var convenience connection to the process path see PdCheckBox use with caution: default transmission is "event" meaning every change of the signal triggers a transmission More...
 
string suffix
 Suffix is appended to the value without space! More...
 
string prefix
 Prefix is prepended to the value without space! More...
 
var format
 
alias value
 type: var Raw Process value More...
 
int mode
 

Detailed Description

Show absolute or relative Time/Date from process value in seconds.



Import Statement

import de.igh.pd
Version
2.0

Member Enumeration Documentation

◆ Mode

Enumerator
Time 
DateLocal 
DateTimeLocal 
DateUTC 
DateTimeUTC 

Property Documentation

◆ connection

alias de::igh::pd::PdTimeLabel::connection
read

◆ format

var de::igh::pd::PdTimeLabel::format
read

◆ mode

int de::igh::pd::PdTimeLabel::mode
read

◆ path

alias de::igh::pd::PdTimeLabel::path
read

type:var convenience connection to the process path see PdCheckBox use with caution: default transmission is "event" meaning every change of the signal triggers a transmission

◆ prefix

string de::igh::pd::PdTimeLabel::prefix
read

Prefix is prepended to the value without space!

◆ suffix

string de::igh::pd::PdTimeLabel::suffix
read

Suffix is appended to the value without space!

◆ value

alias de::igh::pd::PdTimeLabel::value
read

type: var Raw Process value

◆ variable

alias de::igh::pd::PdTimeLabel::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|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: