JUCE
|
This is the complete list of members for Toolbar, 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 | |
addDefaultItems(ToolbarItemFactory &factoryToUse) | Toolbar | |
addItem(ToolbarItemFactory &factory, int itemId, int insertIndex=-1) | Toolbar | |
addKeyListener(KeyListener *newListener) | Component | |
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents) | Component | |
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) | Component | virtual |
allCustomisationOptionsEnabled enum value | Toolbar | |
allowIconsOnlyChoice enum value | Toolbar | |
allowIconsWithTextChoice enum value | Toolbar | |
allowTextOnlyChoice enum value | Toolbar | |
alphaChanged() | Component | virtual |
backgroundColourId enum value | Toolbar | |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | Component | static |
broughtToFront() | Component | virtual |
buttonMouseDownBackgroundColourId enum value | Toolbar | |
buttonMouseOverBackgroundColourId enum value | Toolbar | |
canModalEventBeSentToComponent(const Component *targetComponent) | Component | virtual |
centreWithSize(int width, int height) | Component | |
childBoundsChanged(Component *child) | Component | virtual |
childrenChanged() | Component | virtual |
clear() | Toolbar | |
colourChanged() | Component | virtual |
ColourIds enum name | Toolbar | |
Component() noexcept | Component | |
Component(const String &componentName) noexcept | Component | explicit |
contains(Point< int > localPoint) | Component | |
copyAllExplicitColoursTo(Component &target) const | Component | |
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f) | Component | |
createFocusTraverser() | Component | virtual |
createItem(ToolbarItemFactory &, int itemId) | Toolbar | static |
CustomisationFlags enum name | Toolbar | |
deleteAllChildren() | Component | |
DragAndDropContainer() | DragAndDropContainer | |
dragOperationEnded(const DragAndDropTarget::SourceDetails &) | DragAndDropContainer | protectedvirtual |
dragOperationStarted(const DragAndDropTarget::SourceDetails &) | DragAndDropContainer | protectedvirtual |
editingModeOutlineColourId enum value | Toolbar | |
enablementChanged() | Component | virtual |
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false) | Component | |
exitModalState(int returnValue) | Component | |
findChildWithID(StringRef componentID) const noexcept | Component | |
findColour(int colourID, bool inheritFromParent=false) const | Component | |
findParentComponentOfClass() const | Component | |
findParentDragContainerFor(Component *childComponent) | DragAndDropContainer | static |
focusChangedByMouseClick enum value | Component | |
focusChangedByTabKey enum value | Component | |
focusChangedDirectly enum value | Component | |
FocusChangeType enum name | Component | |
focusGained(FocusChangeType cause) | Component | virtual |
focusLost(FocusChangeType cause) | Component | virtual |
focusOfChildComponentChanged(FocusChangeType cause) | Component | virtual |
getAlpha() const noexcept | Component | |
getApproximateScaleFactorForComponent(Component *targetComponent) | Component | static |
getBottom() const noexcept | Component | |
getBounds() const noexcept | Component | |
getBoundsInParent() const noexcept | Component | |
getCachedComponentImage() const noexcept | Component | |
getChildComponent(int index) const noexcept | Component | |
getChildren() const noexcept | Component | |
getComponentAt(int x, int y) | Component | |
getComponentAt(Point< int > position) | Component | |
getComponentEffect() const noexcept | Component | |
getComponentID() const noexcept | Component | |
getCurrentDragDescription() const | DragAndDropContainer | |
getCurrentlyFocusedComponent() noexcept | Component | static |
getCurrentlyModalComponent(int index=0) noexcept | Component | static |
getDesktopScaleFactor() const | Component | virtual |
getDragDescriptionForIndex(int index) const | DragAndDropContainer | |
getExplicitFocusOrder() const | Component | |
getHeight() const noexcept | Component | |
getIndexOfChildComponent(const Component *child) const noexcept | Component | |
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexcept | Component | |
getItemComponent(int itemIndex) const noexcept | Toolbar | |
getItemId(int itemIndex) const noexcept | Toolbar | |
getLength() const noexcept | Toolbar | |
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) const | Component | |
getLocalBounds() const noexcept | Component | |
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) const | Component | |
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) const | Component | |
getLookAndFeel() const noexcept | Component | |
getMouseClickGrabsKeyboardFocus() const noexcept | Component | |
getMouseCursor() | Component | virtual |
getMouseXYRelative() const | Component | |
getName() const noexcept | Component | |
getNumChildComponents() const noexcept | Component | |
getNumCurrentDrags() const | DragAndDropContainer | |
getNumCurrentlyModalComponents() noexcept | Component | static |
getNumItems() const noexcept | Toolbar | |
getParentComponent() const noexcept | Component | |
getParentHeight() const noexcept | Component | |
getParentMonitorArea() const | Component | |
getParentWidth() const noexcept | Component | |
getPeer() const | Component | |
getPosition() const noexcept | Component | |
getPositioner() const noexcept | Component | |
getProperties() noexcept | Component | |
getProperties() const noexcept | Component | |
getRight() const noexcept | Component | |
getScreenBounds() const | Component | |
getScreenPosition() const | Component | |
getScreenX() const | Component | |
getScreenY() const | Component | |
getStyle() const noexcept | Toolbar | |
getThickness() const noexcept | Toolbar | |
getTopLevelComponent() const noexcept | Component | |
getTransform() const | Component | |
getViewportIgnoreDragFlag() const noexcept | Component | |
getWantsKeyboardFocus() const noexcept | Component | |
getWidth() const noexcept | Component | |
getWindowHandle() const | Component | |
getX() const noexcept | Component | |
getY() const noexcept | Component | |
grabKeyboardFocus() | Component | |
handleCommandMessage(int commandId) | Component | virtual |
hasKeyboardFocus(bool trueIfChildIsFocused) const | Component | |
hitTest(int x, int y) | Component | virtual |
iconsOnly enum value | Toolbar | |
iconsWithText enum value | Toolbar | |
inputAttemptWhenModal() | Component | virtual |
isAlwaysOnTop() const noexcept | Component | |
isBroughtToFrontOnMouseClick() const noexcept | Component | |
isColourSpecified(int colourID) const | Component | |
isCurrentlyBlockedByAnotherModalComponent() const | Component | |
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexcept | Component | |
isDragAndDropActive() const | DragAndDropContainer | |
isEnabled() const noexcept | Component | |
isFocusContainer() const noexcept | Component | |
isInterestedInDragSource(const SourceDetails &) override | Toolbar | virtual |
isMouseButtonDown(bool includeChildren=false) const | Component | |
isMouseButtonDownAnywhere() noexcept | Component | static |
isMouseOver(bool includeChildren=false) const | Component | |
isMouseOverOrDragging(bool includeChildren=false) const | Component | |
isOnDesktop() const noexcept | Component | |
isOpaque() const noexcept | Component | |
isPaintingUnclipped() const noexcept | Component | |
isParentOf(const Component *possibleChild) const noexcept | Component | |
isShowing() const | Component | |
isTransformed() const noexcept | Component | |
isVertical() const noexcept | Toolbar | |
isVisible() const noexcept | Component | |
itemDragEnter(const SourceDetails &dragSourceDetails) | DragAndDropTarget | virtual |
itemDragExit(const SourceDetails &) override | Toolbar | virtual |
itemDragMove(const SourceDetails &) override | Toolbar | virtual |
itemDropped(const SourceDetails &) override | Toolbar | virtual |
keyPressed(const KeyPress &key) | Component | virtual |
keyStateChanged(bool isKeyDown) | Component | virtual |
labelTextColourId enum value | Toolbar | |
localAreaToGlobal(Rectangle< int > localArea) const | Component | |
localPointToGlobal(Point< int > localPoint) const | Component | |
localPointToGlobal(Point< float > localPoint) const | Component | |
lookAndFeelChanged() | Component | virtual |
minimisationStateChanged(bool isNowMinimised) | Component | virtual |
modifierKeysChanged(const ModifierKeys &modifiers) | Component | virtual |
mouseDoubleClick(const MouseEvent &event) override | Component | virtual |
mouseDown(const MouseEvent &) override | Toolbar | virtual |
mouseDrag(const MouseEvent &event) override | Component | virtual |
mouseEnter(const MouseEvent &event) override | Component | virtual |
mouseExit(const MouseEvent &event) override | Component | virtual |
mouseMagnify(const MouseEvent &event, float scaleFactor) override | Component | virtual |
mouseMove(const MouseEvent &event) override | Component | virtual |
mouseUp(const MouseEvent &event) override | Component | virtual |
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) override | Component | virtual |
moved() | Component | virtual |
moveKeyboardFocusToSibling(bool moveToNext) | Component | |
paint(Graphics &) override | Toolbar | virtual |
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | Component | |
paintOverChildren(Graphics &g) | Component | virtual |
parentHierarchyChanged() | Component | virtual |
parentSizeChanged() | Component | virtual |
performExternalDragDropOfFiles(const StringArray &files, bool canMoveFiles, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr) | DragAndDropContainer | static |
performExternalDragDropOfText(const String &text, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr) | DragAndDropContainer | static |
postCommandMessage(int commandId) | Component | |
proportionOfHeight(float proportion) const noexcept | Component | |
proportionOfWidth(float proportion) const noexcept | Component | |
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild) | Component | |
removeAllChildren() | Component | |
removeAndReturnItem(int itemIndex) | Toolbar | |
removeChildComponent(Component *childToRemove) | Component | |
removeChildComponent(int childIndexToRemove) | Component | |
removeColour(int colourID) | Component | |
removeComponentListener(ComponentListener *listenerToRemove) | Component | |
removeFromDesktop() | Component | |
removeKeyListener(KeyListener *listenerToRemove) | Component | |
removeMouseListener(MouseListener *listenerToRemove) | Component | |
removeToolbarItem(int itemIndex) | Toolbar | |
repaint() | Component | |
repaint(int x, int y, int width, int height) | Component | |
repaint(Rectangle< int > area) | Component | |
resized() override | Toolbar | virtual |
restoreFromString(ToolbarItemFactory &factoryToUse, const String &savedVersion) | Toolbar | |
runModalLoop() | Component | |
sendLookAndFeelChange() | Component | |
separatorColourId enum value | Toolbar | |
setAlpha(float newAlpha) | Component | |
setAlwaysOnTop(bool shouldStayOnTop) | Component | |
setBounds(int x, int y, int width, int height) | Component | |
setBounds(Rectangle< int > newBounds) | Component | |
setBoundsInset(BorderSize< int > borders) | Component | |
setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight) | Component | |
setBoundsRelative(Rectangle< float > proportionalArea) | Component | |
setBoundsToFit(Rectangle< int > targetArea, Justification justification, bool onlyReduceInSize) | Component | |
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexcept | Component | |
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 | |
setCurrentDragImage(const Image &newImage) | DragAndDropContainer | |
setDragImageForIndex(int index, const Image &newImage) | DragAndDropContainer | |
setEditingActive(bool editingEnabled) | Toolbar | |
setEnabled(bool shouldBeEnabled) | Component | |
setExplicitFocusOrder(int newFocusOrderIndex) | Component | |
setFocusContainer(bool shouldBeFocusContainer) noexcept | Component | |
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexcept | Component | |
setLookAndFeel(LookAndFeel *newLookAndFeel) | Component | |
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus) | Component | |
setMouseCursor(const MouseCursor &cursorType) | Component | |
setName(const String &newName) | Component | virtual |
setOpaque(bool shouldBeOpaque) | Component | |
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexcept | Component | |
setPositioner(Positioner *newPositioner) | Component | |
setRepaintsOnMouseActivity(bool shouldRepaint) noexcept | Component | |
setSize(int newWidth, int newHeight) | Component | |
setStyle(const ToolbarItemStyle &newStyle) | Toolbar | |
setTopLeftPosition(int x, int y) | Component | |
setTopLeftPosition(Point< int > newTopLeftPosition) | Component | |
setTopRightPosition(int x, int y) | Component | |
setTransform(const AffineTransform &transform) | Component | |
setVertical(bool shouldBeVertical) | Toolbar | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | Component | |
setVisible(bool shouldBeVisible) | Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | Component | |
shouldDrawDragImageWhenOver() | DragAndDropTarget | virtual |
shouldDropFilesWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, StringArray &files, bool &canMoveFiles) | DragAndDropContainer | protectedvirtual |
shouldDropTextWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, String &text) | DragAndDropContainer | protectedvirtual |
showCustomisationDialog(ToolbarItemFactory &factory, int optionFlags=allCustomisationOptionsEnabled) | Toolbar | |
showResetToDefaultsButton enum value | Toolbar | |
startDragging(const var &sourceDescription, Component *sourceComponent, Image dragImage=Image(), bool allowDraggingToOtherJuceWindows=false, const Point< int > *imageOffsetFromMouse=nullptr, const MouseInputSource *inputSourceCausingDrag=nullptr) | DragAndDropContainer | |
textOnly enum value | Toolbar | |
toBack() | Component | |
toBehind(Component *other) | Component | |
toFront(bool shouldAlsoGainFocus) | Component | |
Toolbar() | Toolbar | |
toolbarDragDescriptor | Toolbar | static |
ToolbarItemStyle enum name | Toolbar | |
toString() const | Toolbar | |
unfocusAllComponents() | Component | static |
updateAllItemPositions(bool animate) | Toolbar | |
updateMouseCursor() const | Component | |
userTriedToCloseWindow() | Component | virtual |
visibilityChanged() | Component | virtual |
~Component() override | Component | |
~DragAndDropContainer() | DragAndDropContainer | virtual |
~DragAndDropTarget()=default | DragAndDropTarget | virtual |
~MouseListener()=default | MouseListener | virtual |
~Toolbar() override | Toolbar |