JUCE  v5.1.1-3-g1a0b28c73
JUCE API
LookAndFeel_V4 Class Reference

#include <juce_LookAndFeel_V4.h>

Inheritance diagram for LookAndFeel_V4:
Collaboration diagram for LookAndFeel_V4:

Classes

class  ColourScheme
 A struct containing the set of colours to apply to the GUI. More...
 

Public Member Functions

 LookAndFeel_V4 ()
 Creates a LookAndFeel_V4 object with a default colour scheme. More...
 
 LookAndFeel_V4 (ColourScheme)
 Creates a LookAndFeel_V4 object with a given colour scheme. More...
 
 ~LookAndFeel_V4 ()
 Destructor. More...
 
bool areLinesDrawnForTreeView (TreeView &) override
 
bool areScrollbarButtonsVisible () override
 
void changeToggleButtonWidthToFitText (ToggleButton &) override
 
AlertWindowcreateAlertWindow (const String &title, const String &message, const String &button1, const String &button2, const String &button3, AlertWindow::AlertIconType iconType, int numButtons, Component *associatedComponent) override
 
CaretComponentcreateCaretComponent (Component *keyFocusOwner) override
 
LabelcreateComboBoxTextBox (ComboBox &) override
 
ButtoncreateDocumentWindowButton (int) override
 
DropShadowercreateDropShadowerForComponent (Component *) override
 
ButtoncreateFileBrowserGoUpButton () override
 
AttributedString createFileChooserHeaderText (const String &title, const String &instructions) override
 
ButtoncreateFilenameComponentBrowseButton (const String &text) override
 
virtual LowLevelGraphicsContextcreateGraphicsContext (const Image &imageToRenderOn, const Point< int > &origin, const RectangleList< int > &initialClip)
 Creates a new graphics context object. More...
 
ButtoncreateSliderButton (Slider &, bool isIncrement) override
 
LabelcreateSliderTextBox (Slider &) override
 
ButtoncreateTabBarExtrasButton () override
 
void createTabButtonShape (TabBarButton &, Path &, bool isMouseOver, bool isMouseDown) override
 
ButtoncreateToolbarMissingItemsButton (Toolbar &) override
 
void drawAlertBox (Graphics &, AlertWindow &, const Rectangle< int > &textArea, TextLayout &) override
 
void drawBubble (Graphics &, BubbleComponent &, const Point< float > &tip, const Rectangle< float > &body) override
 
void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool isMouseOverButton, bool isButtonDown) override
 
void drawButtonText (Graphics &, TextButton &, bool isMouseOverButton, bool isButtonDown) override
 Draws the text for a TextButton. More...
 
void drawCallOutBoxBackground (CallOutBox &, Graphics &, const Path &, Image &) override
 
void drawComboBox (Graphics &, int width, int height, bool isButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &) override
 
void drawConcertinaPanelHeader (Graphics &, const Rectangle< int > &area, bool isMouseOver, bool isMouseDown, ConcertinaPanel &, Component &panel) override
 
void drawCornerResizer (Graphics &, int w, int h, bool isMouseOver, bool isMouseDragging) override
 
void drawDocumentWindowTitleBar (DocumentWindow &, Graphics &, int, int, int, int, const Image *, bool) override
 
void drawDrawableButton (Graphics &, DrawableButton &, bool isMouseOverButton, bool isButtonDown) 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 drawGroupComponentOutline (Graphics &, int w, int h, const String &text, const Justification &, GroupComponent &) override
 
void drawImageButton (Graphics &, Image *, int imageX, int imageY, int imageW, int imageH, const Colour &overlayColour, float imageOpacity, ImageButton &) override
 
void drawKeymapChangeButton (Graphics &, int width, int height, Button &button, const String &keyDescription) override
 
void drawLabel (Graphics &, Label &) override
 
void drawLasso (Graphics &, Component &) override
 
void drawLevelMeter (Graphics &, int, int, float) override
 
void drawLinearSlider (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
 
void drawLinearSliderBackground (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
 
void drawLinearSliderThumb (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) 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 drawPointer (Graphics &, float x, float y, float diameter, const Colour &, int direction) noexcept
 
void drawPopupMenuBackground (Graphics &, int width, int height) override
 Fills the background of a popup menu component. More...
 
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
 Draws one of the items in a popup menu. More...
 
void drawPopupMenuSectionHeader (Graphics &, const Rectangle< int > &area, const String &sectionName) override
 
void drawPopupMenuUpDownArrow (Graphics &, int width, int height, bool isScrollUpArrow) override
 
void drawProgressBar (Graphics &, ProgressBar &, int width, int height, double progress, const String &textToShow) override
 Draws a progress bar. More...
 
void drawPropertyComponentBackground (Graphics &, int width, int height, PropertyComponent &) override
 
void drawPropertyComponentLabel (Graphics &, int width, int height, PropertyComponent &) override
 
void drawPropertyPanelSectionHeader (Graphics &, const String &name, bool isOpen, int width, int height) override
 
void drawResizableFrame (Graphics &, int w, int h, const BorderSize< int > &) override
 
void drawResizableWindowBorder (Graphics &, int w, int h, const BorderSize< int > &border, ResizableWindow &) override
 
void drawRotarySlider (Graphics &, int x, int y, int width, int height, float sliderPosProportional, float rotaryStartAngle, float rotaryEndAngle, Slider &) override
 
void drawScrollbar (Graphics &, ScrollBar &, int x, int y, int width, int height, bool isScrollbarVertical, int thumbStartPosition, int thumbSize, bool isMouseOver, bool isMouseDown) override
 Draws the thumb area of a scrollbar. More...
 
void drawScrollbarButton (Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool isMouseOverButton, bool isButtonDown) override
 Draws one of the buttons on a scrollbar. More...
 
void drawSpinningWaitAnimation (Graphics &, const Colour &colour, int x, int y, int w, int h) override
 Draws a small image that spins to indicate that something's happening. More...
 
void drawStretchableLayoutResizerBar (Graphics &, int, int, bool, bool, bool) override
 
void drawTabAreaBehindFrontButton (TabbedButtonBar &bar, Graphics &g, int w, int h) override
 
void drawTabbedButtonBarBackground (TabbedButtonBar &, Graphics &) override
 
void drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
 
void drawTabButtonText (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
 
void drawTableHeaderBackground (Graphics &, TableHeaderComponent &) override
 
void drawTableHeaderColumn (Graphics &, const String &columnName, int columnId, int width, int height, bool isMouseOver, bool isMouseDown, int columnFlags) override
 
void drawTextEditorOutline (Graphics &, int width, int height, TextEditor &) override
 
void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool isMouseOverButton, bool isButtonDown) override
 
void drawToggleButton (Graphics &, ToggleButton &, bool isMouseOverButton, bool isButtonDown) override
 Draws the contents of a standard ToggleButton. More...
 
void drawTooltip (Graphics &, const String &text, int width, int height) override
 
void drawTreeviewPlusMinusBox (Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isOpen, bool isMouseOver) override
 
void fillResizableWindowBackground (Graphics &, int w, int h, const BorderSize< int > &, ResizableWindow &) override
 
void fillTabButtonShape (TabBarButton &, Graphics &, const Path &, bool isMouseOver, bool isMouseDown) override
 
void fillTextEditorBackground (Graphics &, int width, int height, TextEditor &) override
 
Colour findColour (int colourId) const noexcept
 Looks for a colour that has been registered with the given colour ID number. More...
 
int getAlertBoxWindowFlags () override
 
int getAlertWindowButtonHeight () override
 
Font getAlertWindowFont () override
 
Font getAlertWindowMessageFont () override
 Override this function to supply a custom font for the alert window message. More...
 
Font getAlertWindowTitleFont () override
 Override this function to supply a custom font for the alert window title. More...
 
int getCallOutBoxBorderSize (const CallOutBox &) override
 
Font getComboBoxFont (ComboBox &) override
 
Path getCrossShape (float height) override
 Returns a cross shape for use in yes/no boxes, etc. More...
 
ColourSchemegetCurrentColourScheme () noexcept
 
const DrawablegetDefaultDocumentFileImage () override
 
const DrawablegetDefaultFolderImage () override
 
int getDefaultMenuBarHeight () override
 
int getDefaultScrollbarWidth () override
 Returns the default thickness to use for a scrollbar. More...
 
void getIdealPopupMenuItemSize (const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) override
 Finds the best size for an item in a popup menu. More...
 
Font getLabelFont (Label &) override
 
Font getMenuBarFont (MenuBarComponent &, int itemIndex, const String &itemText) override
 
int getMenuBarItemWidth (MenuBarComponent &, int itemIndex, const String &itemText) override
 
int getMenuWindowFlags () override
 
int getMinimumScrollbarThumbSize (ScrollBar &) override
 Returns the minimum length in pixels to use for a scrollbar thumb. More...
 
virtual MouseCursor getMouseCursorFor (Component &)
 Override this to get the chance to swap a component's mouse cursor for a customised one. More...
 
ComponentgetParentComponentForMenuOptions (const PopupMenu::Options &options) override
 
Font getPopupMenuFont () override
 Returns the size and style of font to use in popup menus. More...
 
Rectangle< intgetPropertyComponentContentPosition (PropertyComponent &) override
 
int getScrollbarButtonSize (ScrollBar &) override
 Returns the length in pixels to use for a scrollbar button. More...
 
ImageEffectFiltergetScrollbarEffect () override
 Returns the component effect to use for a scrollbar. More...
 
ImageEffectFiltergetSliderEffect (Slider &) override
 
Slider::SliderLayout getSliderLayout (Slider &) override
 
Font getSliderPopupFont (Slider &) override
 
int getSliderPopupPlacement (Slider &) override
 
int getSliderThumbRadius (Slider &) override
 
int getTabButtonBestWidth (TabBarButton &, int tabDepth) override
 
Rectangle< intgetTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp) override
 
int getTabButtonOverlap (int tabDepth) override
 
int getTabButtonSpaceAroundImage () override
 
Font getTextButtonFont (TextButton &, int buttonHeight) override
 
int getTextButtonWidthToFitText (TextButton &, int buttonHeight) override
 
Path getTickShape (float height) override
 Returns a tick shape for use in yes/no boxes, etc. More...
 
Rectangle< intgetTooltipBounds (const String &tipText, Point< int > screenPos, Rectangle< int > parentArea) override
 returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area. More...
 
int getTreeViewIndentSize (TreeView &) override
 
virtual Typeface::Ptr getTypefaceForFont (const Font &)
 Returns the typeface that should be used for a given font. More...
 
Array< intgetWidthsForTextButtons (AlertWindow &, const Array< TextButton *> &) override
 
bool isColourSpecified (int colourId) const noexcept
 Returns true if the specified colour ID has been explicitly set using the setColour() method. More...
 
bool isProgressBarOpaque (ProgressBar &) override
 
bool isUsingNativeAlertWindows ()
 
void layoutFileBrowserComponent (FileBrowserComponent &, DirectoryContentsDisplayComponent *, FilePreviewComponent *, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton) override
 
void layoutFilenameComponent (FilenameComponent &, ComboBox *filenameBox, Button *browseButton) override
 
void paintToolbarBackground (Graphics &, int width, int height, Toolbar &) override
 
void paintToolbarButtonBackground (Graphics &, int width, int height, bool isMouseOver, bool isMouseDown, ToolbarItemComponent &) override
 
void paintToolbarButtonLabel (Graphics &, int x, int y, int width, int height, const String &text, ToolbarItemComponent &) override
 
virtual void playAlertSound ()
 Plays the system's default 'beep' noise, to alert the user about something very important. More...
 
void positionComboBoxText (ComboBox &, Label &) override
 
void positionDocumentWindowButtons (DocumentWindow &, int, int, int, int, Button *, Button *, Button *, bool) override
 
void preparePopupMenuWindow (Component &) override
 
void setColour (int colourId, Colour colour) noexcept
 Registers a colour to be used for a particular purpose. More...
 
void setColourScheme (ColourScheme)
 
void setDefaultSansSerifTypefaceName (const String &newName)
 Allows you to change the default sans-serif font. More...
 
void setUsingNativeAlertWindows (bool shouldUseNativeAlerts)
 
bool shouldPopupMenuScaleWithTargetComponent (const PopupMenu::Options &options) override
 Return true if you want your popup menus to scale with the target component's AffineTransform or scale factor. More...
 

Static Public Member Functions

static void createTabTextLayout (const TabBarButton &button, float length, float depth, Colour colour, TextLayout &)
 
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)
 Draws a 3D raised (or indented) bevel using two colours. More...
 
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
 Utility function to draw a shiny, glassy oblong (for text buttons). More...
 
