Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpvt_wordrange.h>
Public Member Functions | |
CPVT_WordRange ()=default | |
CPVT_WordRange (const CPVT_WordPlace &begin, const CPVT_WordPlace &end) | |
bool | IsEmpty () const |
bool | operator== (const CPVT_WordRange &wr) const |
bool | operator!= (const CPVT_WordRange &wr) const |
void | Normalize () |
Public Attributes | |
CPVT_WordPlace | BeginPos |
CPVT_WordPlace | EndPos |
Definition at line 15 of file cpvt_wordrange.h.
|
default |
Referenced by CPWL_EditImpl::GetVisibleWordRange(), and CPWL_EditImpl::GetWholeWordRange().
|
inline |
Definition at line 18 of file cpvt_wordrange.h.
References BeginPos, EndPos, and Normalize().
Referenced by CPWL_EditImpl::GetVisibleWordRange(), CPVT_VariableText::RearrangeAll(), CPVT_Section::SearchWordPlace(), CPVT_Section::SearchWordPlace(), and CPVT_VariableText::SetText().
|
inline |
Definition at line 23 of file cpvt_wordrange.h.
References BeginPos, EndPos, and CPVT_WordPlace::operator==().
Referenced by CPWL_EditImpl::DrawEdit().
|
inline |
Definition at line 31 of file cpvt_wordrange.h.
References BeginPos, EndPos, and CPVT_WordPlace::operator>().
Referenced by CPVT_WordRange().
|
inline |
Definition at line 27 of file cpvt_wordrange.h.
References operator==().
|
inline |
Definition at line 24 of file cpvt_wordrange.h.
References BeginPos, EndPos, and CPVT_WordPlace::operator==().
Referenced by operator!=().
CPVT_WordPlace CPVT_WordRange::BeginPos |
Definition at line 36 of file cpvt_wordrange.h.
Referenced by CPVT_WordRange(), CPVT_Section::ClearWords(), CPVT_VariableText::DeleteWords(), CPWL_EditImpl::DrawEdit(), CPWL_EditImpl::GetRangeText(), IsEmpty(), Normalize(), operator==(), CPWL_EditImpl::RefreshWordRange(), and CPVT_Section::SearchWordPlace().
CPVT_WordPlace CPVT_WordRange::EndPos |
Definition at line 37 of file cpvt_wordrange.h.
Referenced by CPVT_WordRange(), CPVT_Section::ClearWords(), CPVT_VariableText::DeleteWords(), CPWL_EditImpl::DrawEdit(), CPWL_EditImpl::GetRangeText(), IsEmpty(), Normalize(), operator==(), CPWL_EditImpl::RefreshWordRange(), and CPVT_Section::SearchWordPlace().