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