MCPcopy Create free account
hub / github.com/KDE/okular / start

Method start

core/misc.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36TextSelection::~TextSelection() = default;
37
38NormalizedPoint TextSelection::start() const
39{
40 return d->cur[d->direction % 2];
41}
42
43NormalizedPoint TextSelection::end() const
44{

Callers 15

openDocumentMethod · 0.45
processActionMethod · 0.45
textAreaMethod · 0.45
imageBoundingBoxMethod · 0.45
restoreLocalContentsMethod · 0.45
setIntervalMethod · 0.45
setTimeOutMethod · 0.45
initTypesMethod · 0.45
testShellMethod · 0.45
PageItemMethod · 0.45
setDocumentMethod · 0.45

Calls

no outgoing calls

Tested by 2

testShellMethod · 0.36