static void drawGlassPointer (Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness, int direction) noexcept
 
static void drawGlassSphere (Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness) noexcept
 Utility function to draw a shiny, glassy circle (for round LED-type buttons). More...
 
static ColourScheme getDarkColourScheme ()
 
static LookAndFeelgetDefaultLookAndFeel () noexcept
 Returns the current default look-and-feel for a component to use when it hasn't got one explicitly set. More...
 
static ColourScheme getGreyColourScheme ()
 
static ColourScheme getLightColourScheme ()
 
static ColourScheme getMidnightColourScheme ()
 
static void setDefaultLookAndFeel (LookAndFeel *newDefaultLookAndFeel) noexcept
 Changes the default look-and-feel. More...
 

Private Member Functions

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

Private Attributes

ColourScheme currentColourScheme
 

Constructor & Destructor Documentation

◆ LookAndFeel_V4() [1/2]

LookAndFeel_V4::LookAndFeel_V4 ( )

Creates a LookAndFeel_V4 object with a default colour scheme.

◆ LookAndFeel_V4() [2/2]

LookAndFeel_V4::LookAndFeel_V4 ( ColourScheme  )

Creates a LookAndFeel_V4 object with a given colour scheme.

◆ ~LookAndFeel_V4()

LookAndFeel_V4::~LookAndFeel_V4 ( )

Destructor.

Member Function Documentation

◆ areLinesDrawnForTreeView()

bool LookAndFeel_V3::areLinesDrawnForTreeView ( TreeView )
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ areScrollbarButtonsVisible()

bool LookAndFeel_V3::areScrollbarButtonsVisible ( )
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ changeToggleButtonWidthToFitText()

void LookAndFeel_V2::changeToggleButtonWidthToFitText ( ToggleButton )
overridevirtualinherited

◆ createAlertWindow()

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

Reimplemented from LookAndFeel_V2.

◆ createCaretComponent()

CaretComponent* LookAndFeel_V2::createCaretComponent ( Component keyFocusOwner)
overridevirtualinherited

◆ createComboBoxTextBox()

Label* LookAndFeel_V2::createComboBoxTextBox ( ComboBox )
overridevirtualinherited

◆ createDocumentWindowButton()

Button* LookAndFeel_V4::createDocumentWindowButton ( int  )
overridevirtual

Reimplemented from LookAndFeel_V3.

◆ createDropShadowerForComponent()

DropShadower* LookAndFeel_V2::createDropShadowerForComponent ( Component )
overridevirtualinherited

Implements LookAndFeel.

◆ createFileBrowserGoUpButton()

