Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpwl_edit_impl.h>
Public Member Functions | |
Iterator (CPWL_EditImpl *pEdit, CPVT_VariableText::Iterator *pVTIterator) | |
~Iterator () | |
bool | NextWord () |
bool | GetWord (CPVT_Word &word) const |
bool | GetLine (CPVT_Line &line) const |
void | SetAt (int32_t nWordIndex) |
void | SetAt (const CPVT_WordPlace &place) |
const CPVT_WordPlace & | GetAt () const |
Definition at line 28 of file cpwl_edit_impl.h.
CPWL_EditImpl::Iterator::Iterator | ( | CPWL_EditImpl * | pEdit, |
CPVT_VariableText::Iterator * | pVTIterator ) |
Definition at line 54 of file cpwl_edit_impl.cpp.
References Iterator().
Referenced by Iterator().
|
default |
const CPVT_WordPlace & CPWL_EditImpl::Iterator::GetAt | ( | ) | const |
Definition at line 92 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().
bool CPWL_EditImpl::Iterator::GetLine | ( | CPVT_Line & | line | ) | const |
Definition at line 74 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().
bool CPWL_EditImpl::Iterator::GetWord | ( | CPVT_Word & | word | ) | const |
Definition at line 64 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().
bool CPWL_EditImpl::Iterator::NextWord | ( | ) |
Definition at line 60 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().
void CPWL_EditImpl::Iterator::SetAt | ( | const CPVT_WordPlace & | place | ) |
Definition at line 88 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().
void CPWL_EditImpl::Iterator::SetAt | ( | int32_t | nWordIndex | ) |
Definition at line 84 of file cpwl_edit_impl.cpp.
Referenced by CPWL_EditImpl::DrawEdit().