Home
last modified time | relevance | path

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

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DOptionFilter.hpp34 loLabel (0, 90, 80, 20, "ctlabel", BOOPS_LABEL_HIGHPASS), in OptionFilter()
56 add (loLabel); in OptionFilter()
62 …OptionFilter (const OptionFilter& that) : OptionWidget (that), loLabel (that.loLabel), hiLabel (th… in OptionFilter()
64 add (loLabel); in OptionFilter()
71 release (&loLabel); in operator =()
75 loLabel = that.loLabel; in operator =()
78 add (loLabel); in operator =()
92 loLabel.applyTheme (theme); in applyTheme()
140 BWidgets::Label loLabel; member in OptionFilter