JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AccessibilityCellInterface Class Referenceabstract

An abstract interface which represents a UI element that supports a cell interface. More...

#include <juce_AccessibilityCellInterface.h>

Public Member Functions

virtual ~AccessibilityCellInterface ()=default
 Destructor.
 
virtual std::vector< const AccessibilityHandler * > getDisclosedRows () const
 Returns a list of the accessibility elements that are disclosed by this element, if any.
 
virtual int getDisclosureLevel () const =0
 Returns the indentation level for the cell.
 
virtual const AccessibilityHandlergetTableHandler () const =0
 Returns the AccessibilityHandler of the table which contains the cell.
 

Detailed Description

An abstract interface which represents a UI element that supports a cell interface.

This typically represents a single cell inside of a UI element which implements an AccessibilityTableInterface.

@tags{Accessibility}

Constructor & Destructor Documentation

◆ ~AccessibilityCellInterface()

virtual juce::AccessibilityCellInterface::~AccessibilityCellInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ getDisclosedRows()

virtual std::vector< const AccessibilityHandler * > juce::AccessibilityCellInterface::getDisclosedRows ( ) const
inlinevirtual

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

◆ getDisclosureLevel()

virtual int juce::AccessibilityCellInterface::getDisclosureLevel ( ) const
pure virtual

Returns the indentation level for the cell.

◆ getTableHandler()

virtual const AccessibilityHandler * juce::AccessibilityCellInterface::getTableHandler ( ) const
pure virtual

Returns the AccessibilityHandler of the table which contains the cell.


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