Discover
What’s New
Features
Made With JUCE
Blog
Learn
Documentation
Course
Tutorials
Resources
Newsletter
Marketplace
Forum
Get JUCE
Modules
All Classes
Tutorials
Course
Loading...
Searching...
No Matches
juce
PopupMenu
Options
juce::PopupMenu::Options Member List
This is the complete list of members for
juce::PopupMenu::Options
, including all inherited members.
forSubmenu
() const
juce::PopupMenu::Options
getInitiallySelectedItemId
() const noexcept
juce::PopupMenu::Options
inline
getItemThatMustBeVisible
() const noexcept
juce::PopupMenu::Options
inline
getMaximumNumColumns
() const noexcept
juce::PopupMenu::Options
inline
getMinimumNumColumns
() const noexcept
juce::PopupMenu::Options
inline
getMinimumWidth
() const noexcept
juce::PopupMenu::Options
inline
getParentComponent
() const noexcept
juce::PopupMenu::Options
inline
getPreferredPopupDirection
() const noexcept
juce::PopupMenu::Options
inline
getStandardItemHeight
() const noexcept
juce::PopupMenu::Options
inline
getTargetComponent
() const noexcept
juce::PopupMenu::Options
inline
getTargetScreenArea
() const noexcept
juce::PopupMenu::Options
inline
getTopLevelTargetComponent
() const noexcept
juce::PopupMenu::Options
inline
hasWatchedComponentBeenDeleted
() const noexcept
juce::PopupMenu::Options
inline
operator=
(const Options &)=default
juce::PopupMenu::Options
Options
()
juce::PopupMenu::Options
Options
(const Options &)=default
juce::PopupMenu::Options
PopupDirection
enum name
juce::PopupMenu::Options
withDeletionCheck
(Component &componentToWatchForDeletion) const
juce::PopupMenu::Options
withInitiallySelectedItem
(int idOfItemToBeSelected) const
juce::PopupMenu::Options
withItemThatMustBeVisible
(int idOfItemToBeVisible) const
juce::PopupMenu::Options
withMaximumNumColumns
(int maxNumColumns) const
juce::PopupMenu::Options
withMinimumNumColumns
(int minNumColumns) const
juce::PopupMenu::Options
withMinimumWidth
(int minWidth) const
juce::PopupMenu::Options
withMousePosition
() const
juce::PopupMenu::Options
withParentComponent
(Component *parentComponent) const
juce::PopupMenu::Options
withPreferredPopupDirection
(PopupDirection direction) const
juce::PopupMenu::Options
withStandardItemHeight
(int standardHeight) const
juce::PopupMenu::Options
withTargetComponent
(Component *targetComponent) const
juce::PopupMenu::Options
withTargetComponent
(Component &targetComponent) const
juce::PopupMenu::Options
withTargetScreenArea
(Rectangle< int > targetArea) const
juce::PopupMenu::Options