Home
last modified time | relevance | path

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

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dcfontchooser.cpp158strikeoutBox = new CCheckBox (controlRect, this, CFontChooserInternal::kFontChooserStrikeoutTag, "… in CFontChooser()
159 strikeoutBox->setFont (uiDef.font); in CFontChooser()
160 strikeoutBox->setFontColor (uiDef.fontColor); in CFontChooser()
161 strikeoutBox->setAutosizeFlags (kAutosizeLeft | kAutosizeTop); in CFontChooser()
162 strikeoutBox->sizeToFit (); in CFontChooser()
163 addView (strikeoutBox); in CFontChooser()
199 strikeoutBox->setValue ((font->getStyle () & kStrikethroughFace) ? 1.f : 0.f); in setFont()
H A Dcfontchooser.h84 CCheckBox* strikeoutBox; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dcfontchooser.cpp158strikeoutBox = new CCheckBox (controlRect, this, CFontChooserInternal::kFontChooserStrikeoutTag, "… in CFontChooser()
159 strikeoutBox->setFont (uiDef.font); in CFontChooser()
160 strikeoutBox->setFontColor (uiDef.fontColor); in CFontChooser()
161 strikeoutBox->setAutosizeFlags (kAutosizeLeft | kAutosizeTop); in CFontChooser()
162 strikeoutBox->sizeToFit (); in CFontChooser()
163 addView (strikeoutBox); in CFontChooser()
199 strikeoutBox->setValue ((font->getStyle () & kStrikethroughFace) ? 1.f : 0.f); in setFont()
H A Dcfontchooser.h85 CCheckBox* strikeoutBox; variable