JUCE
Public Member Functions | Static Public Member Functions | List of all members
LookAndFeel_V2 Class Reference

This LookAndFeel subclass implements the juce style from around 2008-12. More...

+ Inheritance diagram for LookAndFeel_V2:

Public Member Functions

 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
 Draws the text for a TextButton. More...
 
int getTextButtonWidthToFitText (TextButton &, int buttonHeight) override
 
void drawToggleButton (Graphics &, ToggleButton &, bool isMouseOverButton, bool isButtonDown) override
 Draws the contents of a standard ToggleButton. More...
 
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
 Override this function to supply a custom font for the alert window title. More...
 
Font getAlertWindowMessageFont () override
 Override this function to supply a custom font for the alert window message. More...
 
Font getAlertWindowFont () override
 
void drawProgressBar (Graphics &, ProgressBar &, int width, int height, double progress, const String &textToShow) override
 Draws a progress bar. 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...
 
bool areScrollbarButtonsVisible () override
 
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 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...
 
ImageEffectFiltergetScrollbarEffect () override
 Returns the component effect to use for a scrollbar. More...
 
int getMinimumScrollbarThumbSize (ScrollBar &) override
 Returns the minimum length in pixels to use for a scrollbar thumb. More...
 
int getDefaultScrollbarWidth () override
 Returns the default thickness to use for a scrollbar. More...
 
int getScrollbarButtonSize (ScrollBar &) override
 Returns the length in pixels to use for a scrollbar button. More...
 
Path getTickShape (float height) override
 Returns a tick shape for use in yes/no boxes, etc. More...
 
Path getCrossShape (float height) override
 Returns a cross shape for use in yes/no boxes, etc. More...
 
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
 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
 
Font getPopupMenuFont () override
 Returns the size and style of font to use in popup menus. More...
 
void drawPopupMenuUpDownArrow (Graphics &, int width, int height, bool isScrollUpArrow) override
 
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...
 
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
 returns the bounds for a tooltip at the given screen coordinate, constrained within the given desktop area. More...
 
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 ()
 Creates the default JUCE look and feel. More...
 
virtual ~LookAndFeel ()
 Destructor. More...
 
Colour findColour (int colourId) const noexcept
 Looks for a colour that has been registered with the given colour ID number. More...
 
void setColour (int colourId, Colour colour) noexcept
 Registers a colour to be used for a particular purpose. More...
 
bool isColourSpecified (int colourId) const noexcept
 Returns true if the specified colour ID has been explicitly set using the setColour() method. More...
 
virtual Typeface::Ptr getTypefaceForFont (const Font &)
 Returns the typeface that should be used for a given font. More...
 
void setDefaultSansSerifTypefaceName (const String &newName)
 Allows you to change the default sans-serif font. More...
 
virtual MouseCursor getMouseCursorFor (Component &)
 Override this to get the chance to swap a component's mouse cursor for a customised one. More...
 
virtual LowLevelGraphicsContextcreateGraphicsContext (const Image &imageToRenderOn, const Point< int > &origin, const RectangleList< int > &initialClip)
 Creates a new graphics context object. More...
 
void setUsingNativeAlertWindows (bool shouldUseNativeAlerts)
 
bool isUsingNativeAlertWindows ()
 
virtual void playAlertSound ()
 Plays the system's default 'beep' noise, to alert the user about something very important. More...
 
- 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 ()
 

Static Public Member Functions

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 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 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
 Utility function to draw a shiny, glassy oblong (for text buttons). More...
 
- Static Public Member Functions inherited from LookAndFeel
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 void setDefaultLookAndFeel (LookAndFeel *newDefaultLookAndFeel) noexcept
 Changes the default look-and-feel. More...
 

Detailed Description

This LookAndFeel subclass implements the juce style from around 2008-12.

See also
LookAndFeel, LookAndFeel_V1, LookAndFeel_V3

Constructor & Destructor Documentation

LookAndFeel_V2::LookAndFeel_V2 ( )
LookAndFeel_V2::~LookAndFeel_V2 ( )

