![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfde_texteditengine.h>
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 |
Definition at line 45 of file cfde_texteditengine.h.
|
explicit |
Definition at line 1187 of file cfde_texteditengine.cpp.
|
default |
| size_t pdfium::CFDE_TextEditEngine::Iterator::FindNextBreakPos | ( | bool | bPrev | ) |
Definition at line 1222 of file cfde_texteditengine.cpp.
| wchar_t pdfium::CFDE_TextEditEngine::Iterator::GetChar | ( | ) | const |
Definition at line 1206 of file cfde_texteditengine.cpp.
| bool pdfium::CFDE_TextEditEngine::Iterator::IsEOF | ( | bool | bPrev | ) | const |
Definition at line 1215 of file cfde_texteditengine.cpp.
| void pdfium::CFDE_TextEditEngine::Iterator::Next | ( | bool | bPrev | ) |
Definition at line 1192 of file cfde_texteditengine.cpp.
| void pdfium::CFDE_TextEditEngine::Iterator::SetAt | ( | size_t | nIndex | ) |
Definition at line 1210 of file cfde_texteditengine.cpp.