5namespace Stroika::Frameworks::Led {
12 inline const Led_tChar* TextLayoutBlock::PeekAtRealText ()
const
14 const Led_tChar* s =
nullptr;
15 const Led_tChar* e =
nullptr;
16 PeekAtRealText_ (&s, &e);
19 inline const Led_tChar* TextLayoutBlock::PeekAtVirtualText ()
const
21 const Led_tChar* s =
nullptr;
22 const Led_tChar* e =
nullptr;
23 PeekAtVirtualText_ (&s, &e);
26 inline size_t TextLayoutBlock::GetTextLength ()
const
28 const Led_tChar* s =
nullptr;
29 const Led_tChar* e =
nullptr;
30 PeekAtVirtualText_ (&s, &e);
33 inline void TextLayoutBlock::Invariant ()
const
35#if qStroika_Foundation_Debug_AssertionsChecked