Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPdfSelectionPrivate Class Reference

#include <qpdfselection_p.h>

+ Inheritance diagram for QPdfSelectionPrivate:
+ Collaboration diagram for QPdfSelectionPrivate:

Public Member Functions

 QPdfSelectionPrivate ()=default
 
 QPdfSelectionPrivate (const QString &text, QList< QPolygonF > bounds, QRectF boundingRect, int startIndex, int endIndex)
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QString text
 
QList< QPolygonFbounds
 
QRectF boundingRect
 
int startIndex
 
int endIndex
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 25 of file qpdfselection_p.h.

Constructor & Destructor Documentation

◆ QPdfSelectionPrivate() [1/2]

QPdfSelectionPrivate::QPdfSelectionPrivate ( )
default

◆ QPdfSelectionPrivate() [2/2]

QPdfSelectionPrivate::QPdfSelectionPrivate ( const QString & text,
QList< QPolygonF > bounds,
QRectF boundingRect,
int startIndex,
int endIndex )
inline

Definition at line 29 of file qpdfselection_p.h.

Member Data Documentation

◆ boundingRect

QRectF QPdfSelectionPrivate::boundingRect

Definition at line 38 of file qpdfselection_p.h.

Referenced by QPdfSelection::boundingRectangle().

◆ bounds

QList<QPolygonF> QPdfSelectionPrivate::bounds

Definition at line 37 of file qpdfselection_p.h.

Referenced by QPdfSelection::bounds(), and QPdfSelection::isValid().

◆ endIndex

int QPdfSelectionPrivate::endIndex

Definition at line 40 of file qpdfselection_p.h.

Referenced by QPdfSelection::endIndex().

◆ startIndex

int QPdfSelectionPrivate::startIndex

Definition at line 39 of file qpdfselection_p.h.

Referenced by QPdfSelection::startIndex().

◆ text

QString QPdfSelectionPrivate::text

Definition at line 36 of file qpdfselection_p.h.

Referenced by QPdfSelection::text().


The documentation for this class was generated from the following file: