Loading...
Searching...
No Matches
TreeView Member List

This is the complete list of members for TreeView, 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
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
areItemsOpenByDefault() const noexceptTreeView
areOpenCloseButtonsVisible() const noexceptTreeView
backgroundColourId enum valueTreeView
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
clearSelectedItems()TreeView
colourChanged() overrideTreeViewvirtual
ColourIds enum nameTreeView
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
contains(Point< int > localPoint)Component
contains(Point< float > localPoint)Component
copyAllExplicitColoursTo(Component &target) constComponent
createAccessibilityHandler() overrideTreeViewvirtual
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
createKeyboardFocusTraverser()Componentvirtual
deleteAllChildren()Component
deleteRootItem()TreeView
dragAndDropIndicatorColourId enum valueTreeView
enablementChanged() overrideTreeViewvirtual
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
evenItemsColourId enum valueTreeView
exitModalState(int returnValue=0)Component
fileDragEnter(const StringArray &, int, int) overrideTreeViewvirtual
fileDragExit(const StringArray &) overrideTreeViewvirtual
fileDragMove(const StringArray &, int, int) overrideTreeViewvirtual
filesDropped(const StringArray &, int, int) overrideTreeViewvirtual
findChildWithID(StringRef componentID) const noexceptComponent
findColour(int colourID, bool inheritFromParent=false) constComponent
findFocusContainer() constComponent
findItemFromIdentifierString(const String &identifierString) constTreeView
findKeyboardFocusContainer() constComponent
findParentComponentOfClass() constComponent
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeDirection enum nameComponent
FocusChangeType enum nameComponent
FocusContainerType enum nameComponent
focusGained(FocusChangeType cause)Componentvirtual
focusGainedWithDirection(FocusChangeType cause, FocusChangeDirection direction)Componentvirtual
focusLost(FocusChangeType cause)Componentvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getAccessibilityHandler()Component
getAlpha() const noexceptComponent
getApproximateScaleFactorForComponent(const Component *targetComponent)Componentstatic
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponent
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponent
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentAt(Point< float > position)Component
getComponentEffect() const noexceptComponent
getComponentID() const noexceptComponent
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getDescription() const noexceptComponent
getDesktopScaleFactor() constComponentvirtual
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponent
getHelpText() const noexceptComponent
getIndentSize() noexceptTreeView
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getItemAt(int yPosition) const noexceptTreeView
getItemComponent(const TreeViewItem *item) constTreeView
getItemOnRow(int index) constTreeView
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) constComponent
getLocalArea(const Component *sourceComponent, Rectangle< float > areaRelativeToSourceComponent) constComponent
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) constComponent
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) constComponent
getLookAndFeel() const noexceptComponent
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() constComponent
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getNumRowsInTree() constTreeView
getNumSelectedItems(int maximumDepthToSearchTo=-1) const noexceptTreeView
getOpennessState(bool alsoIncludeScrollPosition) constTreeView
getParentComponent() const noexceptComponent
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponent
getPositioner() const noexceptComponent
getProperties() noexceptComponent
getProperties() const noexceptComponent
getRight() const noexceptComponent
getRootItem() const noexceptTreeView
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getSelectedItem(int index) const noexceptTreeView
getTitle() const noexceptComponent
getTooltip() overrideSettableTooltipClientvirtual
getTopLevelComponent() const noexceptComponent
getTransform() constComponent
getViewport() const noexceptTreeView
getViewportIgnoreDragFlag() const noexceptComponent
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponent
getWindowHandle() constComponent
getX() const noexceptComponent
getY() const noexceptComponent
giveAwayKeyboardFocus()Component
grabKeyboardFocus()Component
handleCommandMessage(int commandId)Componentvirtual
hasFocusOutline() const noexceptComponent
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hitTest(int x, int y)Componentvirtual
inputAttemptWhenModal()Componentvirtual
invalidateAccessibilityHandler()Component
isAccessible() const noexceptComponent
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourID) constComponent
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isInterestedInDragSource(const SourceDetails &) overrideTreeViewvirtual
isInterestedInFileDrag(const StringArray &) overrideTreeViewvirtual
isKeyboardFocusContainer() const noexceptComponent
isMouseButtonDown(bool includeChildren=false) constComponent
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) constComponent
isMouseOverOrDragging(bool includeChildren=false) constComponent
isMultiSelectEnabled() const noexceptTreeView
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isPaintingUnclipped() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isRootItemVisible() const noexceptTreeView
isShowing() constComponent
isTransformed() const noexceptComponent
isVisible() const noexceptComponent
itemDragEnter(const SourceDetails &) overrideTreeViewvirtual
itemDragExit(const SourceDetails &) overrideTreeViewvirtual
itemDragMove(const SourceDetails &) overrideTreeViewvirtual
itemDropped(const SourceDetails &) overrideTreeViewvirtual
keyPressed(const KeyPress &) overrideTreeViewvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
linesColourId enum valueTreeView
localAreaToGlobal(Rectangle< int > localArea) constComponent
localAreaToGlobal(Rectangle< float > localArea) constComponent
localPointToGlobal(Point< int > localPoint) constComponent
localPointToGlobal(Point< float > localPoint) constComponent
lookAndFeelChanged()Componentvirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &event) overrideComponentvirtual
mouseDrag(const MouseEvent &event) overrideComponentvirtual
mouseEnter(const MouseEvent &event) overrideComponentvirtual
mouseExit(const MouseEvent &event) overrideComponentvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor) overrideComponentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &event) overrideComponentvirtual
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) overrideComponentvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
moveSelectedRow(int deltaRows)TreeView
oddItemsColourId enum valueTreeView
paint(Graphics &) overrideTreeViewvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged()Componentvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
reallyContains(Point< float > 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
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resized() overrideTreeViewvirtual
restoreOpennessState(const XmlElement &newState, bool restoreStoredSelection)TreeView
runModalLoop()Component
scrollToKeepItemVisible(const TreeViewItem *item)TreeView
selectedItemBackgroundColourId enum valueTreeView
sendLookAndFeelChange()Component
setAccessible(bool shouldBeAccessible)Component
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) 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
setDefaultOpenness(bool isOpenByDefault)TreeView
setDescription(const String &newDescription)Component
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainerType(FocusContainerType containerType) noexceptComponent
setHasFocusOutline(bool hasFocusOutline) noexceptComponent
setHelpText(const String &newHelpText)Component
setIndentSize(int newIndentSize)TreeView
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setMultiSelectEnabled(bool canMultiSelect)TreeView
setName(const String &newName)Componentvirtual
setOpaque(bool shouldBeOpaque)Component
setOpenCloseButtonsVisible(bool shouldBeVisible)TreeView
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setRootItem(TreeViewItem *newRootItem)TreeView
setRootItemVisible(bool shouldBeVisible)TreeView
setSize(int newWidth, int newHeight)Component
SettableTooltipClient()=defaultSettableTooltipClientprotected
setTitle(const String &newTitle)Component
setTooltip(const String &newTooltip)SettableTooltipClientvirtual
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) noexceptComponent
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
shouldDrawDragImageWhenOver()DragAndDropTargetvirtual
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainKeyboardFocus)Component
TreeView(const String &componentName={})TreeView
unfocusAllComponents()Componentstatic
updateMouseCursor() constComponent
userTriedToCloseWindow()Componentvirtual
visibilityChanged()Componentvirtual
~Component() overrideComponent
~DragAndDropTarget()=defaultDragAndDropTargetvirtual
~FileDragAndDropTarget()=defaultFileDragAndDropTargetvirtual
~MouseListener()=defaultMouseListenervirtual
~SettableTooltipClient() override=defaultSettableTooltipClient
~TooltipClient()=defaultTooltipClientvirtual
~TreeView() overrideTreeView
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram