addSubItem(TreeViewItem *newItem, int insertPosition=-1) | juce::TreeViewItem | |
addSubItemSorted(ElementComparator &comparator, TreeViewItem *newItem) | juce::TreeViewItem | inline |
areAllParentsOpen() const noexcept | juce::TreeViewItem | |
canBeSelected() const | juce::TreeViewItem | inlinevirtual |
clearSubItems() | juce::TreeViewItem | |
createItemComponent() override | juce::KeyMappingEditorComponent::MappingItem | inlinevirtual |
filesDropped(const StringArray &files, int insertIndex) | juce::TreeViewItem | virtual |
getDragSourceDescription() | juce::TreeViewItem | virtual |
getIndexInParent() const noexcept | juce::TreeViewItem | |
getItemHeight() const override | juce::KeyMappingEditorComponent::MappingItem | inlinevirtual |
getItemIdentifierString() const | juce::TreeViewItem | |
getItemPosition(bool relativeToTreeViewTopLeft) const noexcept | juce::TreeViewItem | |
getItemWidth() const | juce::TreeViewItem | inlinevirtual |
getNumSubItems() const noexcept | juce::TreeViewItem | |
getOpennessState() const | juce::TreeViewItem | |
getOwnerView() const noexcept | juce::TreeViewItem | inline |
getParentItem() const noexcept | juce::TreeViewItem | inline |
getRowNumberInTree() const noexcept | juce::TreeViewItem | |
getSubItem(int index) const noexcept | juce::TreeViewItem | |
getTooltip() | juce::TreeViewItem | virtual |
getUniqueName() const override | juce::KeyMappingEditorComponent::MappingItem | inlinevirtual |
isInterestedInDragSource(const DragAndDropTarget::SourceDetails &dragSourceDetails) | juce::TreeViewItem | virtual |
isInterestedInFileDrag(const StringArray &files) | juce::TreeViewItem | virtual |
isLastOfSiblings() const noexcept | juce::TreeViewItem | |
isOpen() const noexcept | juce::TreeViewItem | |
isSelected() const noexcept | juce::TreeViewItem | |
itemClicked(const MouseEvent &e) | juce::TreeViewItem | virtual |
itemDoubleClicked(const MouseEvent &e) | juce::TreeViewItem | virtual |
itemDropped(const DragAndDropTarget::SourceDetails &dragSourceDetails, int insertIndex) | juce::TreeViewItem | virtual |
itemOpennessChanged(bool isNowOpen) | juce::TreeViewItem | virtual |
itemSelectionChanged(bool isNowSelected) | juce::TreeViewItem | virtual |
MappingItem(KeyMappingEditorComponent &kec, const CommandID command) | juce::KeyMappingEditorComponent::MappingItem | inline |
mightContainSubItems() override | juce::KeyMappingEditorComponent::MappingItem | inlinevirtual |
paintHorizontalConnectingLine(Graphics &, const Line< float > &line) | juce::TreeViewItem | virtual |
paintItem(Graphics &g, int width, int height) | juce::TreeViewItem | virtual |
paintOpenCloseButton(Graphics &, const Rectangle< float > &area, Colour backgroundColour, bool isMouseOver) | juce::TreeViewItem | virtual |
paintVerticalConnectingLine(Graphics &, const Line< float > &line) | juce::TreeViewItem | virtual |
removeSubItem(int index, bool deleteItem=true) | juce::TreeViewItem | |
repaintItem() const | juce::TreeViewItem | |
restoreOpennessState(const XmlElement &xml) | juce::TreeViewItem | |
setDrawsInLeftMargin(bool canDrawInLeftMargin) noexcept | juce::TreeViewItem | |
setDrawsInRightMargin(bool canDrawInRightMargin) noexcept | juce::TreeViewItem | |
setLinesDrawnForSubItems(bool shouldDrawLines) noexcept | juce::TreeViewItem | |
setOpen(bool shouldBeOpen) | juce::TreeViewItem | |
setSelected(bool shouldBeSelected, bool deselectOtherItemsFirst, NotificationType shouldNotify=sendNotification) | juce::TreeViewItem | |
sortSubItems(ElementComparator &comparator) | juce::TreeViewItem | inline |
treeHasChanged() const noexcept | juce::TreeViewItem | |
TreeViewItem() | juce::TreeViewItem | |
~TreeViewItem() | juce::TreeViewItem | virtual |