Button* LookAndFeel_V4::createFileBrowserGoUpButton ( )
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ createFileChooserHeaderText()

AttributedString LookAndFeel_V2::createFileChooserHeaderText ( const String title,
const String instructions 
)
overridevirtualinherited

◆ createFilenameComponentBrowseButton()

Button* LookAndFeel_V2::createFilenameComponentBrowseButton ( const String text)
overridevirtualinherited

◆ createGraphicsContext()

virtual LowLevelGraphicsContext* LookAndFeel::createGraphicsContext ( const Image imageToRenderOn,
const Point< int > &  origin,
const RectangleList< int > &  initialClip 
)
virtualinherited

Creates a new graphics context object.

◆ createSliderButton()

Button* LookAndFeel_V2::createSliderButton ( Slider ,
bool  isIncrement 
)
overridevirtualinherited

◆ createSliderTextBox()

Label* LookAndFeel_V2::createSliderTextBox ( Slider )
overridevirtualinherited

◆ createTabBarExtrasButton()

Button* LookAndFeel_V2::createTabBarExtrasButton ( )
overridevirtualinherited

◆ createTabButtonShape()

void LookAndFeel_V2::createTabButtonShape ( TabBarButton ,
Path ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtualinherited

◆ createTabTextLayout()

static void LookAndFeel_V3::createTabTextLayout ( const TabBarButton button,
float  length,
float  depth,
Colour  colour,
TextLayout  
)
staticinherited

◆ createToolbarMissingItemsButton()

Button* LookAndFeel_V2::createToolbarMissingItemsButton ( Toolbar )
overridevirtualinherited

◆ drawAlertBox()

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

Reimplemented from LookAndFeel_V2.

◆ drawBevel()

static void LookAndFeel_V2::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 
)
staticinherited

Draws a 3D raised (or indented) bevel using two colours.

The bevel is drawn inside the given rectangle, and greater bevel thicknesses extend inwards.

The top-left colour is used for the top- and left-hand edges of the bevel; the bottom-right colour is used for the bottom- and right-hand edges.

If useGradient is true, then the bevel fades out to make it look more curved and less angular. If sharpEdgeOnOutside is true, the outside of the bevel is sharp, and it fades towards the centre; if sharpEdgeOnOutside is false, then the centre edges are sharp and it fades towards the outside.

◆ drawBubble()

void LookAndFeel_V2::drawBubble ( Graphics ,
BubbleComponent ,
const Point< float > &  tip,
const Rectangle< float > &  body 
)
overridevirtualinherited

◆ drawButtonBackground()

