MCPcopy Create free account
hub / github.com/buggins/coolreader / isFirstVisibleTextInBlock

Method isFirstVisibleTextInBlock

crengine/src/lvtinydom.cpp:6410–6416  ·  view source on GitHub ↗

returns true if points to first visible text inside block element

Source from the content-addressed store, hash-verified

6408
6409/// returns true if points to first visible text inside block element
6410bool ldomXPointerEx::isFirstVisibleTextInBlock()
6411{
6412 if ( !isText() )
6413 return false;
6414 ldomXPointerEx pos(*this);
6415 return !pos.prevVisibleText(true);
6416}
6417
6418// sentence navigation
6419

Callers 1

growUpPhraseMethod · 0.80

Calls 1

prevVisibleTextMethod · 0.80

Tested by

no test coverage detected