Member Function Documentation

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

Implements Button::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

Font LookAndFeel_V2::getTextButtonFont ( TextButton ,
int  buttonHeight 
)
overridevirtual
void LookAndFeel_V2::drawButtonText ( Graphics ,
TextButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

Draws the text for a TextButton.

Implements Button::LookAndFeelMethods.

int LookAndFeel_V2::getTextButtonWidthToFitText ( TextButton ,
int  buttonHeight 
)
overridevirtual
void LookAndFeel_V2::drawToggleButton ( Graphics ,
ToggleButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual

Draws the contents of a standard ToggleButton.

Implements Button::LookAndFeelMethods.

void LookAndFeel_V2::changeToggleButtonWidthToFitText ( ToggleButton )
overridevirtual
void LookAndFeel_V2::drawTickBox ( Graphics ,
Component ,
float  x,
float  y,
float  w,
float  h,
bool  ticked,
bool  isEnabled,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual
void LookAndFeel_V2::drawDrawableButton ( Graphics ,
DrawableButton ,
bool  isMouseOverButton,
bool  isButtonDown 
)
overridevirtual
AlertWindow* LookAndFeel_V2::createAlertWindow ( const String title,
const String message,
const String button1,
const String button2,
const String button3,
AlertWindow::AlertIconType  iconType,
int  numButtons,
Component associatedComponent 
)
overridevirtual
void LookAndFeel_V2::drawAlertBox ( Graphics ,
AlertWindow ,
const Rectangle< int > &  textArea,
TextLayout  
)
overridevirtual
int LookAndFeel_V2::getAlertBoxWindowFlags ( )
overridevirtual
int LookAndFeel_V2::getAlertWindowButtonHeight ( )
overridevirtual
Font LookAndFeel_V2::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.

Implements AlertWindow::LookAndFeelMethods.

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

Implements AlertWindow::LookAndFeelMethods.

Font LookAndFeel_V2::getAlertWindowFont ( )
overridevirtual
void LookAndFeel_V2::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.

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

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.

bool LookAndFeel_V2::areScrollbarButtonsVisible ( )
overridevirtual

Implements ScrollBar::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

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

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

Reimplemented in LookAndFeel_V3.

ImageEffectFilter* LookAndFeel_V2::getScrollbarEffect ( )
overridevirtual

Returns the component effect to use for a scrollbar.

Implements ScrollBar::LookAndFeelMethods.

int LookAndFeel_V2::getMinimumScrollbarThumbSize ( ScrollBar )
overridevirtual

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

Implements ScrollBar::LookAndFeelMethods.

int LookAndFeel_V2::getDefaultScrollbarWidth ( )
overridevirtual

Returns the default thickness to use for a scrollbar.

Implements ScrollBar::LookAndFeelMethods.

int LookAndFeel_V2::getScrollbarButtonSize ( ScrollBar )
overridevirtual

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

Implements ScrollBar::LookAndFeelMethods.

Path LookAndFeel_V2::getTickShape ( float  height)
overridevirtual

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

Implements LookAndFeel.

Reimplemented in LookAndFeel_V3.

Path LookAndFeel_V2::getCrossShape ( float  height)
overridevirtual

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

Implements LookAndFeel.

Reimplemented in LookAndFeel_V3.

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

Implements TreeView::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

bool LookAndFeel_V2::areLinesDrawnForTreeView ( TreeView )
overridevirtual

Implements TreeView::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

int LookAndFeel_V2::getTreeViewIndentSize ( TreeView )
overridevirtual

Implements TreeView::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

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

Implements TextEditor::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

CaretComponent* LookAndFeel_V2::createCaretComponent ( Component keyFocusOwner)
overridevirtual
const Drawable* LookAndFeel_V2::getDefaultFolderImage ( )
overridevirtual
const Drawable* LookAndFeel_V2::getDefaultDocumentFileImage ( )
overridevirtual
AttributedString LookAndFeel_V2::createFileChooserHeaderText ( const String title,
const String instructions 
)
overridevirtual
void LookAndFeel_V2::drawFileBrowserRow ( Graphics ,
int  width,
int  height,
const String filename,
Image icon,
const String fileSizeDescription,
const String fileTimeDescription,
bool  isDirectory,
bool  isItemSelected,
int  itemIndex,
DirectoryContentsDisplayComponent  
)
overridevirtual
Button* LookAndFeel_V2::createFileBrowserGoUpButton ( )
overridevirtual
void LookAndFeel_V2::layoutFileBrowserComponent ( FileBrowserComponent ,
DirectoryContentsDisplayComponent ,
FilePreviewComponent ,
ComboBox currentPathBox,
TextEditor filenameBox,
Button goUpButton 
)
overridevirtual
void LookAndFeel_V2::drawBubble ( Graphics ,
BubbleComponent ,
const Point< float > &  tip,
const Rectangle< float > &  body 
)
overridevirtual
void LookAndFeel_V2::drawLasso ( Graphics ,
Component  
)
overridevirtual
void LookAndFeel_V2::drawPopupMenuBackground ( Graphics ,
int  width,
int  height 
)
overridevirtual

Fills the background of a popup menu component.

Implements PopupMenu::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

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

Implements PopupMenu::LookAndFeelMethods.

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

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

Implements PopupMenu::LookAndFeelMethods.

void LookAndFeel_V2::drawPopupMenuUpDownArrow ( Graphics ,
int  width,
int  height,
bool  isScrollUpArrow 
)
overridevirtual
void LookAndFeel_V2::getIdealPopupMenuItemSize ( const String text,
bool  isSeparator,
int  standardMenuItemHeight,
int &  idealWidth,
int &  idealHeight 
)
overridevirtual

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

Implements PopupMenu::LookAndFeelMethods.

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

Implements PopupMenu::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

int LookAndFeel_V2::getMenuBarItemWidth ( MenuBarComponent ,
int  itemIndex,
const String itemText 
)
overridevirtual
Font LookAndFeel_V2::getMenuBarFont ( MenuBarComponent ,
int  itemIndex,
const String itemText 
)
overridevirtual
int LookAndFeel_V2::getDefaultMenuBarHeight ( )
overridevirtual
void LookAndFeel_V2::drawMenuBarItem ( Graphics ,
int  width,
int  height,
int  itemIndex,
const String itemText,
bool  isMouseOverItem,
bool  isMenuOpen,
bool  isMouseOverBar,
MenuBarComponent  
)
overridevirtual
void LookAndFeel_V2::drawComboBox ( Graphics ,
int  width,
int  height,
bool  isButtonDown,
int  buttonX,
int  buttonY,
int  buttonW,
int  buttonH,
ComboBox  
)
overridevirtual

Implements ComboBox::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

Font LookAndFeel_V2::getComboBoxFont ( ComboBox )
overridevirtual
Label* LookAndFeel_V2::createComboBoxTextBox ( ComboBox )
overridevirtual
void LookAndFeel_V2::positionComboBoxText ( ComboBox ,
Label  
)
overridevirtual
void LookAndFeel_V2::drawLabel ( Graphics ,
Label  
)
overridevirtual
Font LookAndFeel_V2::getLabelFont ( Label )
overridevirtual
void LookAndFeel_V2::drawLinearSlider ( Graphics ,
int  x,
int  y,
int  width,
int  height,
float  sliderPos,
float  minSliderPos,
float  maxSliderPos,
const Slider::SliderStyle  ,
Slider  
)
overridevirtual

Implements Slider::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

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

Implements Slider::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

void LookAndFeel_V2::drawLinearSliderThumb ( Graphics ,
int  x,
int  y,
int  width,
int  height,
float  sliderPos,
float  minSliderPos,
float  maxSliderPos,
const Slider::SliderStyle  ,
Slider  
)
overridevirtual
void LookAndFeel_V2::drawRotarySlider ( Graphics ,
int  x,
int  y,
int  width,
int  height,
float  sliderPosProportional,
float  rotaryStartAngle,
float  rotaryEndAngle,
Slider  
)
overridevirtual
int LookAndFeel_V2::getSliderThumbRadius ( Slider )
overridevirtual
Button* LookAndFeel_V2::createSliderButton ( Slider ,
bool  isIncrement 
)
overridevirtual
Label* LookAndFeel_V2::createSliderTextBox ( Slider )
overridevirtual
ImageEffectFilter* LookAndFeel_V2::getSliderEffect ( Slider )
overridevirtual
Font LookAndFeel_V2::getSliderPopupFont ( Slider )
overridevirtual
int LookAndFeel_V2::getSliderPopupPlacement ( Slider )
overridevirtual
Slider::SliderLayout LookAndFeel_V2::getSliderLayout ( Slider )
overridevirtual
Rectangle<int> LookAndFeel_V2::getTooltipBounds ( const String tipText,
Point< int >  screenPos,
Rectangle< int >  parentArea 
)
overridevirtual

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

Implements TooltipWindow::LookAndFeelMethods.

void LookAndFeel_V2::drawTooltip ( Graphics ,
const String text,
int  width,
int  height 
)
overridevirtual
Button* LookAndFeel_V2::createFilenameComponentBrowseButton ( const String text)
overridevirtual
void LookAndFeel_V2::layoutFilenameComponent ( FilenameComponent ,
ComboBox filenameBox,
Button browseButton 
)
overridevirtual
void LookAndFeel_V2::drawConcertinaPanelHeader ( Graphics ,
const Rectangle< int > &  area,
bool  isMouseOver,
bool  isMouseDown,
ConcertinaPanel ,
Component panel 
)
overridevirtual

Implements ConcertinaPanel::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

void LookAndFeel_V2::drawCornerResizer ( Graphics ,
int  w,
int  h,
bool  isMouseOver,
bool  isMouseDragging 
)
overridevirtual
void LookAndFeel_V2::drawResizableFrame ( Graphics ,
int  w,
int  h,
const BorderSize< int > &   
)
overridevirtual
void LookAndFeel_V2::fillResizableWindowBackground ( Graphics ,
int  w,
int  h,
const BorderSize< int > &  ,
ResizableWindow  
)
overridevirtual
void LookAndFeel_V2::drawResizableWindowBorder ( Graphics ,
int  w,
int  h,
const BorderSize< int > &  border,
ResizableWindow  
)
overridevirtual
void LookAndFeel_V2::drawDocumentWindowTitleBar ( DocumentWindow ,
Graphics ,
int  w,
int  h,
int  titleSpaceX,
int  titleSpaceW,
const Image icon,
bool  drawTitleTextOnLeft 
)
overridevirtual
Button* LookAndFeel_V2::createDocumentWindowButton ( int  buttonType)
overridevirtual

Implements DocumentWindow::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

void LookAndFeel_V2::positionDocumentWindowButtons ( DocumentWindow ,
int  titleBarX,
int  titleBarY,
int  titleBarW,
int  titleBarH,
Button minimiseButton,
Button maximiseButton,
Button closeButton,
bool  positionTitleBarButtonsOnLeft 
)
overridevirtual
DropShadower* LookAndFeel_V2::createDropShadowerForComponent ( Component )
overridevirtual

Implements LookAndFeel.

void LookAndFeel_V2::drawStretchableLayoutResizerBar ( Graphics ,
int  w,
int  h,
bool  isVerticalBar,
bool  isMouseOver,
bool  isMouseDragging 
)
overridevirtual
void LookAndFeel_V2::drawGroupComponentOutline ( Graphics ,
int  w,
int  h,
const String text,
const Justification ,
GroupComponent  
)
overridevirtual
int LookAndFeel_V2::getTabButtonSpaceAroundImage ( )
overridevirtual

Implements TabbedButtonBar::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

int LookAndFeel_V2::getTabButtonOverlap ( int  tabDepth)
overridevirtual

Implements TabbedButtonBar::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

int LookAndFeel_V2::getTabButtonBestWidth ( TabBarButton ,
int  tabDepth 
)
overridevirtual
Rectangle<int> LookAndFeel_V2::getTabButtonExtraComponentBounds ( const TabBarButton ,
Rectangle< int > &  textArea,
Component extraComp 
)
overridevirtual
void LookAndFeel_V2::drawTabButton ( TabBarButton ,
Graphics ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtual

Implements TabbedButtonBar::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

void LookAndFeel_V2::drawTabButtonText ( TabBarButton ,
Graphics ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtual
void LookAndFeel_V2::drawTabbedButtonBarBackground ( TabbedButtonBar ,
Graphics  
)
overridevirtual
void LookAndFeel_V2::drawTabAreaBehindFrontButton ( TabbedButtonBar ,
Graphics ,
int  w,
int  h 
)
overridevirtual

Implements TabbedButtonBar::LookAndFeelMethods.

Reimplemented in LookAndFeel_V3.

void LookAndFeel_V2::createTabButtonShape ( TabBarButton ,
Path ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtual
void LookAndFeel_V2::fillTabButtonShape ( TabBarButton ,
Graphics ,
const Path ,
bool  isMouseOver,
bool  isMouseDown 
)
overridevirtual
Button* LookAndFeel_V2::createTabBarExtrasButton ( )
overridevirtual
void LookAndFeel_V2::drawImageButton ( Graphics ,
Image ,
int  imageX,
int  imageY,
int  imageW,
int  imageH,
const Colour overlayColour,
float  imageOpacity,
ImageButton  
)
overridevirtual
void LookAndFeel_V2::drawTableHeaderBackground ( Graphics ,
TableHeaderComponent  
)
overridevirtual
void LookAndFeel_V2::drawTableHeaderColumn ( Graphics ,
const String columnName,
int  columnId,
int  width,
int  height,
bool  isMouseOver,
bool  isMouseDown,
int  columnFlags 
)
overridevirtual
void LookAndFeel_V2::paintToolbarBackground ( Graphics ,
int  width,
int  height,
Toolbar  
)
overridevirtual
Button* LookAndFeel_V2::createToolbarMissingItemsButton ( Toolbar )
overridevirtual
void LookAndFeel_V2::paintToolbarButtonBackground ( Graphics ,
int  width,
int  height,
bool  isMouseOver,
bool  isMouseDown,
ToolbarItemComponent  
)
overridevirtual
void LookAndFeel_V2::paintToolbarButtonLabel ( Graphics ,
int  x,
int  y,
int  width,
int  height,
const String text,
ToolbarItemComponent  
)
overridevirtual
void LookAndFeel_V2::drawPropertyPanelSectionHeader ( Graphics ,
const String name,
bool  isOpen,
int  width,
int  height 
)
overridevirtual
void LookAndFeel_V2::drawPropertyComponentBackground ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
overridevirtual
void LookAndFeel_V2::drawPropertyComponentLabel ( Graphics ,
int  width,
int  height,
PropertyComponent  
)
overridevirtual
Rectangle<int> LookAndFeel_V2::getPropertyComponentContentPosition ( PropertyComponent )
overridevirtual
void LookAndFeel_V2::drawCallOutBoxBackground ( CallOutBox ,
Graphics ,
const Path path,
Image cachedImage 
)
overridevirtual
int LookAndFeel_V2::getCallOutBoxBorderSize ( const CallOutBox )
overridevirtual
void LookAndFeel_V2::drawLevelMeter ( Graphics ,
int  width,
int  height,
float  level 
)
overridevirtual
void LookAndFeel_V2::drawKeymapChangeButton ( Graphics ,
int  width,
int  height,
Button ,
const String keyDescription 
)
overridevirtual
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 
)
static

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.

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

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

static void LookAndFeel_V2::drawGlassPointer ( Graphics ,
float  x,
float  y,
float  diameter,
const Colour ,
float  outlineThickness,
int  direction 
)
staticnoexcept
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 
)
staticnoexcept

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


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