LMMS
Loading...
Searching...
No Matches
juce::LookAndFeel_V4 Class Reference

#include <juce_LookAndFeel_V4.h>

Inheritance diagram for juce::LookAndFeel_V4:
juce::LookAndFeel_V3 juce::LookAndFeel_V2 juce::LookAndFeel juce::SidePanel::LookAndFeelMethods juce::ExtraLookAndFeelBaseClasses::LassoComponentMethods juce::ExtraLookAndFeelBaseClasses::AudioDeviceSelectorComponentMethods juce::ExtraLookAndFeelBaseClasses::KeyMappingEditorComponentMethods juce::StretchableLayoutResizerBar::LookAndFeelMethods juce::ProgressBar::LookAndFeelMethods juce::ConcertinaPanel::LookAndFeelMethods juce::Toolbar::LookAndFeelMethods juce::CallOutBox::LookAndFeelMethods juce::TableHeaderComponent::LookAndFeelMethods juce::GroupComponent::LookAndFeelMethods juce::FilenameComponent::LookAndFeelMethods juce::PropertyComponent::LookAndFeelMethods juce::TabbedButtonBar::LookAndFeelMethods juce::TooltipWindow::LookAndFeelMethods juce::DocumentWindow::LookAndFeelMethods juce::ResizableWindow::LookAndFeelMethods juce::Slider::LookAndFeelMethods juce::Label::LookAndFeelMethods juce::ComboBox::LookAndFeelMethods juce::PopupMenu::LookAndFeelMethods juce::AlertWindow::LookAndFeelMethods juce::BubbleComponent::LookAndFeelMethods juce::TreeView::LookAndFeelMethods juce::FileBrowserComponent::LookAndFeelMethods juce::TextEditor::LookAndFeelMethods juce::ImageButton::LookAndFeelMethods juce::Button::LookAndFeelMethods juce::ScrollBar::LookAndFeelMethods

Classes

class  ColourScheme

Public Member Functions

 LookAndFeel_V4 ()
 LookAndFeel_V4 (ColourScheme)
 ~LookAndFeel_V4 () override
