MCPcopy Create free account
hub / github.com/TeXworks/texworks / asyncLoadLinks

Method asyncLoadLinks

modules/QtPDF/src/PDFBackend.cpp:522–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void Page::asyncLoadLinks(QObject *listener)
523{
524 QReadLocker docLocker(_docLock.data());
525 QReadLocker pageLocker(&_pageLock);
526 if (!_parent)
527 return;
528 _parent->processingThread().addPageProcessingRequest(new PageProcessingLoadLinksRequest(this, listener));
529}
530
531//static
532QList<SearchResult> Page::executeSearch(SearchRequest request)

Callers 1

paintMethod · 0.80

Calls 2

dataMethod · 0.45

Tested by

no test coverage detected