Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::CFDE_TextEditEngine::Iterator Class Reference

#include <cfde_texteditengine.h>

Collaboration diagram for pdfium::CFDE_TextEditEngine::Iterator:

Public Member Functions

 Iterator (const CFDE_TextEditEngine *engine)
 ~Iterator ()
void Next (bool bPrev)
wchar_t GetChar () const
void SetAt (size_t nIndex)
size_t FindNextBreakPos (bool bPrev)
bool IsEOF (bool bPrev) const

Detailed Description

Definition at line 45 of file cfde_texteditengine.h.

Constructor & Destructor Documentation

◆ Iterator()

pdfium::CFDE_TextEditEngine::Iterator::Iterator ( const CFDE_TextEditEngine * engine)
explicit

Definition at line 1187 of file cfde_texteditengine.cpp.

References Iterator().

Referenced by Iterator(), and pdfium::CFDE_TextEditEngine::BoundsForWordAt().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~Iterator()

pdfium::CFDE_TextEditEngine::Iterator::~Iterator ( )
default

Member Function Documentation

◆ FindNextBreakPos()

size_t pdfium::CFDE_TextEditEngine::Iterator::FindNextBreakPos ( bool bPrev)

Definition at line 1222 of file cfde_texteditengine.cpp.

References pdfium::FX_CheckStateChangeForWordBreak(), pdfium::FX_GetWordBreakProperty(), GetChar(), IsEOF(), pdfium::kNone, and Next().

Here is the call graph for this function:

◆ GetChar()

wchar_t pdfium::CFDE_TextEditEngine::Iterator::GetChar ( ) const

Definition at line 1206 of file cfde_texteditengine.cpp.

Referenced by FindNextBreakPos().

Here is the caller graph for this function:

◆ IsEOF()

bool pdfium::CFDE_TextEditEngine::Iterator::IsEOF ( bool bPrev) const

Definition at line 1215 of file cfde_texteditengine.cpp.

Referenced by FindNextBreakPos().

Here is the caller graph for this function:

◆ Next()

void pdfium::CFDE_TextEditEngine::Iterator::Next ( bool bPrev)

Definition at line 1192 of file cfde_texteditengine.cpp.

Referenced by FindNextBreakPos().

Here is the caller graph for this function:

◆ SetAt()

void pdfium::CFDE_TextEditEngine::Iterator::SetAt ( size_t nIndex)

Definition at line 1210 of file cfde_texteditengine.cpp.


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