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
CPWL_EditImpl::Iterator Class Reference

#include <cpwl_edit_impl.h>

+ Collaboration diagram for CPWL_EditImpl::Iterator:

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_WordPlaceGetAt () const
 

Detailed Description

Definition at line 28 of file cpwl_edit_impl.h.

Constructor & Destructor Documentation

◆ Iterator()

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().

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

◆ ~Iterator()

CPWL_EditImpl::Iterator::~Iterator ( )
default

Member Function Documentation

◆ GetAt()

const CPVT_WordPlace & CPWL_EditImpl::Iterator::GetAt ( ) const

Definition at line 92 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

◆ GetLine()

bool CPWL_EditImpl::Iterator::GetLine ( CPVT_Line & line) const

Definition at line 74 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

◆ GetWord()

bool CPWL_EditImpl::Iterator::GetWord ( CPVT_Word & word) const

Definition at line 64 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

◆ NextWord()

bool CPWL_EditImpl::Iterator::NextWord ( )

Definition at line 60 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

◆ SetAt() [1/2]

void CPWL_EditImpl::Iterator::SetAt ( const CPVT_WordPlace & place)

Definition at line 88 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

◆ SetAt() [2/2]

void CPWL_EditImpl::Iterator::SetAt ( int32_t nWordIndex)

Definition at line 84 of file cpwl_edit_impl.cpp.

Referenced by CPWL_EditImpl::DrawEdit().

+ Here is the caller graph for this function:

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