Home
last modified time | relevance | path

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

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duigradientscontroller.cpp798 auto fsController = makeOwned<UIGradientEditorController> ( in showEditDialog() local
801 dc->run ("gradient.editor", "Gradient Editor", "OK", "Cancel", fsController, in showEditDialog()
H A Duibitmapscontroller.cpp823 auto fsController = makeOwned<UIBitmapSettingsController> (dataSource->getSelectedBitmap (), in showSettingsDialog() local
826 dc->run ("bitmap.settings", "Bitmap Settings", "Close", nullptr, fsController, in showSettingsDialog()
H A Duieditcontroller.cpp949 auto fsController = makeOwned<UIFocusSettingsController> (editDescription, this); in showFocusSettings() local
950 dc->run ("focus.settings", "Focus Drawing Settings", "OK", "Cancel", fsController, editorDesc); in showFocusSettings()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duigradientscontroller.cpp752 …UIGradientEditorController* fsController = new UIGradientEditorController (dataSource->getSelected… in showEditDialog() local
753 …dc->run ("gradient.editor", "Gradient Editor", "OK", "Cancel", fsController, UIEditController::get… in showEditDialog()
H A Duibitmapscontroller.cpp792 …UIBitmapSettingsController* fsController = new UIBitmapSettingsController (dataSource->getSelected… in showSettingsDialog() local
793 …dc->run ("bitmap.settings", "Bitmap Settings", "Close", nullptr, fsController, UIEditController::g… in showSettingsDialog()
H A Duieditcontroller.cpp947 auto* fsController = new UIFocusSettingsController (editDescription, this); in showFocusSettings() local
948 dc->run ("focus.settings", "Focus Drawing Settings", "OK", "Cancel", fsController, editorDesc); in showFocusSettings()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dsimple_preferences.cpp803 CONFIG_BOOL( "qt-fs-controller", fsController ); in SPrefsPanel()