This is the complete list of members for juce::PopupMenu::LookAndFeelMethods, including all inherited members.
drawMenuBarBackground(Graphics &, int width, int height, bool isMouseOverBar, MenuBarComponent &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
drawMenuBarItem(Graphics &, int width, int height, int itemIndex, const String &itemText, bool isMouseOverItem, bool isMenuOpen, bool isMouseOverBar, MenuBarComponent &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
drawPopupMenuBackground(Graphics &, int width, int height) | juce::PopupMenu::LookAndFeelMethods | virtual |
drawPopupMenuBackgroundWithOptions(Graphics &, int width, int height, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
drawPopupMenuColumnSeparatorWithOptions(Graphics &g, const Rectangle< int > &bounds, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure 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) | juce::PopupMenu::LookAndFeelMethods | virtual |
drawPopupMenuItemWithOptions(Graphics &, const Rectangle< int > &area, bool isHighlighted, const Item &item, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
drawPopupMenuSectionHeader(Graphics &, const Rectangle< int > &, const String &) | juce::PopupMenu::LookAndFeelMethods | virtual |
drawPopupMenuSectionHeaderWithOptions(Graphics &, const Rectangle< int > &area, const String §ionName, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
drawPopupMenuUpDownArrow(Graphics &, int width, int height, bool isScrollUpArrow) | juce::PopupMenu::LookAndFeelMethods | virtual |
drawPopupMenuUpDownArrowWithOptions(Graphics &, int width, int height, bool isScrollUpArrow, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getDefaultMenuBarHeight()=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getIdealPopupMenuItemSize(const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight) | juce::PopupMenu::LookAndFeelMethods | virtual |
getIdealPopupMenuItemSizeWithOptions(const String &text, bool isSeparator, int standardMenuItemHeight, int &idealWidth, int &idealHeight, const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getMenuBarFont(MenuBarComponent &, int itemIndex, const String &itemText)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getMenuBarItemWidth(MenuBarComponent &, int itemIndex, const String &itemText)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getMenuWindowFlags()=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getParentComponentForMenuOptions(const Options &options)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getPopupMenuBorderSize() | juce::PopupMenu::LookAndFeelMethods | virtual |
getPopupMenuBorderSizeWithOptions(const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getPopupMenuColumnSeparatorWidthWithOptions(const Options &)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
getPopupMenuFont()=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
preparePopupMenuWindow(Component &newWindow)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
shouldPopupMenuScaleWithTargetComponent(const Options &options)=0 | juce::PopupMenu::LookAndFeelMethods | pure virtual |
~LookAndFeelMethods()=default | juce::PopupMenu::LookAndFeelMethods | virtual |