![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpdfselection_p.h>
Public Member Functions | |
QPdfSelectionPrivate ()=default | |
QPdfSelectionPrivate (const QString &text, QList< QPolygonF > bounds, QRectF boundingRect, int startIndex, int endIndex) | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QString | text |
QList< QPolygonF > | bounds |
QRectF | boundingRect |
int | startIndex |
int | endIndex |
![]() | |
QAtomicInt | ref |
Definition at line 25 of file qpdfselection_p.h.
|
default |
|
inline |
Definition at line 29 of file qpdfselection_p.h.
QRectF QPdfSelectionPrivate::boundingRect |
Definition at line 38 of file qpdfselection_p.h.
Definition at line 37 of file qpdfselection_p.h.
int QPdfSelectionPrivate::endIndex |
Definition at line 40 of file qpdfselection_p.h.
int QPdfSelectionPrivate::startIndex |
Definition at line 39 of file qpdfselection_p.h.
QString QPdfSelectionPrivate::text |
Definition at line 36 of file qpdfselection_p.h.