#include <juce_AccessibilityTextHelpers.h>
|
| template<typename CharPtr> |
| static auto | makeCharPtrIteratorAdapter (CharPtr ptr) |
| template<typename Iter> |
| static int | countDifference (Iter from, Iter to) |
| template<typename CharPtr> |
| static int | findNextWordEndOffset (CharPtr beginIn, CharPtr endIn, CharPtr ptrIn, Direction direction, IncludeThisBoundary includeBoundary, IncludeWhitespaceAfterWords includeWhitespace) |
| template<typename CharPtr> |
| static int | findNextLineOffset (CharPtr beginIn, CharPtr endIn, CharPtr ptrIn, Direction direction, IncludeThisBoundary includeBoundary) |
| static int | findTextBoundary (const AccessibilityTextInterface &textInterface, int currentPosition, BoundaryType boundary, Direction direction, IncludeThisBoundary includeBoundary, IncludeWhitespaceAfterWords includeWhitespace) |
| static Range< int > | findNewSelectionRangeAndroid (const AccessibilityTextInterface &textInterface, BoundaryType boundaryType, ExtendSelection extend, Direction direction) |
◆ BoundaryType
| enum class juce::AccessibilityTextHelpers::BoundaryType |
|
strong |
| Enumerator |
|---|
| character | |
| word | |
| line | |
| document | |
◆ Direction
| enum class juce::AccessibilityTextHelpers::Direction |
|
strong |
| Enumerator |
|---|
| forwards | |
| backwards | |
◆ ExtendSelection
| enum class juce::AccessibilityTextHelpers::ExtendSelection |
|
strong |
◆ IncludeThisBoundary
| enum class juce::AccessibilityTextHelpers::IncludeThisBoundary |
|
strong |
◆ IncludeWhitespaceAfterWords
| enum class juce::AccessibilityTextHelpers::IncludeWhitespaceAfterWords |
|
strong |
◆ countDifference()
template<typename Iter>
| int juce::AccessibilityTextHelpers::countDifference |
( |
Iter | from, |
|
|
Iter | to ) |
|
inlinestatic |
◆ findNewSelectionRangeAndroid()
◆ findNextLineOffset()
template<typename CharPtr>
| int juce::AccessibilityTextHelpers::findNextLineOffset |
( |
CharPtr | beginIn, |
|
|
CharPtr | endIn, |
|
|
CharPtr | ptrIn, |
|
|
Direction | direction, |
|
|
IncludeThisBoundary | includeBoundary ) |
|
inlinestatic |
◆ findNextWordEndOffset()
template<typename CharPtr>
◆ findTextBoundary()
◆ makeCharPtrIteratorAdapter()
template<typename CharPtr>
| auto juce::AccessibilityTextHelpers::makeCharPtrIteratorAdapter |
( |
CharPtr | ptr | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: