JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ComboBox Member List

This is the complete list of members for ComboBox, including all inherited members.

addAndMakeVisible(Component *child, int zOrder=-1)Component
addAndMakeVisible(Component &child, int zOrder=-1)Component
addChildAndSetID(Component *child, const String &componentID)Component
addChildComponent(Component *child, int zOrder=-1)Component
addChildComponent(Component &child, int zOrder=-1)Component
addComponentListener(ComponentListener *newListener)Component
addItem(const String &newItemText, int newItemId)ComboBox
addItemList(const StringArray &items, int firstItemIdOffset)ComboBox
addKeyListener(KeyListener *newListener)Component
addListener(Listener *listener)ComboBox
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addSectionHeading(const String &headingName)ComboBox
addSeparator()ComboBox
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
arrowColourId enum valueComboBox
AsyncUpdater()AsyncUpdaterprivate
backgroundColourId enum valueComboBox
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
buttonColourId enum valueComboBox
cancelPendingUpdate() noexceptAsyncUpdaterprivate
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
changeItemText(int itemId, const String &newText)ComboBox
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
clear(NotificationType notification=sendNotificationAsync)ComboBox
clear(bool)ComboBox
colourChanged() overrideComboBoxvirtual
ColourIds enum nameComboBox
ComboBox(const String &componentName=String())ComboBoxexplicit
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
contains(Point< int > localPoint)Component
copyAllExplicitColoursTo(Component &target) constComponent
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
currentIdComboBoxprivate
currentMenuComboBoxprivate
deleteAllChildren()Component
EditableState enum nameComboBoxprivate
editableUnknown enum valueComboBoxprivate
editorHidden(Label *, TextEditor &)Label::Listenerinlinevirtual
editorShown(Label *, TextEditor &)Label::Listenerinlinevirtual
enablementChanged() overrideComboBoxvirtual
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
exitModalState(int returnValue)Component
findChildWithID(StringRef componentID) const noexceptComponent
findColour(int colourId, bool inheritFromParent=false) constComponent
findParentComponentOfClass() constComponentinline
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(Component::FocusChangeType) overrideComboBoxvirtual
focusLost(Component::FocusChangeType) overrideComboBoxvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponentinline
getBounds() const noexceptComponentinline
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponentinline
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponentinline
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponentinline
getComponentID() const noexceptComponentinline
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getDesktopScaleFactor() constComponentvirtual
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponentinline
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getItemForId(int) const noexceptComboBoxprivate
getItemForIndex(int) const noexceptComboBoxprivate
getItemId(int index) const noexceptComboBox
getItemText(int index) constComboBox
getJustificationType() const noexceptComboBox
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) constComponent
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) constComponent
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) constComponent
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Componentvirtual
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() constComponent
getName() const noexceptComponentinline
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getNumItems() const noexceptComboBox
getParentComponent() const noexceptComponentinline
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponentinline
getPositioner() const noexceptComponent
getProperties() noexceptComponentinline
getProperties() const noexceptComponentinline
getRight() const noexceptComponentinline
getRootMenu()ComboBoxinline
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getSelectedId() const noexceptComboBox
getSelectedIdAsValue()ComboBoxinline
getSelectedItemIndex() constComboBox
getText() constComboBox
getTextWhenNoChoicesAvailable() constComboBox
getTextWhenNothingSelected() constComboBox
getTooltip() overrideComboBoxinlinevirtual
getTopLevelComponent() const noexceptComponent
getTransform() constComponent
getViewportIgnoreDragFlag() const noexceptComponentinline
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponentinline
getWindowHandle() constComponent
getX() const noexceptComponentinline
getY() const noexceptComponentinline
globalPositionToRelative(Point< int >) constComponent
grabKeyboardFocus()Component
handleAsyncUpdate() overrideComboBoxvirtual
handleCommandMessage(int commandId)Componentvirtual
handleUpdateNowIfNeeded()AsyncUpdaterprivate
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hidePopup()ComboBox
hitTest(int x, int y)Componentvirtual
indexOfItemId(int itemId) const noexceptComboBox
inputAttemptWhenModal()Componentvirtual
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isButtonDownComboBoxprivate
isColourSpecified(int colourId) constComponent
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isItemEnabled(int itemId) const noexceptComboBox
isMouseButtonDown() constComponent
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) constComponent
isMouseOverOrDragging(bool includeChildren=false) constComponent
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isPopupActive() const noexceptComboBoxinline
isShowing() constComponent
isTextEditable() const noexceptComboBox
isTransformed() const noexceptComponent
isUpdatePending() const noexceptAsyncUpdaterprivate
isVisible() const noexceptComponentinline
keyPressed(const KeyPress &) overrideComboBoxvirtual
keyStateChanged(bool) overrideComboBoxvirtual
labelComboBoxprivate
labelEditableStateComboBoxprivate
labelIsEditable enum valueComboBoxprivate
labelIsNotEditable enum valueComboBoxprivate
labelTextChanged(Label *) overrideComboBoxvirtual
lastCurrentIdComboBoxprivate
Listener()Value::Listenerinline
listenersComboBoxprivate
localAreaToGlobal(Rectangle< int > localArea) constComponent
localPointToGlobal(Point< int > localPoint) constComponent
localPointToGlobal(Point< float > localPoint) constComponent
lookAndFeelChanged() overrideComboBoxvirtual
menuActiveComboBoxprivate
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &) overrideComboBoxvirtual
mouseDrag(const MouseEvent &) overrideComboBoxvirtual
mouseEnter(const MouseEvent &event) overrideComponentvirtual
mouseExit(const MouseEvent &event) overrideComponentvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor)Componentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &) overrideComboBoxvirtual
mouseWheelAccumulatorComboBoxprivate
mouseWheelMove(const MouseEvent &, const MouseWheelDetails &) overrideComboBoxvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
noChoicesMessageComboBoxprivate
nudgeSelectedItem(int delta)ComboBoxprivate
outlineColourId enum valueComboBox
paint(Graphics &) overrideComboBoxvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged() overrideComboBoxvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
relativePositionToGlobal(Point< int >) constComponent
relativePositionToOtherComponent(const Component *, Point< int >) constComponent
removeAllChildren()Component
removeChildComponent(Component *childToRemove)Component
removeChildComponent(int childIndexToRemove)Component
removeColour(int colourId)Component
removeComponentListener(ComponentListener *listenerToRemove)Component
removeFromDesktop()Component
removeKeyListener(KeyListener *listenerToRemove)Component
removeListener(Listener *listener)ComboBox
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resized() overrideComboBoxvirtual
runModalLoop()Component
scrollWheelEnabledComboBoxprivate
selectIfEnabled(int index)ComboBoxprivate
sendChange(NotificationType)ComboBoxprivate
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBounds(int x, int y, int width, int height)Component
setBounds(Rectangle< int > newBounds)Component
setBounds(const RelativeRectangle &)Component
setBounds(const String &)Component
setBoundsInset(BorderSize< int > borders)Component
setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight)Component
setBoundsToFit(int x, int y, int width, int height, Justification justification, bool onlyReduceInSize)Component
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexceptComponent
setBufferedToImage(bool shouldBeBuffered)Component
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentrePosition(Point< int > newCentrePosition)Component
setCentreRelative(float x, float y)Component
setColour(int colourId, Colour newColour)Component
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setEditableText(bool isEditable)ComboBox
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setItemEnabled(int itemId, bool shouldBeEnabled)ComboBox
setJustificationType(Justification justification)ComboBox
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setName(const String &newName)Componentvirtual
setOpaque(bool shouldBeOpaque)Component
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setScrollWheelEnabled(bool enabled) noexceptComboBox
setSelectedId(int newItemId, NotificationType notification=sendNotificationAsync)ComboBox
setSelectedId(int, bool)ComboBox
setSelectedItemIndex(int newItemIndex, NotificationType notification=sendNotificationAsync)ComboBox
setSelectedItemIndex(int, bool)ComboBox
setSize(int newWidth, int newHeight)Component
SettableTooltipClient()SettableTooltipClientinlineprotected
setText(const String &newText, NotificationType notification=sendNotificationAsync)ComboBox
setText(const String &, bool)ComboBox
setTextWhenNoChoicesAvailable(const String &newMessage)ComboBox
setTextWhenNothingSelected(const String &newMessage)ComboBox
setTooltip(const String &newTooltip) overrideComboBoxvirtual
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setViewportIgnoreDragFlag(bool ignoreDrag) noexceptComponentinline
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
showEditor()ComboBox
showPopup()ComboBoxvirtual
showPopupIfNotActive()ComboBoxprivate
textColourId enum valueComboBox
textWhenNothingSelectedComboBoxprivate
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
triggerAsyncUpdate()AsyncUpdaterprivate
unfocusAllComponents()Componentstatic
updateMouseCursor() constComponent
userTriedToCloseWindow()Componentvirtual
valueChanged(Value &) overrideComboBoxvirtual
visibilityChanged()Componentvirtual
~AsyncUpdater()AsyncUpdaterprivatevirtual
~ComboBox()ComboBoxvirtual
~Component()Componentvirtual
Label::~Listener()Label::Listenerinlinevirtual
Value::Listener::~Listener()Value::Listenerinlinevirtual
~MouseListener()MouseListenerinlinevirtual
~SettableTooltipClient()SettableTooltipClientinline
~TooltipClient()TooltipClientinlinevirtual