Home
last modified time | relevance | path

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

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duibitmapscontroller.h22 class UIBitmapsController : public NonAtomicReferenceCounted,
27UIBitmapsController (IController* baseController, UIDescription* description, IActionPerformer* ac…
28 ~UIBitmapsController () override;
H A Duibitmapscontroller.cpp803 UIBitmapsController::UIBitmapsController (IController* baseController, UIDescription* description, … in UIBitmapsController() function in VSTGUI::UIBitmapsController
814 UIBitmapsController::~UIBitmapsController () in ~UIBitmapsController()
820 void UIBitmapsController::showSettingsDialog () in showSettingsDialog()
831 CView* UIBitmapsController::createView (const UIAttributes& attributes, const IUIDescription* descr… in createView()
851 CView* UIBitmapsController::verifyView (CView* view, const UIAttributes& attributes, const IUIDescr… in verifyView()
888 IControlListener* UIBitmapsController::getControlListener (UTF8StringPtr name) in getControlListener()
894 void UIBitmapsController::valueChanged (CControl* pControl) in valueChanged()
937 void UIBitmapsController::dbSelectionChanged (int32_t selectedRow, GenericStringListDataBrowserSour… in dbSelectionChanged()
962 void UIBitmapsController::dbRowDoubleClick (int32_t row, GenericStringListDataBrowserSource* source) in dbRowDoubleClick()
968 bool UIBitmapsController::valueToString (float value, char utf8String[256], void* userData) in valueToString()
[all …]
H A Duieditcontroller.cpp684 return new UIBitmapsController (this, editDescription, this); in createSubController()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duibitmapscontroller.h23 class UIBitmapsController : public CBaseObject,
28UIBitmapsController (IController* baseController, UIDescription* description, IActionPerformer* ac…
29 ~UIBitmapsController () override;
H A Duibitmapscontroller.cpp772 UIBitmapsController::UIBitmapsController (IController* baseController, UIDescription* description, … in UIBitmapsController() function in VSTGUI::UIBitmapsController
783 UIBitmapsController::~UIBitmapsController () in ~UIBitmapsController()
789 void UIBitmapsController::showSettingsDialog () in showSettingsDialog()
797 CView* UIBitmapsController::createView (const UIAttributes& attributes, const IUIDescription* descr… in createView()
817 CView* UIBitmapsController::verifyView (CView* view, const UIAttributes& attributes, const IUIDescr… in verifyView()
854 IControlListener* UIBitmapsController::getControlListener (UTF8StringPtr name) in getControlListener()
860 void UIBitmapsController::valueChanged (CControl* pControl) in valueChanged()
903 void UIBitmapsController::dbSelectionChanged (int32_t selectedRow, GenericStringListDataBrowserSour… in dbSelectionChanged()
928 bool UIBitmapsController::valueToString (float value, char utf8String[256], void* userData) in valueToString()
938 bool UIBitmapsController::stringToValue (UTF8StringPtr txt, float& result, void* userData) in stringToValue()
H A Duieditcontroller.cpp679 return new UIBitmapsController (this, editDescription, this); in createSubController()