JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Label Member List
This is the complete list of members for Label, including all inherited members.
addAndMakeVisible(Component *child, int zOrder=-1)Component
addChildAndSetID(Component *child, const String &componentID)Component
addChildComponent(Component *child, int zOrder=-1)Component
addComponentListener(ComponentListener *newListener)Component
addKeyListener(KeyListener *newListener)Component
addListener(Listener *listener)Label
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Component [virtual]
attachToComponent(Component *owner, bool onLeft)Label
backgroundColourId enum valueLabel
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Component [static]
broughtToFront()Component [virtual]
canModalEventBeSentToComponent(const Component *targetComponent)Component [virtual]
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Component [virtual]
childrenChanged()Component [virtual]
colourChanged()Label [protected, virtual]
ColourIds enum nameLabel
Component()Component
Component(const String &componentName)Component [explicit]
componentBeingDeleted(Component &component)ComponentListener [private, virtual]
componentBroughtToFront(Component &component)ComponentListener [private, virtual]
componentChildrenChanged(Component &component)ComponentListener [private, virtual]
componentMovedOrResized(Component &component, bool wasMoved, bool wasResized)Label [protected, virtual]
componentNameChanged(Component &component)ComponentListener [private, virtual]
componentParentHierarchyChanged(Component &component)Label [protected, virtual]
componentVisibilityChanged(Component &component)Label [protected, virtual]
contains(const Point< int > &localPoint)Component
copyAllExplicitColoursTo(Component &target) const Component
createComponentSnapshot(const Rectangle< int > &areaToGrab, bool clipImageToComponentBounds=true)Component
createEditorComponent()Label [protected, virtual]
createFocusTraverser()Label [protected, virtual]
deleteAllChildren()Component
doesLossOfFocusDiscardChanges() const noexceptLabel
editorAboutToBeHidden(TextEditor *editorComponent)Label [protected, virtual]
editorShown(TextEditor *editorComponent)Label [protected, virtual]
enablementChanged()Label [protected, virtual]
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
exitModalState(int returnValue)Component
findChildWithID(const String &componentID) const noexceptComponent
findColour(int colourId, bool inheritFromParent=false) const Component
findParentComponentOfClass(TargetClass *const dummyParameter=nullptr) const Component
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType)Label [protected, virtual]
focusLost(FocusChangeType cause)Component [virtual]
focusOfChildComponentChanged(FocusChangeType cause)Component [virtual]
getAlpha() const Component
getAttachedComponent() const Label
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponent
getChildComponent(int index) const noexceptComponent
getComponentAt(int x, int y)Component
getComponentAt(const Point< int > &position)Component
getComponentEffect() const noexceptComponent
getComponentID() const noexceptComponent
getCurrentlyFocusedComponent() noexceptComponent [static]
getCurrentlyModalComponent(int index=0) noexceptComponent [static]
getExplicitFocusOrder() const Component
getFont() const noexceptLabel
getHeight() const noexceptComponent
getHorizontalBorderSize() const noexceptLabel
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getJustificationType() const noexceptLabel
getLocalArea(const Component *sourceComponent, const Rectangle< int > &areaRelativeToSourceComponent) const Component
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, const Point< int > &pointRelativeToSourceComponent) const Component
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Component [virtual]
getMinimumHorizontalScale() const noexceptLabel
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Component [virtual]
getMouseXYRelative() const Component
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponent [static]
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
getRight() const noexceptComponent
getScreenBounds() const Component
getScreenPosition() const Component
getScreenX() const Component
getScreenY() const Component
getText(bool returnActiveEditorContents=false) const Label
getTextValue()Label
getTooltip()SettableTooltipClient [virtual]
getTopLevelComponent() const noexceptComponent
getTransform() const Component
getVerticalBorderSize() const noexceptLabel
getVisibleArea(RectangleList &result, bool includeSiblings) const Component
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponent
getWindowHandle() const Component
getX() const noexceptComponent
getY() const noexceptComponent
grabKeyboardFocus()Component
handleCommandMessage(int commandId)Component [virtual]
hasKeyboardFocus(bool trueIfChildIsFocused) const Component
hideEditor(bool discardCurrentEditorContents)Label
hitTest(int x, int y)Component [virtual]
inputAttemptWhenModal()Label [protected, virtual]
isAlwaysOnTop() const noexceptComponent
isAttachedOnLeft() const noexceptLabel
isBeingEdited() const noexceptLabel
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) const Component
isCurrentlyBlockedByAnotherModalComponent() const Component
isCurrentlyModal() const noexceptComponent
isEditable() const noexceptLabel
isEditableOnDoubleClick() const noexceptLabel
isEditableOnSingleClick() const noexceptLabel
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isMouseButtonDown() const Component
isMouseButtonDownAnywhere() noexceptComponent [static]
isMouseOver(bool includeChildren=false) const Component
isMouseOverOrDragging() const Component
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isShowing() const Component
isTransformed() const noexceptComponent
isVisible() const noexceptComponent
keyPressed(const KeyPress &key)Component [virtual]
keyStateChanged(bool isKeyDown)Component [virtual]
Label(const String &componentName=String::empty, const String &labelText=String::empty)Label
Listener()Value::Listener [private]
localAreaToGlobal(const Rectangle< int > &localArea) const Component
localPointToGlobal(const Point< int > &localPoint) const Component
lookAndFeelChanged()Component [virtual]
minimisationStateChanged(bool isNowMinimised)Component [virtual]
modifierKeysChanged(const ModifierKeys &modifiers)Component [virtual]
mouseDoubleClick(const MouseEvent &e)Label [protected, virtual]
mouseDown(const MouseEvent &e)Component [virtual]
mouseDrag(const MouseEvent &e)Component [virtual]
mouseEnter(const MouseEvent &e)Component [virtual]
mouseExit(const MouseEvent &e)Component [virtual]
mouseMove(const MouseEvent &e)Component [virtual]
mouseUp(const MouseEvent &e)Label [protected, virtual]
mouseWheelMove(const MouseEvent &e, float wheelIncrementX, float wheelIncrementY)Component [virtual]
moved()Component [virtual]
moveKeyboardFocusToSibling(bool moveToNext)Component
outlineColourId enum valueLabel
paint(Graphics &g)Label [protected, virtual]
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Component [virtual]
parentHierarchyChanged()Component [virtual]
parentSizeChanged()Component [virtual]
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(const Point< int > &localPoint, bool returnTrueIfWithinAChild)Component
refreshFromValueTree(const ValueTree &, ComponentBuilder &)Label
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)Label
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(const Rectangle< int > &area)Component
resized()Label [protected, virtual]
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBorderSize(int horizontalBorder, int verticalBorder)Label
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, const Justification &justification, bool onlyReduceInSize)Component
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexceptComponent
setBufferedToImage(bool shouldBeBuffered)Component
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentreRelative(float x, float y)Component
setColour(int colourId, const Colour &colour)Component
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setEditable(bool editOnSingleClick, bool editOnDoubleClick=false, bool lossOfFocusDiscardsChanges=false)Label
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setFont(const Font &newFont)Label
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setJustificationType(const Justification &justification)Label
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMinimumHorizontalScale(float newScale)Label
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setName(const String &newName)Component [virtual]
setOpaque(bool shouldBeOpaque)Component
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setSize(int newWidth, int newHeight)Component
SettableTooltipClient()SettableTooltipClient [protected]
setText(const String &newText, bool broadcastChangeMessage)Label
setTooltip(const String &newTooltip)SettableTooltipClient [virtual]
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(const Point< int > &newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setVisible(bool shouldBeVisible)Component [virtual]
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
showEditor()Label
textColourId enum valueLabel
textEditorEscapeKeyPressed(TextEditor &editor)Label [protected, virtual]
textEditorFocusLost(TextEditor &editor)Label [protected, virtual]
textEditorReturnKeyPressed(TextEditor &editor)Label [protected, virtual]
textEditorTextChanged(TextEditor &editor)Label [protected, virtual]
textWasChanged()Label [protected, virtual]
textWasEdited()Label [protected, virtual]
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
updateMouseCursor() const Component
userTriedToCloseWindow()Component [virtual]
valueChanged(Value &)Label [protected, virtual]
visibilityChanged()Component [virtual]
~Component()Component [virtual]
~ComponentListener()ComponentListener [private, virtual]
~Label()Label
TextEditor::~Listener()TextEditor::Listener [protected, virtual]
Value::Listener::~Listener()Value::Listener [private, virtual]
~MouseListener()MouseListener [virtual]
~SettableTooltipClient()SettableTooltipClient [virtual]
~TooltipClient()TooltipClient [virtual]