void setColourScheme (ColourScheme)
ColourSchemegetCurrentColourScheme () noexcept
ButtoncreateDocumentWindowButton (int) override
void positionDocumentWindowButtons (DocumentWindow &, int, int, int, int, Button *, Button *, Button *, bool) override
void drawDocumentWindowTitleBar (DocumentWindow &, Graphics &, int, int, int, int, const Image *, bool) override
Font getTextButtonFont (TextButton &, int buttonHeight) override
void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void drawToggleButton (Graphics &, ToggleButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void changeToggleButtonWidthToFitText (ToggleButton &) override
AlertWindowcreateAlertWindow (const String &title, const String &message, const String &button1, const String &button2, const String &button3, MessageBoxIconType iconType, int numButtons, Component *associatedComponent) override
void drawAlertBox (Graphics &, AlertWindow &, const Rectangle< int > &textArea, TextLayout &) override
int getAlertWindowButtonHeight () override
Font getAlertWindowTitleFont () override
Font getAlertWindowMessageFont () override
Font getAlertWindowFont () override
void drawProgressBar (Graphics &, ProgressBar &, int width, int height, double progress, const String &textToShow) override
bool isProgressBarOpaque (ProgressBar &) override
int getDefaultScrollbarWidth () override
void drawScrollbar (Graphics &, ScrollBar &, int x, int y, int width, int height, bool isScrollbarVertical, int thumbStartPosition, int thumbSize, bool isMouseOver, bool isMouseDown) override
Path getTickShape (float height) override
Path getCrossShape (float height) override
void fillTextEditorBackground (Graphics &, int width, int height, TextEditor &) override
void drawTextEditorOutline (Graphics &, int width, int height, TextEditor &) override
ButtoncreateFileBrowserGoUpButton () override
void layoutFileBrowserComponent (FileBrowserComponent &, DirectoryContentsDisplayComponent *, FilePreviewComponent *, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton) override
void drawFileBrowserRow (Graphics &, int width, int height, const File &file, const String &filename, Image *icon, const String &fileSizeDescription, const String &fileTimeDescription, bool isDirectory, bool isItemSelected, int itemIndex, DirectoryContentsDisplayComponent &) override
void drawPopupMenuItem (Graphics &, const Rectangle< int > &area, bool isSeparator, bool isActive, bool isHighlighted, bool isTicked, bool hasSubMenu, const String &text, const String &shortcutKeyText, const Drawable *icon, const Colour *textColour) override
void getIdealPopupMenuItemSize (const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) override
void drawMenuBarBackground (Graphics &, int width, int height, bool isMouseOverBar, MenuBarComponent &) override
void drawMenuBarItem (Graphics &, int width, int height, int itemIndex, const String &itemText, bool isMouseOverItem, bool isMenuOpen, bool isMouseOverBar, MenuBarComponent &) override
void drawComboBox (Graphics &, int width, int height, bool isButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &) override
Font getComboBoxFont (ComboBox &) override
void positionComboBoxText (ComboBox &, Label &) override
int getSliderThumbRadius (Slider &) override
void drawLinearSlider (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
void drawRotarySlider (Graphics &, int x, int y, int width, int height, float sliderPosProportional, float rotaryStartAngle, float rotaryEndAngle, Slider &) override
void drawPointer (Graphics &, float x, float y, float diameter, const Colour &, int direction) noexcept
LabelcreateSliderTextBox (Slider &) override
void drawTooltip (Graphics &, const String &text, int width, int height) override
void drawConcertinaPanelHeader (Graphics &, const Rectangle< int > &area, bool isMouseOver, bool isMouseDown, ConcertinaPanel &, Component &panel) override
void drawLevelMeter (Graphics &, int, int, float) override
void paintToolbarBackground (Graphics &, int width, int height, Toolbar &) override
void paintToolbarButtonLabel (Graphics &, int x, int y, int width, int height, const String &text, ToolbarItemComponent &) override
void drawPropertyPanelSectionHeader (Graphics &, const String &name, bool isOpen, int width, int height) override
void drawPropertyComponentBackground (Graphics &, int width, int height, PropertyComponent &) override
void drawPropertyComponentLabel (Graphics &, int width, int height, PropertyComponent &) override
Rectangle< intgetPropertyComponentContentPosition (PropertyComponent &) override
void drawCallOutBoxBackground (CallOutBox &, Graphics &, const Path &, Image &) override
void drawStretchableLayoutResizerBar (Graphics &, int, int, bool, bool, bool) override
Public Member Functions inherited from juce::LookAndFeel_V3
 LookAndFeel_V3 ()
 ~LookAndFeel_V3 () override
void drawTableHeaderBackground (Graphics &, TableHeaderComponent &) override
void drawTreeviewPlusMinusBox (Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isOpen, bool isMouseOver) override
bool areLinesDrawnForTreeView (TreeView &) override
int getTreeViewIndentSize (TreeView &) override
void drawKeymapChangeButton (Graphics &, int width, int height, Button &button, const String &keyDescription) override
void drawPopupMenuBackground (Graphics &, int width, int height) override
int getTabButtonOverlap (int tabDepth) override
int getTabButtonSpaceAroundImage () override
void drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
void drawTabAreaBehindFrontButton (TabbedButtonBar &bar, Graphics &g, int w, int h) override
bool areScrollbarButtonsVisible () override
void drawLinearSliderBackground (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
Public Member Functions inherited from juce::LookAndFeel_V2
 LookAndFeel_V2 ()
 ~LookAndFeel_V2 () override
void drawButtonText (Graphics &, TextButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
int getTextButtonWidthToFitText (TextButton &, int buttonHeight) override
void drawDrawableButton (Graphics &, DrawableButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
int getAlertBoxWindowFlags () override
Array< intgetWidthsForTextButtons (AlertWindow &, const Array< TextButton * > &) override
void drawSpinningWaitAnimation (Graphics &, const Colour &colour, int x, int y, int w, int h) override
void drawScrollbarButton (Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
ImageEffectFiltergetScrollbarEffect () override
int getMinimumScrollbarThumbSize (ScrollBar &) override
int getScrollbarButtonSize (ScrollBar &) override
CaretComponentcreateCaretComponent (Component *keyFocusOwner) override
const DrawablegetDefaultFolderImage () override
const DrawablegetDefaultDocumentFileImage () override
AttributedString createFileChooserHeaderText (const String &title, const String &instructions) override
void drawBubble (Graphics &, BubbleComponent &, const Point< float > &tip, const Rectangle< float > &body) override
void drawLasso (Graphics &, Component &) override
void drawPopupMenuBackgroundWithOptions (Graphics &, int width, int height, const PopupMenu::Options &) override
void drawPopupMenuItemWithOptions (Graphics &, const Rectangle< int > &area, bool isHighlighted, const PopupMenu::Item &item, const PopupMenu::Options &) override
void drawPopupMenuSectionHeader (Graphics &, const Rectangle< int > &area, const String &sectionName) override
void drawPopupMenuSectionHeaderWithOptions (Graphics &, const Rectangle< int > &area, const String &sectionName, const PopupMenu::Options &) override
Font getPopupMenuFont () override
void drawPopupMenuUpDownArrow (Graphics &, int width, int height, bool isScrollUpArrow) override
void drawPopupMenuUpDownArrowWithOptions (Graphics &, int width, int height, bool isScrollUpArrow, const PopupMenu::Options &) override
void getIdealPopupMenuItemSizeWithOptions (const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight, const PopupMenu::Options &) override
int getMenuWindowFlags () override
void preparePopupMenuWindow (Component &) override
int getMenuBarItemWidth (MenuBarComponent &, int itemIndex, const String &itemText) override
Font getMenuBarFont (MenuBarComponent &, int itemIndex, const String &itemText) override
int getDefaultMenuBarHeight () override
ComponentgetParentComponentForMenuOptions (const PopupMenu::Options &options) override
bool shouldPopupMenuScaleWithTargetComponent (const PopupMenu::Options &options) override
int getPopupMenuBorderSize () override
int getPopupMenuBorderSizeWithOptions (const PopupMenu::Options &) override
void drawPopupMenuColumnSeparatorWithOptions (Graphics &g, const Rectangle< int > &bounds, const PopupMenu::Options &) override
int getPopupMenuColumnSeparatorWidthWithOptions (const PopupMenu::Options &) override
LabelcreateComboBoxTextBox (ComboBox &) override
PopupMenu::Options getOptionsForComboBoxPopupMenu (ComboBox &, Label &) override
void drawComboBoxTextWhenNothingSelected (Graphics &, ComboBox &, Label &) override
void drawLabel (Graphics &, Label &) override
Font getLabelFont (Label &) override
BorderSize< intgetLabelBorderSize (Label &) override
void drawLinearSliderThumb (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
ButtoncreateSliderButton (Slider &, bool isIncrement) override
ImageEffectFiltergetSliderEffect (Slider &) override
Font getSliderPopupFont (Slider &) override
int getSliderPopupPlacement (Slider &) override
Slider::SliderLayout getSliderLayout (Slider &) override
Rectangle< intgetTooltipBounds (const String &tipText, Point< int > screenPos, Rectangle< int > parentArea) override
ButtoncreateFilenameComponentBrowseButton (const String &text) override
void layoutFilenameComponent (FilenameComponent &, ComboBox *filenameBox, Button *browseButton) override
void drawCornerResizer (Graphics &, int w, int h, bool isMouseOver, bool isMouseDragging) override
void drawResizableFrame (Graphics &, int w, int h, const BorderSize< int > &) override
void fillResizableWindowBackground (Graphics &, int w, int h, const BorderSize< int > &, ResizableWindow &) override
void drawResizableWindowBorder (Graphics &, int w, int h, const BorderSize< int > &border, ResizableWindow &) override
std::unique_ptr< DropShadowercreateDropShadowerForComponent (Component &) override
std::unique_ptr< FocusOutlinecreateFocusOutlineForComponent (Component &) override
void drawGroupComponentOutline (Graphics &, int w, int h, const String &text, const Justification &, GroupComponent &) override
int getTabButtonBestWidth (TabBarButton &, int tabDepth) override
Rectangle< intgetTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp) override
Font getTabButtonFont (TabBarButton &, float height) override
void drawTabButtonText (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
void drawTabbedButtonBarBackground (TabbedButtonBar &, Graphics &) override
void createTabButtonShape (TabBarButton &, Path &, bool isMouseOver, bool isMouseDown) override
void fillTabButtonShape (TabBarButton &, Graphics &, const Path &, bool isMouseOver, bool isMouseDown) override
ButtoncreateTabBarExtrasButton () override
void drawImageButton (Graphics &, Image *, int imageX, int imageY, int imageW, int imageH, const Colour &overlayColour, float imageOpacity, ImageButton &) override
void drawTableHeaderColumn (Graphics &, TableHeaderComponent &, const String &columnName, int columnId, int width, int height, bool isMouseOver, bool isMouseDown, int columnFlags) override
ButtoncreateToolbarMissingItemsButton (Toolbar &) override
void paintToolbarButtonBackground (Graphics &, int width, int height, bool isMouseOver, bool isMouseDown, ToolbarItemComponent &) override
int getPropertyPanelSectionHeaderHeight (const String &sectionTitle) override
int getCallOutBoxBorderSize (const CallOutBox &) override
float getCallOutBoxCornerSize (const CallOutBox &) override
Font getSidePanelTitleFont (SidePanel &) override
Justification getSidePanelTitleJustification (SidePanel &) override
Path getSidePanelDismissButtonShape (SidePanel &) override
Public Member Functions inherited from juce::LookAndFeel
 LookAndFeel ()
 ~LookAndFeel () override
Colour findColour (int colourId) const noexcept
void setColour (int colourId, Colour colour) noexcept
bool isColourSpecified (int colourId) const noexcept
virtual Typeface::Ptr getTypefaceForFont (const Font &)
void setDefaultSansSerifTypeface (Typeface::Ptr newDefaultTypeface)
void setDefaultSansSerifTypefaceName (const String &newName)
void setUsingNativeAlertWindows (bool shouldUseNativeAlerts)
bool isUsingNativeAlertWindows ()
virtual MouseCursor getMouseCursorFor (Component &)
virtual std::unique_ptr< LowLevelGraphicsContextcreateGraphicsContext (const Image &imageToRenderOn, Point< int > origin, const RectangleList< int > &initialClip)
virtual void playAlertSound ()
Public Member Functions inherited from juce::ScrollBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::Button::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ImageButton::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::TextEditor::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::FileBrowserComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::TreeView::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::BubbleComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::AlertWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::PopupMenu::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ComboBox::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::Label::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::Slider::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ResizableWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::DocumentWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::TooltipWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::TabbedButtonBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::PropertyComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::FilenameComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::GroupComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::TableHeaderComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::CallOutBox::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::Toolbar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ConcertinaPanel::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ProgressBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::StretchableLayoutResizerBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default
Public Member Functions inherited from juce::ExtraLookAndFeelBaseClasses::KeyMappingEditorComponentMethods
virtual ~KeyMappingEditorComponentMethods ()=default
Public Member Functions inherited from juce::ExtraLookAndFeelBaseClasses::AudioDeviceSelectorComponentMethods
virtual ~AudioDeviceSelectorComponentMethods ()=default
Public Member Functions inherited from juce::ExtraLookAndFeelBaseClasses::LassoComponentMethods
virtual ~LassoComponentMethods ()=default
Public Member Functions inherited from juce::SidePanel::LookAndFeelMethods
virtual ~LookAndFeelMethods ()=default

Static Public Member Functions

static ColourScheme getDarkColourScheme ()
static ColourScheme getMidnightColourScheme ()
static ColourScheme getGreyColourScheme ()
static ColourScheme getLightColourScheme ()
Static Public Member Functions inherited from juce::LookAndFeel_V3
static void createTabTextLayout (const TabBarButton &button, float length, float depth, Colour colour, TextLayout &)
Static Public Member Functions inherited from juce::LookAndFeel_V2
static void drawBevel (Graphics &, int x, int y, int width, int height, int bevelThickness, const Colour &topLeftColour=Colours::white, const Colour &bottomRightColour=Colours::black, bool useGradient=true, bool sharpEdgeOnOutside=true)
static void drawGlassSphere (Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness) noexcept
static void drawGlassPointer (Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness, int direction) noexcept
static void drawGlassLozenge (Graphics &, float x, float y, float width, float height, const Colour &, float outlineThickness, float cornerSize, bool flatOnLeft, bool flatOnRight, bool flatOnTop, bool flatOnBottom) noexcept
Static Public Member Functions inherited from juce::LookAndFeel
static LookAndFeelgetDefaultLookAndFeel () noexcept
static void setDefaultLookAndFeel (LookAndFeel *newDefaultLookAndFeel) noexcept

Private Member Functions

void drawLinearProgressBar (Graphics &, ProgressBar &, int width, int height, double progress, const String &)
void drawCircularProgressBar (Graphics &, ProgressBar &, const String &)
int getPropertyComponentIndent (PropertyComponent &)
void initialiseColours ()

Private Attributes

ColourScheme currentColourScheme

Detailed Description

The latest JUCE look-and-feel style, as introduced in 2017.

See also
LookAndFeel, LookAndFeel_V1, LookAndFeel_V2, LookAndFeel_V3

@tags{GUI}

Constructor & Destructor Documentation

◆ LookAndFeel_V4() [1/2]

juce::LookAndFeel_V4::LookAndFeel_V4 ( )

Creates a LookAndFeel_V4 object with a default colour scheme.

◆ LookAndFeel_V4() [2/2]

juce::LookAndFeel_V4::LookAndFeel_V4 ( ColourScheme scheme)

Creates a LookAndFeel_V4 object with a given colour scheme.

◆ ~LookAndFeel_V4()

juce::LookAndFeel_V4::~LookAndFeel_V4 ( )
override

Destructor.

Member Function Documentation

◆ changeToggleButtonWidthToFitText()

void juce::LookAndFeel_V4::changeToggleButtonWidthToFitText ( ToggleButton & button)
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ createAlertWindow()

AlertWindow * juce::LookAndFeel_V4::createAlertWindow ( const String & title,
const String & message,
const String & button1,
const String & button2,
const String & button3,
MessageBoxIconType iconType,
int numButtons,
Component * associatedComponent )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ createDocumentWindowButton()

Button * juce::LookAndFeel_V4::createDocumentWindowButton ( int buttonType)
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ createFileBrowserGoUpButton()

Button * juce::LookAndFeel_V4::createFileBrowserGoUpButton ( )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ createSliderTextBox()

Label * juce::LookAndFeel_V4::createSliderTextBox ( Slider & slider)
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawAlertBox()

void juce::LookAndFeel_V4::drawAlertBox ( Graphics & g,
AlertWindow & alert,
const Rectangle< int > & textArea,
TextLayout & textLayout )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawButtonBackground()

void juce::LookAndFeel_V4::drawButtonBackground ( Graphics & g,
Button & button,
const Colour & backgroundColour,
bool shouldDrawButtonAsHighlighted,
bool shouldDrawButtonAsDown )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawCallOutBoxBackground()

void juce::LookAndFeel_V4::drawCallOutBoxBackground ( CallOutBox & box,
Graphics & g,
const Path & path,
Image & cachedImage )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawCircularProgressBar()

void juce::LookAndFeel_V4::drawCircularProgressBar ( Graphics & g,
ProgressBar & progressBar,
const String & progressText )
private

◆ drawComboBox()

void juce::LookAndFeel_V4::drawComboBox ( Graphics & g,
int width,
int height,
bool isButtonDown,
int buttonX,
int buttonY,
int buttonW,
int buttonH,
ComboBox & box )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawConcertinaPanelHeader()

void juce::LookAndFeel_V4::drawConcertinaPanelHeader ( Graphics & g,
const Rectangle< int > & area,
bool isMouseOver,
bool isMouseDown,
ConcertinaPanel & concertina,
Component & panel )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawDocumentWindowTitleBar()

void juce::LookAndFeel_V4::drawDocumentWindowTitleBar ( DocumentWindow & window,
Graphics & g,
int w,
int h,
int titleSpaceX,
int titleSpaceW,
const Image * icon,
bool drawTitleTextOnLeft )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawFileBrowserRow()

void juce::LookAndFeel_V4::drawFileBrowserRow ( Graphics & g,
int width,
int height,
const File & file,
const String & filename,
Image * icon,
const String & fileSizeDescription,
const String & fileTimeDescription,
bool isDirectory,
bool isItemSelected,
int itemIndex,
DirectoryContentsDisplayComponent & dcc )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawLevelMeter()

void juce::LookAndFeel_V4::drawLevelMeter ( Graphics & g,
int width,
int height,
float level )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawLinearProgressBar()

void juce::LookAndFeel_V4::drawLinearProgressBar ( Graphics & g,
ProgressBar & progressBar,
int width,
int height,
double progress,
const String & textToShow )
private

◆ drawLinearSlider()

void juce::LookAndFeel_V4::drawLinearSlider ( Graphics & g,
int x,
int y,
int width,
int height,
float sliderPos,
float minSliderPos,
float maxSliderPos,
const Slider::SliderStyle style,
Slider & slider )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawMenuBarBackground()

void juce::LookAndFeel_V4::drawMenuBarBackground ( Graphics & g,
int width,
int height,
bool isMouseOverBar,
MenuBarComponent & menuBar )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawMenuBarItem()

void juce::LookAndFeel_V4::drawMenuBarItem ( Graphics & g,
int width,
int height,
int itemIndex,
const String & itemText,
bool isMouseOverItem,
bool isMenuOpen,
bool isMouseOverBar,
MenuBarComponent & menuBar )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawPointer()

void juce::LookAndFeel_V4::drawPointer ( Graphics & g,
float x,
float y,
float diameter,
const Colour & colour,
int direction )
noexcept

◆ drawPopupMenuItem()

void juce::LookAndFeel_V4::drawPopupMenuItem ( Graphics & ,
const Rectangle< int > & area,
bool isSeparator,
bool isActive,
bool isHighlighted,
bool isTicked,
bool hasSubMenu,
const String & text,
const String & shortcutKeyText,
const Drawable * icon,
const Colour * textColour )
overridevirtual

Draws one of the items in a popup menu.

Reimplemented from juce::LookAndFeel_V2.

◆ drawProgressBar()

void juce::LookAndFeel_V4::drawProgressBar ( Graphics & ,
ProgressBar & ,
int width,
int height,
double progress,
const String & textToShow )
overridevirtual

Draws a progress bar.

If the progress value is less than 0 or greater than 1.0, this should draw a spinning bar that fills the whole space (i.e. to say that the app is still busy but the progress isn't known). It can use the current time as a basis for playing an animation.

(Used by progress bars in AlertWindow).

Reimplemented from juce::LookAndFeel_V2.

◆ drawPropertyComponentBackground()

void juce::LookAndFeel_V4::drawPropertyComponentBackground ( Graphics & g,
int width,
int height,
PropertyComponent & component )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawPropertyComponentLabel()

void juce::LookAndFeel_V4::drawPropertyComponentLabel ( Graphics & g,
int width,
int height,
PropertyComponent & component )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawPropertyPanelSectionHeader()

void juce::LookAndFeel_V4::drawPropertyPanelSectionHeader ( Graphics & g,
const String & name,
bool isOpen,
int width,
int height )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawRotarySlider()

void juce::LookAndFeel_V4::drawRotarySlider ( Graphics & g,
int x,
int y,
int width,
int height,
float sliderPosProportional,
float rotaryStartAngle,
float rotaryEndAngle,
Slider & slider )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawScrollbar()

void juce::LookAndFeel_V4::drawScrollbar ( Graphics & g,
ScrollBar & scrollbar,
int x,
int y,
int width,
int height,
bool isScrollbarVertical,
int thumbStartPosition,
int thumbSize,
bool isMouseOver,
bool isMouseDown )
overridevirtual

Draws the thumb area of a scrollbar.

Parameters
gthe context to draw into
scrollbarthe bar itself
xthe x position of the left edge of the thumb area to draw in
ythe y position of the top edge of the thumb area to draw in
widththe width of the thumb area to draw in
heightthe height of the thumb area to draw in
isScrollbarVerticaltrue if it's a vertical bar, false if horizontal
thumbStartPositionfor vertical bars, the y coordinate of the top of the thumb, or its x position for horizontal bars
thumbSizefor vertical bars, the height of the thumb, or its width for horizontal bars. This may be 0 if the thumb shouldn't be drawn.
isMouseOverwhether the mouse is over the thumb area, also true if the mouse is currently dragging the thumb
isMouseDownwhether the mouse is currently dragging the scrollbar

Reimplemented from juce::LookAndFeel_V3.

◆ drawStretchableLayoutResizerBar()

void juce::LookAndFeel_V4::drawStretchableLayoutResizerBar ( Graphics & g,
int ,
int ,
bool ,
bool isMouseOver,
bool isMouseDragging )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawTextEditorOutline()

void juce::LookAndFeel_V4::drawTextEditorOutline ( Graphics & g,
int width,
int height,
TextEditor & textEditor )
overridevirtual

Reimplemented from juce::LookAndFeel_V3.

◆ drawTickBox()

void juce::LookAndFeel_V4::drawTickBox ( Graphics & g,
Component & component,
float x,
float y,
float w,
float h,
bool ticked,
bool isEnabled,
bool shouldDrawButtonAsHighlighted,
bool shouldDrawButtonAsDown )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ drawToggleButton()

void juce::LookAndFeel_V4::drawToggleButton ( Graphics & ,
ToggleButton & ,
bool shouldDrawButtonAsHighlighted,
bool shouldDrawButtonAsDown )
overridevirtual

Draws the contents of a standard ToggleButton.

Reimplemented from juce::LookAndFeel_V2.

◆ drawTooltip()

void juce::LookAndFeel_V4::drawTooltip ( Graphics & g,
const String & text,
int width,
int height )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ fillTextEditorBackground()

void juce::LookAndFeel_V4::fillTextEditorBackground ( Graphics & g,
int width,
int height,
TextEditor & textEditor )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getAlertWindowButtonHeight()

int juce::LookAndFeel_V4::getAlertWindowButtonHeight ( )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getAlertWindowFont()

Font juce::LookAndFeel_V4::getAlertWindowFont ( )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getAlertWindowMessageFont()

Font juce::LookAndFeel_V4::getAlertWindowMessageFont ( )
overridevirtual

Override this function to supply a custom font for the alert window message. This default implementation will use the default font with height set to 15.0f.

See also
getAlertWindowTitleFont

Reimplemented from juce::LookAndFeel_V2.

◆ getAlertWindowTitleFont()

Font juce::LookAndFeel_V4::getAlertWindowTitleFont ( )
overridevirtual

Override this function to supply a custom font for the alert window title. This default implementation will use a boldened and slightly larger version of the alert window message font.

See also
getAlertWindowMessageFont.

Reimplemented from juce::LookAndFeel_V2.

◆ getComboBoxFont()

Font juce::LookAndFeel_V4::getComboBoxFont ( ComboBox & box)
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getCrossShape()

Path juce::LookAndFeel_V4::getCrossShape ( float height)
overridevirtual

Returns a cross shape for use in yes/no boxes, etc.

Reimplemented from juce::LookAndFeel_V3.

◆ getCurrentColourScheme()

ColourScheme & juce::LookAndFeel_V4::getCurrentColourScheme ( )
inlinenoexcept

◆ getDarkColourScheme()

LookAndFeel_V4::ColourScheme juce::LookAndFeel_V4::getDarkColourScheme ( )
static

◆ getDefaultScrollbarWidth()

int juce::LookAndFeel_V4::getDefaultScrollbarWidth ( )
overridevirtual

Returns the default thickness to use for a scrollbar.

Reimplemented from juce::LookAndFeel_V2.

◆ getGreyColourScheme()

LookAndFeel_V4::ColourScheme juce::LookAndFeel_V4::getGreyColourScheme ( )
static

◆ getIdealPopupMenuItemSize()

void juce::LookAndFeel_V4::getIdealPopupMenuItemSize ( const String & text,
bool isSeparator,
int standardMenuItemHeight,
int & idealWidth,
int & idealHeight )
overridevirtual

Finds the best size for an item in a popup menu.

Reimplemented from juce::LookAndFeel_V2.

◆ getLightColourScheme()

LookAndFeel_V4::ColourScheme juce::LookAndFeel_V4::getLightColourScheme ( )
static

◆ getMidnightColourScheme()

LookAndFeel_V4::ColourScheme juce::LookAndFeel_V4::getMidnightColourScheme ( )
static

◆ getPropertyComponentContentPosition()

Rectangle< int > juce::LookAndFeel_V4::getPropertyComponentContentPosition ( PropertyComponent & component)
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getPropertyComponentIndent()

int juce::LookAndFeel_V4::getPropertyComponentIndent ( PropertyComponent & component)
private

◆ getSliderThumbRadius()

int juce::LookAndFeel_V4::getSliderThumbRadius ( Slider & slider)
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getTextButtonFont()

Font juce::LookAndFeel_V4::getTextButtonFont ( TextButton & ,
int buttonHeight )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ getTickShape()

Path juce::LookAndFeel_V4::getTickShape ( float height)
overridevirtual

Returns a tick shape for use in yes/no boxes, etc.

Reimplemented from juce::LookAndFeel_V3.

◆ initialiseColours()

void juce::LookAndFeel_V4::initialiseColours ( )
private

◆ isProgressBarOpaque()

bool juce::LookAndFeel_V4::isProgressBarOpaque ( ProgressBar & )
inlineoverridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ layoutFileBrowserComponent()

void juce::LookAndFeel_V4::layoutFileBrowserComponent ( FileBrowserComponent & browserComp,
DirectoryContentsDisplayComponent * fileListComponent,
FilePreviewComponent * previewComp,
ComboBox * currentPathBox,
TextEditor * filenameBox,
Button * goUpButton )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ paintToolbarBackground()

void juce::LookAndFeel_V4::paintToolbarBackground ( Graphics & g,
int width,
int height,
Toolbar & toolbar )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ paintToolbarButtonLabel()

void juce::LookAndFeel_V4::paintToolbarButtonLabel ( Graphics & g,
int x,
int y,
int width,
int height,
const String & text,
ToolbarItemComponent & component )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ positionComboBoxText()

void juce::LookAndFeel_V4::positionComboBoxText ( ComboBox & box,
Label & label )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ positionDocumentWindowButtons()

void juce::LookAndFeel_V4::positionDocumentWindowButtons ( DocumentWindow & ,
int titleBarX,
int titleBarY,
int titleBarW,
int titleBarH,
Button * minimiseButton,
Button * maximiseButton,
Button * closeButton,
bool positionTitleBarButtonsOnLeft )
overridevirtual

Reimplemented from juce::LookAndFeel_V2.

◆ setColourScheme()

void juce::LookAndFeel_V4::setColourScheme ( ColourScheme newColourScheme)

Member Data Documentation

◆ currentColourScheme

ColourScheme juce::LookAndFeel_V4::currentColourScheme
private

The documentation for this class was generated from the following files: