webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::TextRunIterator Class Reference

Public Member Functions

 TextRunIterator ()
 
 TextRunIterator (const TextRun *textRun, unsigned offset)
 
 TextRunIterator (const TextRunIterator &other)
 
unsigned offset () const
 
void increment ()
 
bool atEnd () const
 
UChar current () const
 
UCharDirection direction () const
 
bool operator== (const TextRunIterator &other)
 
bool operator!= (const TextRunIterator &other)
 

Constructor & Destructor Documentation

◆ TextRunIterator() [1/3]

WebCore::TextRunIterator::TextRunIterator ( )
inline

◆ TextRunIterator() [2/3]

WebCore::TextRunIterator::TextRunIterator ( const TextRun textRun,
unsigned  offset 
)
inline

◆ TextRunIterator() [3/3]

WebCore::TextRunIterator::TextRunIterator ( const TextRunIterator other)
inline

Member Function Documentation

◆ atEnd()

bool WebCore::TextRunIterator::atEnd ( ) const
inline

◆ current()

UChar WebCore::TextRunIterator::current ( void  ) const
inline

◆ direction()

UCharDirection WebCore::TextRunIterator::direction ( ) const
inline

◆ increment()

void WebCore::TextRunIterator::increment ( )
inline

◆ offset()

unsigned WebCore::TextRunIterator::offset ( ) const
inline

◆ operator!=()

bool WebCore::TextRunIterator::operator!= ( const TextRunIterator other)
inline

◆ operator==()

bool WebCore::TextRunIterator::operator== ( const TextRunIterator other)
inline

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