JUCE
ToolbarItemComponent Member List

This is the complete list of members for ToolbarItemComponent, 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
addKeyListener(KeyListener *newListener)Component
addListener(Listener *newListener)Button
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addShortcut(const KeyPress &)Button
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
Button(const String &buttonName)Buttonexplicitprotected
buttonDown enum valueButton
buttonNormal enum valueButton
buttonOver enum valueButton
ButtonState enum nameButton
buttonStateChanged()Buttonprotectedvirtual
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
clearShortcuts()Button
clicked()Buttonprotectedvirtual
clicked(const ModifierKeys &modifiers)Buttonprotectedvirtual
colourChanged()Componentvirtual
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
ConnectedEdgeFlags enum nameButton
ConnectedOnBottom enum valueButton
ConnectedOnLeft enum valueButton
ConnectedOnRight enum valueButton
ConnectedOnTop enum valueButton
contains(Point< int > localPoint)Component
contentAreaChanged(const Rectangle< int > &newBounds)=0ToolbarItemComponentpure virtual
copyAllExplicitColoursTo(Component &target) const Component
createComponentSnapshot(const Rectangle< int > &areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
deleteAllChildren()Component
editableOnPalette enum valueToolbarItemComponent
editableOnToolbar enum valueToolbarItemComponent
enablementChanged() overrideButtonprotectedvirtual
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) const Component
findParentComponentOfClass() const Component
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType) overrideButtonprotectedvirtual
focusLost(FocusChangeType) overrideButtonprotectedvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getButtonText() const Button
getCachedComponentImage() const noexceptComponent
getChildComponent(int index) const noexceptComponent
getClickingTogglesState() const noexceptButton
getCommandID() const noexceptButton
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponent
getComponentID() const noexceptComponent
getConnectedEdgeFlags() const noexceptButton
getContentArea() const noexceptToolbarItemComponent
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getDesktopScaleFactor() const Componentvirtual
getEditingMode() const noexceptToolbarItemComponent
getExplicitFocusOrder() const Component
getHeight() const noexceptComponent
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getItemId() const noexceptToolbarItemComponent
getLocalArea(const Component *sourceComponent, const Rectangle< int > &areaRelativeToSourceComponent) const Component
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) const Component
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) const Component
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Componentvirtual
getMillisecondsSinceButtonDown() const noexceptButton
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() const Component
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getParentComponent() const noexceptComponent
getParentHeight() const noexceptComponent
getParentMonitorArea() const Component
getParentWidth() const noexceptComponent
getPeer() const Component
getPosition() const noexceptComponent
getPositioner() const noexceptComponent
getProperties() noexceptComponent
getProperties() const noexceptComponent
getRadioGroupId() const noexceptButton
getRight() const noexceptComponent
getScreenBounds() const Component
getScreenPosition() const Component
getScreenX() const Component
getScreenY() const Component
getState() const noexceptButton
getStyle() const noexceptToolbarItemComponent
getToggleState() const noexceptButton
getToggleStateValue() noexceptButton
getToolbar() const ToolbarItemComponent
getToolbarItemSizes(int toolbarThickness, bool isToolbarVertical, int &preferredSize, int &minSize, int &maxSize)=0ToolbarItemComponentpure virtual
getTooltip() overrideSettableTooltipClientvirtual
getTopLevelComponent() const noexceptComponent
getTransform() const Component
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponent
getWindowHandle() const Component
getX() const noexceptComponent
getY() const noexceptComponent
grabKeyboardFocus()Component
handleCommandMessage(int commandId) overrideButtonprotectedvirtual
hasKeyboardFocus(bool trueIfChildIsFocused) const Component
hitTest(int x, int y)Componentvirtual
inputAttemptWhenModal()Componentvirtual
internalClickCallback(const ModifierKeys &)Buttonprotectedvirtual
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) const Component
isConnectedOnBottom() const noexceptButton
isConnectedOnLeft() const noexceptButton
isConnectedOnRight() const noexceptButton
isConnectedOnTop() const noexceptButton
isCurrentlyBlockedByAnotherModalComponent() const Component
isCurrentlyModal() const noexceptComponent
isDown() const noexceptButton
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isMouseButtonDown() const Component
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) const Component
isMouseOverOrDragging(bool includeChildren=false) const Component
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isOver() const noexceptButton
isParentOf(const Component *possibleChild) const noexceptComponent
isRegisteredForShortcut(const KeyPress &) const Button
isShowing() const Component
isToolbarVertical() const ToolbarItemComponent
isTransformed() const noexceptComponent
isVisible() const noexceptComponent
JUCE_DEPRECATED(void setToggleState(bool, bool))Button
Component::JUCE_DEPRECATED(Point< int > relativePositionToGlobal(Point< int >) const)Component
Component::JUCE_DEPRECATED(Point< int > globalPositionToRelative(Point< int >) const)Component
Component::JUCE_DEPRECATED(Point< int > relativePositionToOtherComponent(const Component *, Point< int >) const)Component
keyPressed(const KeyPress &) overrideButtonprotectedvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
localAreaToGlobal(const Rectangle< int > &localArea) const Component
localPointToGlobal(Point< int > localPoint) const Component
localPointToGlobal(Point< float > localPoint) const Component
lookAndFeelChanged()Componentvirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &) overrideButtonprotectedvirtual
mouseDrag(const MouseEvent &) overrideButtonprotectedvirtual
mouseEnter(const MouseEvent &) overrideButtonprotectedvirtual
mouseExit(const MouseEvent &) overrideButtonprotectedvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor)Componentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &) overrideButtonprotectedvirtual
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) overrideComponentvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
normalMode enum valueToolbarItemComponent
paint(Graphics &) overrideButtonprotectedvirtual
paintButton(Graphics &, bool isMouseOver, bool isMouseDown) overrideToolbarItemComponentvirtual
paintButtonArea(Graphics &g, int width, int height, bool isMouseOver, bool isMouseDown)=0ToolbarItemComponentpure virtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged() overrideButtonprotectedvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
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)Button
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(const Rectangle< int > &area)Component
resized() overrideToolbarItemComponentvirtual
runModalLoop()Component
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBounds(int x, int y, int width, int height)Component
setBounds(const Rectangle< int > &newBounds)Component
setBounds(const RelativeRectangle &newBounds)Component
setBounds(const String &newBoundsExpression)Component
setBoundsInset(const 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
setButtonText(const String &newText)Button
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentreRelative(float x, float y)Component
setClickingTogglesState(bool shouldAutoToggleOnClick) noexceptButton
setColour(int colourId, Colour newColour)Component
setCommandToTrigger(ApplicationCommandManager *commandManagerToUse, CommandID commandID, bool generateTooltip)Button
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setConnectedEdges(int connectedEdgeFlags)Button
setEditingMode(const ToolbarEditingMode newMode)ToolbarItemComponent
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
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
setRadioGroupId(int newGroupId, NotificationType notification=sendNotification)Button
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setRepeatSpeed(int initialDelayInMillisecs, int repeatDelayInMillisecs, int minimumDelayInMillisecs=-1) noexceptButton
setSize(int newWidth, int newHeight)Component
setState(ButtonState newState)Button
setStyle(const Toolbar::ToolbarItemStyle &newStyle)ToolbarItemComponentvirtual
SettableTooltipClient()SettableTooltipClientprotected
setToggleState(bool shouldBeOn, NotificationType notification)Button
setTooltip(const String &newTooltip) overrideButtonvirtual
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setTriggeredOnMouseDown(bool isTriggeredOnMouseDown) noexceptButton
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
ToolbarEditingMode enum nameToolbarItemComponent
ToolbarItemComponent(int itemId, const String &labelText, bool isBeingUsedAsAButton)ToolbarItemComponent
triggerClick()Buttonvirtual
unfocusAllComponents()Componentstatic
updateMouseCursor() const Component
userTriedToCloseWindow()Componentvirtual
visibilityChanged() overrideButtonprotectedvirtual
~Button()Buttonvirtual
~Component()Componentvirtual
~MouseListener()MouseListenervirtual
~SettableTooltipClient()SettableTooltipClient
~ToolbarItemComponent()ToolbarItemComponent
~TooltipClient()TooltipClientvirtual