JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface Class Referencefinal
Inheritance diagram for juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface:
juce::AccessibilityCellInterface

Public Member Functions

 ItemCellInterface (ItemComponent &c)
 
int getDisclosureLevel () const override
 Returns the indentation level for the cell.
 
std::vector< const AccessibilityHandler * > getDisclosedRows () const override
 Returns a list of the accessibility elements that are disclosed by this element, if any.
 
const AccessibilityHandlergetTableHandler () const override
 Returns the AccessibilityHandler of the table which contains the cell.
 
- Public Member Functions inherited from juce::AccessibilityCellInterface
virtual ~AccessibilityCellInterface ()=default
 Destructor.
 

Detailed Description

Definition at line 141 of file juce_TreeView.cpp.

Constructor & Destructor Documentation

◆ ItemCellInterface()

juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface::ItemCellInterface ( ItemComponent c)
explicit

Definition at line 144 of file juce_TreeView.cpp.

Member Function Documentation

◆ getDisclosedRows()

std::vector< const AccessibilityHandler * > juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface::getDisclosedRows ( ) const
overridevirtual

Returns a list of the accessibility elements that are disclosed by this element, if any.

Reimplemented from juce::AccessibilityCellInterface.

Definition at line 151 of file juce_TreeView.cpp.

◆ getDisclosureLevel()

int juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface::getDisclosureLevel ( ) const
overridevirtual

Returns the indentation level for the cell.

Implements juce::AccessibilityCellInterface.

Definition at line 146 of file juce_TreeView.cpp.

◆ getTableHandler()

const AccessibilityHandler * juce::TreeView::ItemComponent::ItemAccessibilityHandler::ItemCellInterface::getTableHandler ( ) const
overridevirtual

Returns the AccessibilityHandler of the table which contains the cell.

Implements juce::AccessibilityCellInterface.

Definition at line 179 of file juce_TreeView.cpp.


The documentation for this class was generated from the following file: