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 AccessibilityHandler * | getTableHandler () const =0 |
| Returns the AccessibilityHandler of the table which contains the cell. | |
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}
|
virtualdefault |
Destructor.
|
inlinevirtual |
Returns a list of the accessibility elements that are disclosed by this element, if any.
|
pure virtual |
Returns the indentation level for the cell.
|
pure virtual |
Returns the AccessibilityHandler of the table which contains the cell.