Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V2.cpp61 LookAndFeel_V2::LookAndFeel_V2() in LookAndFeel_V2() function in juce::LookAndFeel_V2
235 LookAndFeel_V2::~LookAndFeel_V2() {} in ~LookAndFeel_V2()
511 int LookAndFeel_V2::getAlertBoxWindowFlags() in getAlertBoxWindowFlags()
530 int LookAndFeel_V2::getAlertWindowButtonHeight() in getAlertWindowButtonHeight()
535 Font LookAndFeel_V2::getAlertWindowTitleFont() in getAlertWindowTitleFont()
541 Font LookAndFeel_V2::getAlertWindowMessageFont() in getAlertWindowMessageFont()
546 Font LookAndFeel_V2::getAlertWindowFont() in getAlertWindowFont()
804 int LookAndFeel_V2::getDefaultScrollbarWidth() in getDefaultScrollbarWidth()
868 Font LookAndFeel_V2::getPopupMenuFont() in getPopupMenuFont()
1038 int LookAndFeel_V2::getMenuWindowFlags() in getMenuWindowFlags()
[all …]
H A Djuce_LookAndFeel_V2.h37 class JUCE_API LookAndFeel_V2 : public LookAndFeel
40 LookAndFeel_V2();
41 ~LookAndFeel_V2() override;
389 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (LookAndFeel_V2)
H A Djuce_LookAndFeel_V1.h36 class JUCE_API LookAndFeel_V1 : public LookAndFeel_V2
H A Djuce_LookAndFeel_V3.h36 class JUCE_API LookAndFeel_V3 : public LookAndFeel_V2
H A Djuce_LookAndFeel_V4.cpp395 auto* aw = LookAndFeel_V2::createAlertWindow (title, message, button1, button2, button3, in createAlertWindow()
679 LookAndFeel_V2::fillTextEditorBackground (g, width, height, textEditor); in fillTextEditorBackground()
757 LookAndFeel_V2::drawFileBrowserRow (g, width, height, file, filename, icon, in drawFileBrowserRow()
1119 auto* l = LookAndFeel_V2::createSliderTextBox (slider); in createSliderTextBox()
H A Djuce_LookAndFeel_V1.cpp157 LookAndFeel_V2::drawProgressBar (g, progressBar, width, height, progress, textToShow); in drawProgressBar()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V2.cpp61 LookAndFeel_V2::LookAndFeel_V2() in LookAndFeel_V2() function in juce::LookAndFeel_V2
235 LookAndFeel_V2::~LookAndFeel_V2() {} in ~LookAndFeel_V2()
511 int LookAndFeel_V2::getAlertBoxWindowFlags() in getAlertBoxWindowFlags()
530 int LookAndFeel_V2::getAlertWindowButtonHeight() in getAlertWindowButtonHeight()
535 Font LookAndFeel_V2::getAlertWindowTitleFont() in getAlertWindowTitleFont()
541 Font LookAndFeel_V2::getAlertWindowMessageFont() in getAlertWindowMessageFont()
546 Font LookAndFeel_V2::getAlertWindowFont() in getAlertWindowFont()
804 int LookAndFeel_V2::getDefaultScrollbarWidth() in getDefaultScrollbarWidth()
868 Font LookAndFeel_V2::getPopupMenuFont() in getPopupMenuFont()
1099 int LookAndFeel_V2::getMenuWindowFlags() in getMenuWindowFlags()
[all …]
H A Djuce_LookAndFeel_V2.h37 class JUCE_API LookAndFeel_V2 : public LookAndFeel
40 LookAndFeel_V2();
41 ~LookAndFeel_V2() override;
423 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (LookAndFeel_V2)
H A Djuce_LookAndFeel_V1.h36 class JUCE_API LookAndFeel_V1 : public LookAndFeel_V2
H A Djuce_LookAndFeel_V3.h36 class JUCE_API LookAndFeel_V3 : public LookAndFeel_V2
H A Djuce_LookAndFeel_V4.cpp395 auto* aw = LookAndFeel_V2::createAlertWindow (title, message, button1, button2, button3, in createAlertWindow()
679 LookAndFeel_V2::fillTextEditorBackground (g, width, height, textEditor); in fillTextEditorBackground()
757 LookAndFeel_V2::drawFileBrowserRow (g, width, height, file, filename, icon, in drawFileBrowserRow()
1119 auto* l = LookAndFeel_V2::createSliderTextBox (slider); in createSliderTextBox()
H A Djuce_LookAndFeel_V1.cpp157 LookAndFeel_V2::drawProgressBar (g, progressBar, width, height, progress, textToShow); in drawProgressBar()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DLookAndFeelDemo.h191LookAndFeel_V2::drawLinearSliderThumb (g, x, y, width, height, sliderPos, minSliderPos, maxSliderP… in drawLinearSliderThumb()
389LookAndFeel_V2::drawLinearSliderThumb (g, x, y, width, height, sliderPos, minSliderPos, maxSliderP… in drawLinearSliderThumb()
540 addLookAndFeel (new LookAndFeel_V2(), "LookAndFeel_V2"); in LookAndFeelDemo()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/UI/
H A DSettingsContent.h198 lookAndFeels.add (new LookAndFeel_V2()); in addLookAndFeels()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/UI/
H A Djucer_ProjucerLookAndFeel.cpp282 LookAndFeel_V2::drawFileBrowserRow (g, width, height, file, filename, icon, in drawFileBrowserRow()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DJuceGUI.h167 const Path tick (LookAndFeel_V2::getTickShape (6.0f)); in drawTickBox()
207LookAndFeel_V2::drawLinearSliderThumb (g, x, y, width, height, sliderPos, minSliderPos, maxSliderP… in drawLinearSliderThumb()
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DJuceGUI.h169 const juce::Path tick (juce::LookAndFeel_V2::getTickShape (6.0f)); in drawTickBox()
209 …juce::LookAndFeel_V2::drawLinearSliderThumb (g, x, y, width, height, sliderPos, minSliderPos, maxS… in drawLinearSliderThumb()