Home
last modified time | relevance | path

Searched refs:QPdfSelection (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/
H A Dqpdfselection.cpp59 QPdfSelection::QPdfSelection() in QPdfSelection() function in QPdfSelection
75 QPdfSelection::QPdfSelection(QPdfSelectionPrivate *d) in QPdfSelection() function in QPdfSelection
80 QPdfSelection::QPdfSelection(const QPdfSelection &other) in QPdfSelection() function in QPdfSelection
85 QPdfSelection::QPdfSelection(QPdfSelection &&other) noexcept in QPdfSelection() function in QPdfSelection
90 QPdfSelection::~QPdfSelection() in ~QPdfSelection()
94 QPdfSelection &QPdfSelection::operator=(const QPdfSelection &other) in operator =()
105 bool QPdfSelection::isValid() const in isValid()
132 QString QPdfSelection::text() const in text()
142 QRectF QPdfSelection::boundingRectangle() const in boundingRectangle()
152 int QPdfSelection::startIndex() const in startIndex()
[all …]
H A Dqpdfdocument.cpp782 QPdfSelection QPdfDocument::getSelection(int page, QPointF start, QPointF end) in getSelection()
818 return QPdfSelection(text, bounds, hull, startIndex, endIndex); in getSelection()
822 return QPdfSelection(); in getSelection()
829 QPdfSelection QPdfDocument::getSelectionAtIndex(int page, int startIndex, int maxLength) in getSelectionAtIndex()
840 return QPdfSelection(); in getSelectionAtIndex()
863 return QPdfSelection(text, bounds, hull, startIndex, startIndex + text.length()); in getSelectionAtIndex()
869 QPdfSelection QPdfDocument::getAllText(int page) in getAllText()
877 return QPdfSelection(); in getAllText()
893 return QPdfSelection(text, bounds, hull, 0, count); in getAllText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/api/
H A Dqpdfselection.h51 class Q_PDF_EXPORT QPdfSelection
62 ~QPdfSelection();
63 QPdfSelection(const QPdfSelection &other);
64 QPdfSelection &operator=(const QPdfSelection &other);
65 QPdfSelection(QPdfSelection &&other) noexcept;
66 QPdfSelection &operator=(QPdfSelection &&other) noexcept { swap(other); return *this; }
67 void swap(QPdfSelection &other) noexcept { d.swap(other.d); } in swap()
79 QPdfSelection();
80QPdfSelection(const QString &text, QVector<QPolygonF> bounds, QRectF boundingRect, int startIndex,…
81 QPdfSelection(QPdfSelectionPrivate *d);
H A Dqpdfdocument.h116 Q_INVOKABLE QPdfSelection getSelection(int page, QPointF start, QPointF end);
117 Q_INVOKABLE QPdfSelection getSelectionAtIndex(int page, int startIndex, int maxLength);
118 Q_INVOKABLE QPdfSelection getAllText(int page);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/pdf/quick/
H A Dqquickpdfselection_p.h59 class QPdfSelection; variable
121 void update(const QPdfSelection &sel, bool textAndGeometryOnly = false);
H A Dqquickpdfselection.cpp169 QPdfSelection sel = m_document->m_doc.getAllText(m_page); in selectAll()
495 QPdfSelection sel = m_document->document().getSelection(m_page, in updateResults()
500 void QQuickPdfSelection::update(const QPdfSelection &sel, bool textAndGeometryOnly) in update()
H A Dqquickpdfsearchmodel_p.h111 QML_DECLARE_TYPE(QPdfSelection)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/include/QtPdf/
H A Dheaders.pri2 … QPdfPageNavigation QPdfPageRenderer QPdfSearchModel QPdfSearchResult QPdfSelection qtpdfversion.h…