void LookAndFeel_V4::drawButtonBackground ( Graphics ,
Button ,
const Colour backgroundColour,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

Reimplemented from LookAndFeel_V3.

◆ drawButtonText()

void LookAndFeel_V2::drawButtonText ( Graphics ,
TextButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtualinherited

Draws the text for a TextButton.

Implements Button::LookAndFeelMethods.

◆ drawCallOutBoxBackground()

void LookAndFeel_V4::drawCallOutBoxBackground ( CallOutBox ,
Graphics ,
const Path ,
Image  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawCircularProgressBar()

void LookAndFeel_V4::drawCircularProgressBar ( Graphics ,
ProgressBar ,
const String  
)
private

◆ drawComboBox()

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

Reimplemented from LookAndFeel_V3.

◆ drawConcertinaPanelHeader()

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

Reimplemented from LookAndFeel_V3.

◆ drawCornerResizer()

void LookAndFeel_V2::drawCornerResizer ( Graphics ,
int  w,
int  h,
bool  isMouseOver,
bool  isMouseDragging 
)
overridevirtualinherited

◆ drawDocumentWindowTitleBar()

void LookAndFeel_V4::drawDocumentWindowTitleBar ( DocumentWindow ,
Graphics ,
int  ,
int  ,
int  ,
int  ,
const Image ,
bool   
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawDrawableButton()

void LookAndFeel_V2::drawDrawableButton ( Graphics ,
DrawableButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtualinherited

◆ drawFileBrowserRow()

void LookAndFeel_V4::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  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawGlassLozenge()

static void LookAndFeel_V2::drawGlassLozenge ( Graphics ,
float  x,
float  y,
float  width,
float  height,
const Colour ,
float  outlineThickness,
float  cornerSize,
bool  flatOnLeft,
bool  flatOnRight,
bool  flatOnTop,
bool  flatOnBottom 
)
staticnoexceptinherited

Utility function to draw a shiny, glassy oblong (for text buttons).

◆ drawGlassPointer()

static void LookAndFeel_V2::drawGlassPointer ( Graphics ,
float  x,
float  y,
float  diameter,
const Colour ,
float  outlineThickness,
int  direction 
)
staticnoexceptinherited

◆ drawGlassSphere()

static void LookAndFeel_V2::drawGlassSphere ( Graphics ,
float  x,
float  y,
float  diameter,
const Colour ,
float  outlineThickness 
)
staticnoexceptinherited

Utility function to draw a shiny, glassy circle (for round LED-type buttons).

◆ drawGroupComponentOutline()

void LookAndFeel_V2::drawGroupComponentOutline ( Graphics ,
int  w,
int  h,
const String text,
const Justification ,
GroupComponent  
)
overridevirtualinherited

◆ drawImageButton()

void LookAndFeel_V2::drawImageButton ( Graphics ,
Image ,
int  imageX,
int  imageY,
int  imageW,
int  imageH,
const Colour overlayColour,
float  imageOpacity,
ImageButton  
)
overridevirtualinherited

◆ drawKeymapChangeButton()

void LookAndFeel_V3::drawKeymapChangeButton ( Graphics ,
int  width,
int  height,
Button button,
const String keyDescription 
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ drawLabel()

void LookAndFeel_V2::drawLabel ( Graphics ,
Label  
)
overridevirtualinherited

◆ drawLasso()

void LookAndFeel_V2::drawLasso ( Graphics ,
Component  
)
overridevirtualinherited

◆ drawLevelMeter()

void LookAndFeel_V4::drawLevelMeter ( Graphics ,
int  ,
int  ,
float   
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawLinearProgressBar()

void LookAndFeel_V4::drawLinearProgressBar ( Graphics ,
ProgressBar ,
int  width,
int  height,
double  progress 
)
private

◆ drawLinearSlider()

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

Reimplemented from LookAndFeel_V3.

◆ drawLinearSliderBackground()

void LookAndFeel_V3::drawLinearSliderBackground ( Graphics ,
int  x,
int  y,
int  width,
int  height,
float  sliderPos,
float  minSliderPos,
float  maxSliderPos,
const Slider::SliderStyle  ,
Slider  
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ drawLinearSliderThumb()

void LookAndFeel_V2::drawLinearSliderThumb ( Graphics ,
int  x,
int  y,
int  width,
int  height,
float  sliderPos,
float  minSliderPos,
float  maxSliderPos,
const Slider::SliderStyle  ,
Slider  
)
overridevirtualinherited

◆ drawMenuBarBackground()

void LookAndFeel_V4::drawMenuBarBackground ( Graphics ,
int  width,
int  height,
bool  isMouseOverBar,
MenuBarComponent  
)
overridevirtual

Reimplemented from LookAndFeel_V3.

◆ drawMenuBarItem()

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

Reimplemented from LookAndFeel_V2.

◆ drawPointer()

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

◆ drawPopupMenuBackground()

void LookAndFeel_V3::drawPopupMenuBackground ( Graphics ,
int  width,
int  height 
)
overridevirtualinherited

Fills the background of a popup menu component.

Reimplemented from LookAndFeel_V2.

◆ drawPopupMenuItem()

void 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 LookAndFeel_V2.

◆ drawPopupMenuSectionHeader()

void LookAndFeel_V2::drawPopupMenuSectionHeader ( Graphics ,
const Rectangle< int > &  area,
const String sectionName 
)
overridevirtualinherited

◆ drawPopupMenuUpDownArrow()

void LookAndFeel_V2::drawPopupMenuUpDownArrow ( Graphics ,
int  width,
int  height,
bool  isScrollUpArrow 
)
overridevirtualinherited

◆ drawProgressBar()

void 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 LookAndFeel_V2.

◆ drawPropertyComponentBackground()

void LookAndFeel_V4::drawPropertyComponentBackground ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawPropertyComponentLabel()

void LookAndFeel_V4::drawPropertyComponentLabel ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawPropertyPanelSectionHeader()

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

Reimplemented from LookAndFeel_V2.

◆ drawResizableFrame()

void LookAndFeel_V2::drawResizableFrame ( Graphics ,
int  w,
int  h,
const BorderSize< int > &   
)
overridevirtualinherited

◆ drawResizableWindowBorder()

void LookAndFeel_V2::drawResizableWindowBorder ( Graphics ,
int  w,
int  h,
const BorderSize< int > &  border,
ResizableWindow  
)
overridevirtualinherited

◆ drawRotarySlider()

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

Reimplemented from LookAndFeel_V2.

◆ drawScrollbar()

void 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 LookAndFeel_V3.

◆ drawScrollbarButton()

void LookAndFeel_V2::drawScrollbarButton ( Graphics g,
ScrollBar scrollbar,
int  width,
int  height,
int  buttonDirection,
bool  isScrollbarVertical,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtualinherited

Draws one of the buttons on a scrollbar.

Parameters
gthe context to draw into
scrollbarthe bar itself
widththe width of the button
heightthe height of the button
buttonDirectionthe direction of the button, where 0 = up, 1 = right, 2 = down, 3 = left
isScrollbarVerticaltrue if it's a vertical bar, false if horizontal
isMouseOverButtonwhether the mouse is currently over the button (also true if it's held down)
isButtonDownwhether the mouse button's held down

Implements ScrollBar::LookAndFeelMethods.

◆ drawSpinningWaitAnimation()

void LookAndFeel_V2::drawSpinningWaitAnimation ( Graphics ,
const Colour colour,
int  x,
int  y,
int  w,
int  h 
)
overridevirtualinherited

Draws a small image that spins to indicate that something's happening.

This method should use the current time to animate itself, so just keep repainting it every so often.

Implements LookAndFeel.

◆ drawStretchableLayoutResizerBar()

void LookAndFeel_V4::drawStretchableLayoutResizerBar ( Graphics ,
int  ,
int  ,
bool  ,
bool  ,
bool   
)
overridevirtual

Reimplemented from LookAndFeel_V3.

◆ drawTabAreaBehindFrontButton()

void LookAndFeel_V3::drawTabAreaBehindFrontButton ( TabbedButtonBar bar,
Graphics g,
int  w,
int  h 
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ drawTabbedButtonBarBackground()

void LookAndFeel_V2::drawTabbedButtonBarBackground ( TabbedButtonBar ,
Graphics  
)
overridevirtualinherited

◆ drawTabButton()

void LookAndFeel_V3::drawTabButton ( TabBarButton ,
Graphics ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ drawTabButtonText()

void LookAndFeel_V2::drawTabButtonText ( TabBarButton ,
Graphics ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtualinherited

◆ drawTableHeaderBackground()

void LookAndFeel_V3::drawTableHeaderBackground ( Graphics ,
TableHeaderComponent  
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ drawTableHeaderColumn()

void LookAndFeel_V2::drawTableHeaderColumn ( Graphics ,
const String columnName,
int  columnId,
int  width,
int  height,
bool  isMouseOver,
bool  isMouseDown,
int  columnFlags 
)
overridevirtualinherited

◆ drawTextEditorOutline()

void LookAndFeel_V4::drawTextEditorOutline ( Graphics ,
int  width,
int  height,
TextEditor  
)
overridevirtual

Reimplemented from LookAndFeel_V3.

◆ drawTickBox()

void LookAndFeel_V4::drawTickBox ( Graphics ,
Component ,
float  x,
float  y,
float  w,
float  h,
bool  ticked,
bool  isEnabled,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ drawToggleButton()

void LookAndFeel_V4::drawToggleButton ( Graphics ,
ToggleButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

Draws the contents of a standard ToggleButton.

Reimplemented from LookAndFeel_V2.

◆ drawTooltip()

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

Reimplemented from LookAndFeel_V2.

◆ drawTreeviewPlusMinusBox()

void LookAndFeel_V3::drawTreeviewPlusMinusBox ( Graphics ,
const Rectangle< float > &  area,
Colour  backgroundColour,
bool  isOpen,
bool  isMouseOver 
)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ fillResizableWindowBackground()

void LookAndFeel_V2::fillResizableWindowBackground ( Graphics ,
int  w,
int  h,
const BorderSize< int > &  ,
ResizableWindow  
)
overridevirtualinherited

◆ fillTabButtonShape()

void LookAndFeel_V2::fillTabButtonShape ( TabBarButton ,
Graphics ,
const Path ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtualinherited

◆ fillTextEditorBackground()

void LookAndFeel_V4::fillTextEditorBackground ( Graphics ,
int  width,
int  height,
TextEditor  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ findColour()

Colour LookAndFeel::findColour ( int  colourId) const
noexceptinherited

Looks for a colour that has been registered with the given colour ID number.

If a colour has been set for this ID number using setColour(), then it is returned. If none has been set, it will just return Colours::black.

The colour IDs for various purposes are stored as enums in the components that they are relevant to - for an example, see Slider::ColourIds, Label::ColourIds, TextEditor::ColourIds, TreeView::ColourIds, etc.

If you're looking up a colour for use in drawing a component, it's usually best not to call this directly, but to use the Component::findColour() method instead. That will first check whether a suitable colour has been registered directly with the component, and will fall-back on calling the component's LookAndFeel's findColour() method if none is found.

See also
setColour, Component::findColour, Component::setColour

Referenced by StandalonePluginHolder::showAudioSettingsDialog().

◆ getAlertBoxWindowFlags()

int LookAndFeel_V2::getAlertBoxWindowFlags ( )
overridevirtualinherited

◆ getAlertWindowButtonHeight()

int LookAndFeel_V4::getAlertWindowButtonHeight ( )
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ getAlertWindowFont()

Font LookAndFeel_V4::getAlertWindowFont ( )
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ getAlertWindowMessageFont()

Font 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 LookAndFeel_V2.

◆ getAlertWindowTitleFont()

Font 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 LookAndFeel_V2.

◆ getCallOutBoxBorderSize()

int LookAndFeel_V2::getCallOutBoxBorderSize ( const CallOutBox )
overridevirtualinherited

◆ getComboBoxFont()

Font LookAndFeel_V4::getComboBoxFont ( ComboBox )
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ getCrossShape()

Path LookAndFeel_V4::getCrossShape ( float  height)
overridevirtual

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

Reimplemented from LookAndFeel_V3.

◆ getCurrentColourScheme()

ColourScheme& LookAndFeel_V4::getCurrentColourScheme ( )
inlinenoexcept

◆ getDarkColourScheme()

static ColourScheme LookAndFeel_V4::getDarkColourScheme ( )
static

◆ getDefaultDocumentFileImage()

const Drawable* LookAndFeel_V2::getDefaultDocumentFileImage ( )
overridevirtualinherited

◆ getDefaultFolderImage()

const Drawable* LookAndFeel_V2::getDefaultFolderImage ( )
overridevirtualinherited

◆ getDefaultLookAndFeel()

static LookAndFeel& LookAndFeel::getDefaultLookAndFeel ( )
staticnoexceptinherited

Returns the current default look-and-feel for a component to use when it hasn't got one explicitly set.

See also
setDefaultLookAndFeel

◆ getDefaultMenuBarHeight()

int LookAndFeel_V2::getDefaultMenuBarHeight ( )
overridevirtualinherited

◆ getDefaultScrollbarWidth()

int LookAndFeel_V4::getDefaultScrollbarWidth ( )
overridevirtual

Returns the default thickness to use for a scrollbar.

Reimplemented from LookAndFeel_V2.

◆ getGreyColourScheme()

static ColourScheme LookAndFeel_V4::getGreyColourScheme ( )
static

◆ getIdealPopupMenuItemSize()

void 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 LookAndFeel_V2.

◆ getLabelFont()

Font LookAndFeel_V2::getLabelFont ( Label )
overridevirtualinherited

◆ getLightColourScheme()

static ColourScheme LookAndFeel_V4::getLightColourScheme ( )
static

◆ getMenuBarFont()

Font LookAndFeel_V2::getMenuBarFont ( MenuBarComponent ,
int  itemIndex,
const String itemText 
)
overridevirtualinherited

◆ getMenuBarItemWidth()

int LookAndFeel_V2::getMenuBarItemWidth ( MenuBarComponent ,
int  itemIndex,
const String itemText 
)
overridevirtualinherited

◆ getMenuWindowFlags()

int LookAndFeel_V2::getMenuWindowFlags ( )
overridevirtualinherited

◆ getMidnightColourScheme()

static ColourScheme LookAndFeel_V4::getMidnightColourScheme ( )
static

◆ getMinimumScrollbarThumbSize()

int LookAndFeel_V2::getMinimumScrollbarThumbSize ( ScrollBar )
overridevirtualinherited

Returns the minimum length in pixels to use for a scrollbar thumb.

Implements ScrollBar::LookAndFeelMethods.

◆ getMouseCursorFor()

virtual MouseCursor LookAndFeel::getMouseCursorFor ( Component )
virtualinherited

Override this to get the chance to swap a component's mouse cursor for a customised one.

◆ getParentComponentForMenuOptions()

Component* LookAndFeel_V2::getParentComponentForMenuOptions ( const PopupMenu::Options options)
overridevirtualinherited

◆ getPopupMenuFont()

Font LookAndFeel_V2::getPopupMenuFont ( )
overridevirtualinherited

Returns the size and style of font to use in popup menus.

Implements PopupMenu::LookAndFeelMethods.

◆ getPropertyComponentContentPosition()

Rectangle<int> LookAndFeel_V4::getPropertyComponentContentPosition ( PropertyComponent )
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ getPropertyComponentIndent()

int LookAndFeel_V4::getPropertyComponentIndent ( PropertyComponent )
private

◆ getScrollbarButtonSize()

int LookAndFeel_V2::getScrollbarButtonSize ( ScrollBar )
overridevirtualinherited

Returns the length in pixels to use for a scrollbar button.

Implements ScrollBar::LookAndFeelMethods.

◆ getScrollbarEffect()

ImageEffectFilter* LookAndFeel_V2::getScrollbarEffect ( )
overridevirtualinherited

Returns the component effect to use for a scrollbar.

Implements ScrollBar::LookAndFeelMethods.

◆ getSliderEffect()

ImageEffectFilter* LookAndFeel_V2::getSliderEffect ( Slider )
overridevirtualinherited

◆ getSliderLayout()

Slider::SliderLayout LookAndFeel_V2::getSliderLayout ( Slider )
overridevirtualinherited

◆ getSliderPopupFont()

Font LookAndFeel_V2::getSliderPopupFont ( Slider )
overridevirtualinherited

◆ getSliderPopupPlacement()

int LookAndFeel_V2::getSliderPopupPlacement ( Slider )
overridevirtualinherited

◆ getSliderThumbRadius()

int LookAndFeel_V2::getSliderThumbRadius ( Slider )
overridevirtualinherited

◆ getTabButtonBestWidth()

int LookAndFeel_V2::getTabButtonBestWidth ( TabBarButton ,
int  tabDepth 
)
overridevirtualinherited

◆ getTabButtonExtraComponentBounds()

Rectangle<int> LookAndFeel_V2::getTabButtonExtraComponentBounds ( const TabBarButton ,
Rectangle< int > &  textArea,
Component extraComp 
)
overridevirtualinherited

◆ getTabButtonOverlap()

int LookAndFeel_V3::getTabButtonOverlap ( int  tabDepth)
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ getTabButtonSpaceAroundImage()

int LookAndFeel_V3::getTabButtonSpaceAroundImage ( )
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ getTextButtonFont()

Font LookAndFeel_V2::getTextButtonFont ( TextButton ,
int  buttonHeight 
)
overridevirtualinherited

◆ getTextButtonWidthToFitText()

int LookAndFeel_V2::getTextButtonWidthToFitText ( TextButton ,
int  buttonHeight 
)
overridevirtualinherited

◆ getTickShape()

Path LookAndFeel_V4::getTickShape ( float  height)
overridevirtual

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

Reimplemented from LookAndFeel_V3.

◆ getTooltipBounds()

Rectangle<int> LookAndFeel_V2::getTooltipBounds ( const String tipText,
Point< int screenPos,
Rectangle< int parentArea 
)
overridevirtualinherited

returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area.

Implements TooltipWindow::LookAndFeelMethods.

◆ getTreeViewIndentSize()

int LookAndFeel_V3::getTreeViewIndentSize ( TreeView )
overridevirtualinherited

Reimplemented from LookAndFeel_V2.

◆ getTypefaceForFont()

virtual Typeface::Ptr LookAndFeel::getTypefaceForFont ( const Font )
virtualinherited

Returns the typeface that should be used for a given font.

The default implementation just does what you'd expect it to, but you can override this if you want to intercept fonts and use your own custom typeface object.

◆ getWidthsForTextButtons()

Array<int> LookAndFeel_V2::getWidthsForTextButtons ( AlertWindow ,
const Array< TextButton *> &   
)
overridevirtualinherited

◆ initialiseColours()

void LookAndFeel_V4::initialiseColours ( )
private

◆ isColourSpecified()

bool LookAndFeel::isColourSpecified ( int  colourId) const
noexceptinherited

Returns true if the specified colour ID has been explicitly set using the setColour() method.

◆ isProgressBarOpaque()

bool LookAndFeel_V4::isProgressBarOpaque ( ProgressBar )
inlineoverridevirtual

Reimplemented from LookAndFeel_V2.

◆ isUsingNativeAlertWindows()

bool LookAndFeel::isUsingNativeAlertWindows ( )
inherited

◆ layoutFileBrowserComponent()

void LookAndFeel_V4::layoutFileBrowserComponent ( FileBrowserComponent ,
DirectoryContentsDisplayComponent ,
FilePreviewComponent ,
ComboBox currentPathBox,
TextEditor filenameBox,
Button goUpButton 
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ layoutFilenameComponent()

void LookAndFeel_V2::layoutFilenameComponent ( FilenameComponent ,
ComboBox filenameBox,
Button browseButton 
)
overridevirtualinherited

◆ paintToolbarBackground()

void LookAndFeel_V4::paintToolbarBackground ( Graphics ,
int  width,
int  height,
Toolbar  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ paintToolbarButtonBackground()

void LookAndFeel_V2::paintToolbarButtonBackground ( Graphics ,
int  width,
int  height,
bool  isMouseOver,
bool  isMouseDown,
ToolbarItemComponent  
)
overridevirtualinherited

◆ paintToolbarButtonLabel()

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

Reimplemented from LookAndFeel_V2.

◆ playAlertSound()

virtual void LookAndFeel::playAlertSound ( )
virtualinherited

Plays the system's default 'beep' noise, to alert the user about something very important.

◆ positionComboBoxText()

void LookAndFeel_V4::positionComboBoxText ( ComboBox ,
Label  
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ positionDocumentWindowButtons()

void LookAndFeel_V4::positionDocumentWindowButtons ( DocumentWindow ,
int  ,
int  ,
int  ,
int  ,
Button ,
Button ,
Button ,
bool   
)
overridevirtual

Reimplemented from LookAndFeel_V2.

◆ preparePopupMenuWindow()

void LookAndFeel_V2::preparePopupMenuWindow ( Component )
overridevirtualinherited

◆ setColour()

void LookAndFeel::setColour ( int  colourId,
Colour  colour 
)
noexceptinherited

Registers a colour to be used for a particular purpose.

For more details, see the comments for findColour().

See also
findColour, Component::findColour, Component::setColour

◆ setColourScheme()

void LookAndFeel_V4::setColourScheme ( ColourScheme  )

◆ setDefaultLookAndFeel()

static void LookAndFeel::setDefaultLookAndFeel ( LookAndFeel newDefaultLookAndFeel)
staticnoexceptinherited

Changes the default look-and-feel.

Parameters
newDefaultLookAndFeelthe new look-and-feel object to use - if this is set to null, it will revert to using the default one. The object passed-in must be deleted by the caller when it's no longer needed.
See also
getDefaultLookAndFeel

◆ setDefaultSansSerifTypefaceName()

void LookAndFeel::setDefaultSansSerifTypefaceName ( const String newName)
inherited

Allows you to change the default sans-serif font.

If you need to supply your own Typeface object for any of the default fonts, rather than just supplying the name (e.g. if you want to use an embedded font), then you should instead override getTypefaceForFont() to create and return the typeface.

◆ setUsingNativeAlertWindows()

void LookAndFeel::setUsingNativeAlertWindows ( bool  shouldUseNativeAlerts)
inherited

◆ shouldPopupMenuScaleWithTargetComponent()

bool LookAndFeel_V2::shouldPopupMenuScaleWithTargetComponent ( const PopupMenu::Options options)
overridevirtualinherited

Return true if you want your popup menus to scale with the target component's AffineTransform or scale factor.

Implements PopupMenu::LookAndFeelMethods.

Member Data Documentation

◆ currentColourScheme

ColourScheme LookAndFeel_V4::currentColourScheme
private

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