Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ bounds

QList<QPolygonF> QPdfSelectionPrivate::bounds

Definition at line 37 of file qpdfselection_p.h.

◆ endIndex

int QPdfSelectionPrivate::endIndex

Definition at line 40 of file qpdfselection_p.h.

◆ startIndex

int QPdfSelectionPrivate::startIndex

Definition at line 39 of file qpdfselection_p.h.

◆ text

QString QPdfSelectionPrivate::text

Definition at line 36 of file qpdfselection_p.h.


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