Home
last modified time | relevance | path

Searched refs:modPhaseLabel (Results 1 – 1 of 1) sorted by relevance

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DOptionPhaser.hpp37 modPhaseLabel (240, 100, 80, 20, "ctlabel", BOOPS_LABEL_STEREO_PHASE), in OptionPhaser()
68 add (modPhaseLabel); in OptionPhaser()
77 modRateLabel (that.modRateLabel), modPhaseLabel (that.modPhaseLabel), in OptionPhaser()
83 add (modPhaseLabel); in OptionPhaser()
93 release (&modPhaseLabel); in operator =()
100 modPhaseLabel = that.modPhaseLabel; in operator =()
106 add (modPhaseLabel); in operator =()
123 modPhaseLabel.applyTheme (theme); in applyTheme()
176 BWidgets::Label modPhaseLabel; member in OptionPhaser