openshot-audio  0.1.5
Public Member Functions | List of all members
LookAndFeel_V1 Class Reference

#include <juce_LookAndFeel_V1.h>

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

Public Member Functions

 LookAndFeel_V1 ()
 
 ~LookAndFeel_V1 ()
 
void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool isMouseOverButton, bool isButtonDown) override
 
void drawToggleButton (Graphics &, ToggleButton &, bool isMouseOverButton, bool isButtonDown) override
 
void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool isMouseOverButton, bool isButtonDown) 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 isMouseOverButton, bool isButtonDown) 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 LookAndFeel_V2
 LookAndFeel_V2 ()
 
 ~LookAndFeel_V2 ()
 
void drawButtonBackground (Graphics &, Button &, const Colour &backgroundColour, bool isMouseOverButton, bool isButtonDown) override
 
Font getTextButtonFont (TextButton &, int buttonHeight) override
 
void drawButtonText (Graphics &, TextButton &, bool isMouseOverButton, bool isButtonDown) override
 
int getTextButtonWidthToFitText (TextButton &, int buttonHeight) override
 
void drawToggleButton (Graphics &, ToggleButton &, bool isMouseOverButton, bool isButtonDown) override
 
void changeToggleButtonWidthToFitText (ToggleButton &) override
 
void drawTickBox (Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool isMouseOverButton, bool isButtonDown) override
 
void drawDrawableButton (Graphics &, DrawableButton &, bool isMouseOverButton, bool isButtonDown) 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
 
void drawAlertBox (Graphics &, AlertWindow &, const Rectangle< int > &textArea, TextLayout &) override
 
int getAlertBoxWindowFlags () 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 areScrollbarButtonsVisible () override
 
void drawScrollbarButton (Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool isMouseOverButton, bool isButtonDown) 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 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 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 drawPopupMenuSectionHeader (Graphics &, const Rectangle< int > &area, const String &sectionName) override
 
Font getPopupMenuFont () override
 
void drawPopupMenuUpDownArrow (Graphics &, int width, int height, bool isScrollUpArrow) override
 
void getIdealPopupMenuItemSize (const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) override
 
int getMenuWindowFlags () 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
 
void drawComboBox (Graphics &, int width, int height, bool isButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &) override
 
Font getComboBoxFont (ComboBox &) override
 
LabelcreateComboBoxTextBox (ComboBox &) override
 
void positionComboBoxText (ComboBox &, Label &) override
 
void drawLabel (Graphics &, Label &) override
 
Font getLabelFont (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< int > getTooltipBounds (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
 
DropShadowercreateDropShadowerForComponent (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< int > getTabButtonExtraComponentBounds (const TabBarButton &, Rectangle< int > &textArea, Component &extraComp) override
 
void drawTabButton (TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) 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 &, 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< int > getPropertyComponentContentPosition (PropertyComponent &) override
 
void drawCallOutBoxBackground (CallOutBox &, Graphics &, const Path &path, Image &cachedImage) override
 
int getCallOutBoxBorderSize (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
 
- Public Member Functions inherited from LookAndFeel
 LookAndFeel ()
 
virtual ~LookAndFeel ()
 
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 setDefaultSansSerifTypefaceName (const String &newName)
 
virtual MouseCursor getMouseCursorFor (Component &)
 
virtual LowLevelGraphicsContextcreateGraphicsContext (const Image &imageToRenderOn, const Point< int > &origin, const RectangleList< int > &initialClip)
 
void setUsingNativeAlertWindows (bool shouldUseNativeAlerts)
 
bool isUsingNativeAlertWindows ()
 
virtual void playAlertSound ()
 
- Public Member Functions inherited from ScrollBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from Button::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ImageButton::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from TextEditor::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from FileBrowserComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from TreeView::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from BubbleComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from AlertWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from PopupMenu::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ComboBox::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from Label::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from Slider::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ResizableWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from DocumentWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from TooltipWindow::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from TabbedButtonBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from PropertyComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from FilenameComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from GroupComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from TableHeaderComponent::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from CallOutBox::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from Toolbar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ConcertinaPanel::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ProgressBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from StretchableLayoutResizerBar::LookAndFeelMethods
virtual ~LookAndFeelMethods ()
 
- Public Member Functions inherited from ExtraLookAndFeelBaseClasses::KeyMappingEditorComponentMethods
virtual ~KeyMappingEditorComponentMethods ()
 
- Public Member Functions inherited from ExtraLookAndFeelBaseClasses::AudioDeviceSelectorComponentMethods
virtual ~AudioDeviceSelectorComponentMethods ()
 
- Public Member Functions inherited from ExtraLookAndFeelBaseClasses::LassoComponentMethods
virtual ~LassoComponentMethods ()
 

Additional Inherited Members

- Static Public Member Functions inherited from 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 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

Constructor & Destructor Documentation

◆ LookAndFeel_V1()

LookAndFeel_V1::LookAndFeel_V1 ( )

◆ ~LookAndFeel_V1()

LookAndFeel_V1::~LookAndFeel_V1 ( )

Member Function Documentation

◆ createDocumentWindowButton()

Button * LookAndFeel_V1::createDocumentWindowButton ( int  buttonType)
overridevirtual

◆ createSliderButton()

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

◆ drawButtonBackground()

void LookAndFeel_V1::drawButtonBackground ( Graphics g,
Button button,
const Colour backgroundColour,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

◆ drawComboBox()

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

◆ drawCornerResizer()

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

◆ drawLinearSlider()

void 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 LookAndFeel_V1::drawMenuBarBackground ( Graphics g,
int  width,
int  height,
bool  isMouseOverBar,
MenuBarComponent menuBar 
)
overridevirtual

◆ drawPopupMenuBackground()

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

Fills the background of a popup menu component.

Implements PopupMenu::LookAndFeelMethods.

◆ drawProgressBar()

void 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 ProgressBar::LookAndFeelMethods.

◆ drawScrollbar()

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

◆ drawScrollbarButton()

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

◆ drawTextEditorOutline()

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

◆ drawTickBox()

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

◆ drawToggleButton()

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

Draws the contents of a standard ToggleButton.

Implements Button::LookAndFeelMethods.

◆ getComboBoxFont()

Font LookAndFeel_V1::getComboBoxFont ( ComboBox box)
overridevirtual

◆ getScrollbarEffect()

ImageEffectFilter * LookAndFeel_V1::getScrollbarEffect ( )
overridevirtual

Returns the component effect to use for a scrollbar

Implements ScrollBar::LookAndFeelMethods.

◆ getSliderEffect()

ImageEffectFilter * LookAndFeel_V1::getSliderEffect ( Slider )
overridevirtual

◆ getSliderThumbRadius()

int LookAndFeel_V1::getSliderThumbRadius ( Slider )
overridevirtual

◆ positionDocumentWindowButtons()

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

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