| JUCE
    | 
This is the complete list of members for LookAndFeel_V2, including all inherited members.
| areLinesDrawnForTreeView(TreeView &) override | LookAndFeel_V2 | virtual | 
| areScrollbarButtonsVisible() override | LookAndFeel_V2 | virtual | 
| changeToggleButtonWidthToFitText(ToggleButton &) override | LookAndFeel_V2 | virtual | 
| createAlertWindow(const String &title, const String &message, const String &button1, const String &button2, const String &button3, MessageBoxIconType iconType, int numButtons, Component *associatedComponent) override | LookAndFeel_V2 | virtual | 
| createCaretComponent(Component *keyFocusOwner) override | LookAndFeel_V2 | virtual | 
| createComboBoxTextBox(ComboBox &) override | LookAndFeel_V2 | virtual | 
| createDocumentWindowButton(int buttonType) override | LookAndFeel_V2 | virtual | 
| createDropShadowerForComponent(Component &) override | LookAndFeel_V2 | virtual | 
| createFileBrowserGoUpButton() override | LookAndFeel_V2 | virtual | 
| createFileChooserHeaderText(const String &title, const String &instructions) override | LookAndFeel_V2 | virtual | 
| createFilenameComponentBrowseButton(const String &text) override | LookAndFeel_V2 | virtual | 
| createFocusOutlineForComponent(Component &) override | LookAndFeel_V2 | virtual | 
| createGraphicsContext(const Image &imageToRenderOn, Point< int > origin, const RectangleList< int > &initialClip) | LookAndFeel | virtual | 
| createSliderButton(Slider &, bool isIncrement) override | LookAndFeel_V2 | virtual | 
| createSliderTextBox(Slider &) override | LookAndFeel_V2 | virtual | 
| createTabBarExtrasButton() override | LookAndFeel_V2 | virtual | 
| createTabButtonShape(TabBarButton &, Path &, bool isMouseOver, bool isMouseDown) override | LookAndFeel_V2 | virtual | 
| createToolbarMissingItemsButton(Toolbar &) override | LookAndFeel_V2 | virtual | 
| drawAlertBox(Graphics &, AlertWindow &, const Rectangle< int > &textArea, TextLayout &) override | LookAndFeel_V2 | virtual | 
| 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) | LookAndFeel_V2 | static | 
| drawBubble(Graphics &, BubbleComponent &, const Point< float > &tip, const Rectangle< float > &body) override | LookAndFeel_V2 | virtual | 
| drawButtonBackground(Graphics &, Button &, const Colour &backgroundColour, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| drawButtonText(Graphics &, TextButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| drawCallOutBoxBackground(CallOutBox &, Graphics &, const Path &path, Image &cachedImage) override | LookAndFeel_V2 | virtual | 
| drawComboBox(Graphics &, int width, int height, bool isMouseButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &) override | LookAndFeel_V2 | virtual | 
| drawComboBoxTextWhenNothingSelected(Graphics &, ComboBox &, Label &) override | LookAndFeel_V2 | virtual | 
| drawConcertinaPanelHeader(Graphics &, const Rectangle< int > &area, bool isMouseOver, bool isMouseDown, ConcertinaPanel &, Component &panel) override | LookAndFeel_V2 | virtual | 
| drawCornerResizer(Graphics &, int w, int h, bool isMouseOver, bool isMouseDragging) override | LookAndFeel_V2 | virtual | 
| drawDocumentWindowTitleBar(DocumentWindow &, Graphics &, int w, int h, int titleSpaceX, int titleSpaceW, const Image *icon, bool drawTitleTextOnLeft) override | LookAndFeel_V2 | virtual | 
| drawDrawableButton(Graphics &, DrawableButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| 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 | LookAndFeel_V2 | virtual | 
| 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 | LookAndFeel_V2 | static | 
| drawGlassPointer(Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness, int direction) noexcept | LookAndFeel_V2 | static | 
| drawGlassSphere(Graphics &, float x, float y, float diameter, const Colour &, float outlineThickness) noexcept | LookAndFeel_V2 | static | 
| drawGroupComponentOutline(Graphics &, int w, int h, const String &text, const Justification &, GroupComponent &) override | LookAndFeel_V2 | virtual | 
| drawImageButton(Graphics &, Image *, int imageX, int imageY, int imageW, int imageH, const Colour &overlayColour, float imageOpacity, ImageButton &) override | LookAndFeel_V2 | virtual | 
| drawKeymapChangeButton(Graphics &, int width, int height, Button &, const String &keyDescription) override | LookAndFeel_V2 | virtual | 
| drawLabel(Graphics &, Label &) override | LookAndFeel_V2 | virtual | 
| drawLasso(Graphics &, Component &) override | LookAndFeel_V2 | virtual | 
| drawLevelMeter(Graphics &, int width, int height, float level) override | LookAndFeel_V2 | virtual | 
| drawLinearSlider(Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, Slider::SliderStyle, Slider &) override | LookAndFeel_V2 | virtual | 
| drawLinearSliderBackground(Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, Slider::SliderStyle, Slider &) override | LookAndFeel_V2 | virtual | 
| drawLinearSliderOutline(Graphics &, int x, int y, int width, int height, Slider::SliderStyle, Slider &) override | LookAndFeel_V2 | virtual | 
| drawLinearSliderThumb(Graphics &, int x, int y, int width, int height, float sliderPos, float minSliderPos, float maxSliderPos, Slider::SliderStyle, Slider &) override | LookAndFeel_V2 | virtual | 
| drawMenuBarBackground(Graphics &, int width, int height, bool isMouseOverBar, MenuBarComponent &) override | LookAndFeel_V2 | virtual | 
| drawMenuBarItem(Graphics &, int width, int height, int itemIndex, const String &itemText, bool isMouseOverItem, bool isMenuOpen, bool isMouseOverBar, MenuBarComponent &) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuBackground(Graphics &, int width, int height) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuBackgroundWithOptions(Graphics &, int width, int height, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuColumnSeparatorWithOptions(Graphics &g, const Rectangle< int > &bounds, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| 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 | LookAndFeel_V2 | virtual | 
| drawPopupMenuItemWithOptions(Graphics &, const Rectangle< int > &area, bool isHighlighted, const PopupMenu::Item &item, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuSectionHeader(Graphics &, const Rectangle< int > &area, const String §ionName) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuSectionHeaderWithOptions(Graphics &, const Rectangle< int > &area, const String §ionName, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuUpDownArrow(Graphics &, int width, int height, bool isScrollUpArrow) override | LookAndFeel_V2 | virtual | 
| drawPopupMenuUpDownArrowWithOptions(Graphics &, int width, int height, bool isScrollUpArrow, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| drawProgressBar(Graphics &, ProgressBar &, int width, int height, double progress, const String &textToShow) override | LookAndFeel_V2 | virtual | 
| drawPropertyComponentBackground(Graphics &, int width, int height, PropertyComponent &) override | LookAndFeel_V2 | virtual | 
| drawPropertyComponentLabel(Graphics &, int width, int height, PropertyComponent &) override | LookAndFeel_V2 | virtual | 
| drawPropertyPanelSectionHeader(Graphics &, const String &name, bool isOpen, int width, int height) override | LookAndFeel_V2 | virtual | 
| drawResizableFrame(Graphics &, int w, int h, const BorderSize< int > &) override | LookAndFeel_V2 | virtual | 
| drawResizableWindowBorder(Graphics &, int w, int h, const BorderSize< int > &border, ResizableWindow &) override | LookAndFeel_V2 | virtual | 
| drawRotarySlider(Graphics &, int x, int y, int width, int height, float sliderPosProportional, float rotaryStartAngle, float rotaryEndAngle, Slider &) override | LookAndFeel_V2 | virtual | 
| drawScrollbar(Graphics &, ScrollBar &, int x, int y, int width, int height, bool isScrollbarVertical, int thumbStartPosition, int thumbSize, bool isMouseOver, bool isMouseDown) override | LookAndFeel_V2 | virtual | 
| drawScrollbarButton(Graphics &, ScrollBar &, int width, int height, int buttonDirection, bool isScrollbarVertical, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| drawSpinningWaitAnimation(Graphics &, const Colour &colour, int x, int y, int w, int h) override | LookAndFeel_V2 | virtual | 
| drawStretchableLayoutResizerBar(Graphics &, int w, int h, bool isVerticalBar, bool isMouseOver, bool isMouseDragging) override | LookAndFeel_V2 | virtual | 
| drawTabAreaBehindFrontButton(TabbedButtonBar &, Graphics &, int w, int h) override | LookAndFeel_V2 | virtual | 
| drawTabbedButtonBarBackground(TabbedButtonBar &, Graphics &) override | LookAndFeel_V2 | virtual | 
| drawTabButton(TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override | LookAndFeel_V2 | virtual | 
| drawTabButtonText(TabBarButton &, Graphics &, bool isMouseOver, bool isMouseDown) override | LookAndFeel_V2 | virtual | 
| drawTableHeaderBackground(Graphics &, TableHeaderComponent &) override | LookAndFeel_V2 | virtual | 
| drawTableHeaderColumn(Graphics &, TableHeaderComponent &, const String &columnName, int columnId, int width, int height, bool isMouseOver, bool isMouseDown, int columnFlags) override | LookAndFeel_V2 | virtual | 
| drawTextEditorOutline(Graphics &, int width, int height, TextEditor &) override | LookAndFeel_V2 | virtual | 
| drawTickBox(Graphics &, Component &, float x, float y, float w, float h, bool ticked, bool isEnabled, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| drawToggleButton(Graphics &, ToggleButton &, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override | LookAndFeel_V2 | virtual | 
| drawTooltip(Graphics &, const String &text, int width, int height) override | LookAndFeel_V2 | virtual | 
| drawTreeviewPlusMinusBox(Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isOpen, bool isMouseOver) override | LookAndFeel_V2 | virtual | 
| fillResizableWindowBackground(Graphics &, int w, int h, const BorderSize< int > &, ResizableWindow &) override | LookAndFeel_V2 | virtual | 
| fillTabButtonShape(TabBarButton &, Graphics &, const Path &, bool isMouseOver, bool isMouseDown) override | LookAndFeel_V2 | virtual | 
| fillTextEditorBackground(Graphics &, int width, int height, TextEditor &) override | LookAndFeel_V2 | virtual | 
| findColour(int colourId) const noexcept | LookAndFeel | |
| getAlertBoxWindowFlags() override | LookAndFeel_V2 | virtual | 
| getAlertWindowButtonHeight() override | LookAndFeel_V2 | virtual | 
| getAlertWindowFont() override | LookAndFeel_V2 | virtual | 
| getAlertWindowMessageFont() override | LookAndFeel_V2 | virtual | 
| getAlertWindowTitleFont() override | LookAndFeel_V2 | virtual | 
| getCallOutBoxBorderSize(const CallOutBox &) override | LookAndFeel_V2 | virtual | 
| getCallOutBoxCornerSize(const CallOutBox &) override | LookAndFeel_V2 | virtual | 
| getComboBoxFont(ComboBox &) override | LookAndFeel_V2 | virtual | 
| getCrossShape(float height) override | LookAndFeel_V2 | virtual | 
| getDefaultDocumentFileImage() override | LookAndFeel_V2 | virtual | 
| getDefaultFolderImage() override | LookAndFeel_V2 | virtual | 
| getDefaultLookAndFeel() noexcept | LookAndFeel | static | 
| getDefaultMenuBarHeight() override | LookAndFeel_V2 | virtual | 
| getDefaultProgressBarStyle(const ProgressBar &) override | LookAndFeel_V2 | virtual | 
| getDefaultScrollbarWidth() override | LookAndFeel_V2 | virtual | 
| getIdealPopupMenuItemSize(const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) override | LookAndFeel_V2 | virtual | 
| getIdealPopupMenuItemSizeWithOptions(const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight, const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| getLabelBorderSize(Label &) override | LookAndFeel_V2 | virtual | 
| getLabelFont(Label &) override | LookAndFeel_V2 | virtual | 
| getMenuBarFont(MenuBarComponent &, int itemIndex, const String &itemText) override | LookAndFeel_V2 | virtual | 
| getMenuBarItemWidth(MenuBarComponent &, int itemIndex, const String &itemText) override | LookAndFeel_V2 | virtual | 
| getMenuWindowFlags() override | LookAndFeel_V2 | virtual | 
| getMinimumScrollbarThumbSize(ScrollBar &) override | LookAndFeel_V2 | virtual | 
| getMouseCursorFor(Component &) | LookAndFeel | virtual | 
| getOptionsForComboBoxPopupMenu(ComboBox &, Label &) override | LookAndFeel_V2 | virtual | 
| getParentComponentForMenuOptions(const PopupMenu::Options &options) override | LookAndFeel_V2 | virtual | 
| getPopupMenuBorderSize() override | LookAndFeel_V2 | virtual | 
| getPopupMenuBorderSizeWithOptions(const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| getPopupMenuColumnSeparatorWidthWithOptions(const PopupMenu::Options &) override | LookAndFeel_V2 | virtual | 
| getPopupMenuFont() override | LookAndFeel_V2 | virtual | 
| getPropertyComponentContentPosition(PropertyComponent &) override | LookAndFeel_V2 | virtual | 
| getPropertyPanelSectionHeaderHeight(const String §ionTitle) override | LookAndFeel_V2 | virtual | 
| getScrollbarButtonSize(ScrollBar &) override | LookAndFeel_V2 | virtual | 
| getScrollbarEffect() override | LookAndFeel_V2 | virtual | 
| getSidePanelDismissButtonShape(SidePanel &) override | LookAndFeel_V2 | virtual | 
| getSidePanelTitleFont(SidePanel &) override | LookAndFeel_V2 | virtual | 
| getSidePanelTitleJustification(SidePanel &) override | LookAndFeel_V2 | virtual | 
| getSliderEffect(Slider &) override | LookAndFeel_V2 | virtual | 
| getSliderLayout(Slider &) override | LookAndFeel_V2 | virtual | 
| getSliderPopupFont(Slider &) override | LookAndFeel_V2 | virtual | 
| getSliderPopupPlacement(Slider &) override | LookAndFeel_V2 | virtual | 
| getSliderThumbRadius(Slider &) override | LookAndFeel_V2 | virtual | 
| getTabButtonBestWidth(TabBarButton &, int tabDepth) override | LookAndFeel_V2 | virtual | 
| getTabButtonExtraComponentBounds(const TabBarButton &, Rectangle< int > &textArea, Component &extraComp) override | LookAndFeel_V2 | virtual | 
| getTabButtonFont(TabBarButton &, float height) override | LookAndFeel_V2 | virtual | 
| getTabButtonOverlap(int tabDepth) override | LookAndFeel_V2 | virtual | 
| getTabButtonSpaceAroundImage() override | LookAndFeel_V2 | virtual | 
| getTextButtonFont(TextButton &, int buttonHeight) override | LookAndFeel_V2 | virtual | 
| getTextButtonWidthToFitText(TextButton &, int buttonHeight) override | LookAndFeel_V2 | virtual | 
| getTickShape(float height) override | LookAndFeel_V2 | virtual | 
| getTooltipBounds(const String &tipText, Point< int > screenPos, Rectangle< int > parentArea) override | LookAndFeel_V2 | virtual | 
| getTreeViewIndentSize(TreeView &) override | LookAndFeel_V2 | virtual | 
| getTypefaceForFont(const Font &) | LookAndFeel | virtual | 
| getWidthsForTextButtons(AlertWindow &, const Array< TextButton * > &) override | LookAndFeel_V2 | virtual | 
| isColourSpecified(int colourId) const noexcept | LookAndFeel | |
| isProgressBarOpaque(ProgressBar &) override | LookAndFeel_V2 | virtual | 
| isUsingNativeAlertWindows() | LookAndFeel | |
| layoutFileBrowserComponent(FileBrowserComponent &, DirectoryContentsDisplayComponent *, FilePreviewComponent *, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton) override | LookAndFeel_V2 | virtual | 
| layoutFilenameComponent(FilenameComponent &, ComboBox *filenameBox, Button *browseButton) override | LookAndFeel_V2 | virtual | 
| LookAndFeel() | LookAndFeel | |
| LookAndFeel_V2() | LookAndFeel_V2 | |
| paintToolbarBackground(Graphics &, int width, int height, Toolbar &) override | LookAndFeel_V2 | virtual | 
| paintToolbarButtonBackground(Graphics &, int width, int height, bool isMouseOver, bool isMouseDown, ToolbarItemComponent &) override | LookAndFeel_V2 | virtual | 
| paintToolbarButtonLabel(Graphics &, int x, int y, int width, int height, const String &text, ToolbarItemComponent &) override | LookAndFeel_V2 | virtual | 
| playAlertSound() | LookAndFeel | virtual | 
| positionComboBoxText(ComboBox &, Label &) override | LookAndFeel_V2 | virtual | 
| positionDocumentWindowButtons(DocumentWindow &, int titleBarX, int titleBarY, int titleBarW, int titleBarH, Button *minimiseButton, Button *maximiseButton, Button *closeButton, bool positionTitleBarButtonsOnLeft) override | LookAndFeel_V2 | virtual | 
| preparePopupMenuWindow(Component &) override | LookAndFeel_V2 | virtual | 
| setColour(int colourId, Colour colour) noexcept | LookAndFeel | |
| setComponentEffectForBubbleComponent(BubbleComponent &bubbleComponent) override | LookAndFeel_V2 | virtual | 
| setDefaultLookAndFeel(LookAndFeel *newDefaultLookAndFeel) noexcept | LookAndFeel | static | 
| setDefaultSansSerifTypeface(Typeface::Ptr newDefaultTypeface) | LookAndFeel | |
| setDefaultSansSerifTypefaceName(const String &newName) | LookAndFeel | |
| setUsingNativeAlertWindows(bool shouldUseNativeAlerts) | LookAndFeel | |
| shouldPopupMenuScaleWithTargetComponent(const PopupMenu::Options &options) override | LookAndFeel_V2 | virtual | 
| ~AudioDeviceSelectorComponentMethods()=default | ExtraLookAndFeelBaseClasses::AudioDeviceSelectorComponentMethods | virtual | 
| ~KeyMappingEditorComponentMethods()=default | ExtraLookAndFeelBaseClasses::KeyMappingEditorComponentMethods | virtual | 
| ~LassoComponentMethods()=default | ExtraLookAndFeelBaseClasses::LassoComponentMethods | virtual | 
| ~LookAndFeel() override | LookAndFeel | |
| ~LookAndFeel_V2() override | LookAndFeel_V2 | |
| ScrollBar::~LookAndFeelMethods()=default | ScrollBar::LookAndFeelMethods | virtual | 
| Button::LookAndFeelMethods::~LookAndFeelMethods()=default | Button::LookAndFeelMethods | virtual | 
| ImageButton::LookAndFeelMethods::~LookAndFeelMethods()=default | ImageButton::LookAndFeelMethods | virtual | 
| TextEditor::LookAndFeelMethods::~LookAndFeelMethods()=default | TextEditor::LookAndFeelMethods | virtual | 
| FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | FileBrowserComponent::LookAndFeelMethods | virtual | 
| TreeView::LookAndFeelMethods::~LookAndFeelMethods()=default | TreeView::LookAndFeelMethods | virtual | 
| BubbleComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | BubbleComponent::LookAndFeelMethods | virtual | 
| AlertWindow::LookAndFeelMethods::~LookAndFeelMethods()=default | AlertWindow::LookAndFeelMethods | virtual | 
| PopupMenu::LookAndFeelMethods::~LookAndFeelMethods()=default | PopupMenu::LookAndFeelMethods | virtual | 
| ComboBox::LookAndFeelMethods::~LookAndFeelMethods()=default | ComboBox::LookAndFeelMethods | virtual | 
| Label::LookAndFeelMethods::~LookAndFeelMethods()=default | Label::LookAndFeelMethods | virtual | 
| Slider::LookAndFeelMethods::~LookAndFeelMethods()=default | Slider::LookAndFeelMethods | virtual | 
| ResizableWindow::LookAndFeelMethods::~LookAndFeelMethods()=default | ResizableWindow::LookAndFeelMethods | virtual | 
| DocumentWindow::LookAndFeelMethods::~LookAndFeelMethods()=default | DocumentWindow::LookAndFeelMethods | virtual | 
| TooltipWindow::LookAndFeelMethods::~LookAndFeelMethods()=default | TooltipWindow::LookAndFeelMethods | virtual | 
| TabbedButtonBar::LookAndFeelMethods::~LookAndFeelMethods()=default | TabbedButtonBar::LookAndFeelMethods | virtual | 
| PropertyComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | PropertyComponent::LookAndFeelMethods | virtual | 
| FilenameComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | FilenameComponent::LookAndFeelMethods | virtual | 
| GroupComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | GroupComponent::LookAndFeelMethods | virtual | 
| TableHeaderComponent::LookAndFeelMethods::~LookAndFeelMethods()=default | TableHeaderComponent::LookAndFeelMethods | virtual | 
| CallOutBox::LookAndFeelMethods::~LookAndFeelMethods()=default | CallOutBox::LookAndFeelMethods | virtual | 
| Toolbar::LookAndFeelMethods::~LookAndFeelMethods()=default | Toolbar::LookAndFeelMethods | virtual | 
| ConcertinaPanel::LookAndFeelMethods::~LookAndFeelMethods()=default | ConcertinaPanel::LookAndFeelMethods | virtual | 
| ProgressBar::LookAndFeelMethods::~LookAndFeelMethods()=default | ProgressBar::LookAndFeelMethods | virtual | 
| StretchableLayoutResizerBar::LookAndFeelMethods::~LookAndFeelMethods()=default | StretchableLayoutResizerBar::LookAndFeelMethods | virtual | 
| SidePanel::LookAndFeelMethods::~LookAndFeelMethods()=default | SidePanel::LookAndFeelMethods | virtual |