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

#include <juce_LookAndFeel_V1.h>

Inheritance diagram for juce::LookAndFeel_V1:
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

Public Member Functions

 LookAndFeel_V1 ()
 ~LookAndFeel_V1 () 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 drawProgressBar (Graphics &, ProgressBar &, int width, int height, double progress, const String &textToShow) override
void drawScrollbarButton (Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void drawScrollbar (Graphics &, ScrollBar &, int x, int y, int width, int height, bool isScrollbarVertical, int thumbStartPosition, int thumbSize, bool isMouseOver, bool isMouseDown) override
ImageEffectFiltergetScrollbarEffect () override
void drawTextEditorOutline (Graphics &, int width, int height, TextEditor &) override
void drawPopupMenuBackground (Graphics &, int width, int height) override
void drawMenuBarBackground (Graphics &, int width, int height, 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 drawLinearSlider (Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, const Slider::SliderStyle, Slider &) override
int getSliderThumbRadius (Slider &) override
ButtoncreateSliderButton (Slider &, bool isIncrement) override
ImageEffectFiltergetSliderEffect (Slider &) override
void drawCornerResizer (Graphics &, int w, int h, bool isMouseOver, bool isMouseDragging) override
ButtoncreateDocumentWindowButton (int buttonType) override
void positionDocumentWindowButtons (DocumentWindow &, int titleBarX, int titleBarY, int titleBarW, int titleBarH, Button *minimiseButton, Button *maximiseButton, Button *closeButton, bool positionTitleBarButtonsOnLeft) override
Public Member Functions inherited from juce::LookAndFeel_V2
 LookAndFeel_V2 ()
 ~LookAndFeel_V2 () override
void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
Font getTextButtonFont (TextButton &, int buttonHeight) override
void drawButtonText (Graphics &, TextButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
int getTextButtonWidthToFitText (TextButton &, int buttonHeight) override
void drawToggleButton (Graphics &, ToggleButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void changeToggleButtonWidthToFitText (ToggleButton &) override
void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void drawDrawableButton (Graphics &, DrawableButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) 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 getAlertBoxWindowFlags () override
Array< intgetWidthsForTextButtons (AlertWindow &, const Array< TextButton * > &) 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
void drawSpinningWaitAnimation (Graphics &, const Colour &colour, int x, int y, int w, int h) override
bool isProgressBarOpaque (ProgressBar &) override
bool areScrollbarButtonsVisible () override
void drawScrollbarButton (Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
void drawScrollbar (Graphics &, ScrollBar &, int x, int y, int width, int height, bool isScrollbarVertical, int thumbStartPosition, int thumbSize, bool isMouseOver, bool isMouseDown) override
ImageEffectFiltergetScrollbarEffect () override
int getMinimumScrollbarThumbSize (ScrollBar &) override
int getDefaultScrollbarWidth () override
int getScrollbarButtonSize (ScrollBar &) override
Path getTickShape (float height) override
Path getCrossShape (float height) override
void drawTreeviewPlusMinusBox (Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isOpen, bool isMouseOver) override
bool areLinesDrawnForTreeView (TreeView &) override
int getTreeViewIndentSize (TreeView &) override
void fillTextEditorBackground (Graphics &, int width, int height, TextEditor &) override
void drawTextEditorOutline (Graphics &, int width, int height, TextEditor &) override
CaretComponentcreateCaretComponent (Component *keyFocusOwner) override
const DrawablegetDefaultFolderImage () override
const DrawablegetDefaultDocumentFileImage () override
AttributedString createFileChooserHeaderText (const String &title, const String &instructions) 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
ButtoncreateFileBrowserGoUpButton () override
void layoutFileBrowserComponent (FileBrowserComponent &, DirectoryContentsDisplayComponent *, FilePreviewComponent *, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton) override
void drawBubble (Graphics &, BubbleComponent &, const Point< float > &tip, const Rectangle< float > &body) override
void drawLasso (Graphics &, Component &) override
void drawPopupMenuBackground (Graphics &, int width, int height) override
void drawPopupMenuBackgroundWithOptions (Graphics &, int width, int height, const PopupMenu::Options &) 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 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 getIdealPopupMenuItemSize (const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) 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
void drawMenuBarBackground (Graphics &, int width, int height, bool isMouseOverBar, MenuBarComponent &) override
int getMenuBarItemWidth (MenuBarComponent &, int itemIndex, const String &itemText) override
Font getMenuBarFont (MenuBarComponent &, int itemIndex, const String &itemText) override
int getDefaultMenuBarHeight () override
void drawMenuBarItem (Graphics &, int width, int height, int itemIndex, const String &itemText, bool isMouseOverItem, bool isMenuOpen, bool isMouseOverBar, MenuBarComponent &) 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
void drawComboBox (Graphics &, int width, int height, bool isMouseButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &) override
Font getComboBoxFont (ComboBox &) override
LabelcreateComboBoxTextBox (ComboBox &) override
void positionComboBoxText (ComboBox &, Label &) 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 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 drawRotarySlider (Graphics &, int x, int y, int width, int height, float sliderPosProportional, float rotaryStartAngle, float rotaryEndAngle, Slider &) override
int getSliderThumbRadius (Slider &) override
ButtoncreateSliderButton (Slider &, bool isIncrement) override
LabelcreateSliderTextBox (Slider &) 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
void drawTooltip (Graphics &, const String &text, int width, int height) override
ButtoncreateFilenameComponentBrowseButton (const String &text) override
void layoutFilenameComponent (FilenameComponent &, ComboBox *filenameBox, Button *browseButton) 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 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
void drawDocumentWindowTitleBar (DocumentWindow &, Graphics &, int w, int h, int titleSpaceX, int titleSpaceW, const Image *icon, bool drawTitleTextOnLeft) override
ButtoncreateDocumentWindowButton (int buttonType) override
void positionDocumentWindowButtons (DocumentWindow &, int titleBarX, int titleBarY, int titleBarW, int titleBarH, Button *minimiseButton, Button *maximiseButton, Button *closeButton, bool positionTitleBarButtonsOnLeft) override
std::unique_ptr< DropShadowercreateDropShadowerForComponent (Component &) override
std::unique_ptr< FocusOutlinecreateFocusOutlineForComponent (Component &) override
void drawStretchableLayoutResizerBar (Graphics &, int w, int h, bool isVerticalBar, bool isMouseOver, bool isMouseDragging) override
void drawGroupComponentOutline (Graphics &, int w, int h, const String &text, const Justification &, GroupComponent &) override
int getTabButtonSpaceAroundImage () override
int getTabButtonOverlap (int tabDepth) override
int getTabButtonBestWidth (TabBarButton &, int tabDepth) override
Rectangle< intgetTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp) override
void drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
Font getTabButtonFont (TabBarButton &, float height) override
void drawTabButtonText (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override
void drawTabbedButtonBarBackground (TabbedButtonBar &, Graphics &) override
void drawTabAreaBehindFrontButton (TabbedButtonBar &, Graphics &, int w, int h) 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 drawTableHeaderBackground (Graphics &, TableHeaderComponent &) override
void drawTableHeaderColumn (Graphics &, TableHeaderComponent &, const String &columnName, int columnId, int width, int height, bool isMouseOver, bool isMouseDown, int columnFlags) override
void paintToolbarBackground (Graphics &, int width, int height, Toolbar &) override
ButtoncreateToolbarMissingItemsButton (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
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
int getPropertyPanelSectionHeaderHeight (const String &sectionTitle) override
void drawCallOutBoxBackground (CallOutBox &, Graphics &, const Path &path, Image &cachedImage) override
int getCallOutBoxBorderSize (const CallOutBox &) override
float getCallOutBoxCornerSize (const CallOutBox &) override
void drawLevelMeter (Graphics &, int width, int height, float level) override
void drawKeymapChangeButton (Graphics &, int width, int height, Button &, const String &keyDescription) 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

Private Attributes

DropShadowEffect scrollbarShadow

Additional Inherited Members

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

Detailed Description

The original JUCE look-and-feel, as used back from 2002 to about 2007ish.

See also
LookAndFeel, LookAndFeel_V2, LookAndFeel_V3

@tags{GUI}

Constructor & Destructor Documentation

◆ LookAndFeel_V1()

juce::LookAndFeel_V1::LookAndFeel_V1 ( )

◆ ~LookAndFeel_V1()

juce::LookAndFeel_V1::~LookAndFeel_V1 ( )
override

Member Function Documentation

◆ createDocumentWindowButton()

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

◆ createSliderButton()

Button * juce::LookAndFeel_V1::createSliderButton ( Slider & ,
bool isIncrement )
overridevirtual

◆ drawButtonBackground()

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

◆ drawComboBox()

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

◆ drawCornerResizer()

void juce::LookAndFeel_V1::drawCornerResizer ( Graphics & g,
int w,
int h,
bool isMouseOver,
bool isMouseDragging )
overridevirtual

◆ drawLinearSlider()

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

◆ drawMenuBarBackground()

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

◆ drawPopupMenuBackground()

void juce::LookAndFeel_V1::drawPopupMenuBackground ( Graphics & ,
int width,
int height )
overridevirtual

Fills the background of a popup menu component.

Reimplemented from juce::PopupMenu::LookAndFeelMethods.

◆ drawProgressBar()

void juce::LookAndFeel_V1::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).

Implements juce::ProgressBar::LookAndFeelMethods.

◆ drawScrollbar()

void juce::LookAndFeel_V1::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

Implements juce::ScrollBar::LookAndFeelMethods.

◆ drawScrollbarButton()

void juce::LookAndFeel_V1::drawScrollbarButton ( Graphics & g,
ScrollBar & scrollbar,
int width,
int height,
int buttonDirection,
bool isScrollbarVertical,
bool isMouseOverButton,
bool isButtonDown )
overridevirtual

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 juce::ScrollBar::LookAndFeelMethods.

◆ drawTextEditorOutline()

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

◆ drawTickBox()

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

◆ drawToggleButton()

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

Draws the contents of a standard ToggleButton.

Implements juce::Button::LookAndFeelMethods.

◆ getComboBoxFont()

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

◆ getScrollbarEffect()

ImageEffectFilter * juce::LookAndFeel_V1::getScrollbarEffect ( )
overridevirtual

Returns the component effect to use for a scrollbar

Implements juce::ScrollBar::LookAndFeelMethods.

◆ getSliderEffect()

ImageEffectFilter * juce::LookAndFeel_V1::getSliderEffect ( Slider & )
overridevirtual

◆ getSliderThumbRadius()

int juce::LookAndFeel_V1::getSliderThumbRadius ( Slider & )
overridevirtual

◆ positionDocumentWindowButtons()

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

Member Data Documentation

◆ scrollbarShadow

DropShadowEffect juce::LookAndFeel_V1::scrollbarShadow
private

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