![]() |
Qt 6.x
The Qt SDK
|
#include <qpdfpageselector_p.h>
Public Member Functions | |
QPdfPageSelectorPrivate (QPdfPageSelector *q) | |
void | documentStatusChanged () |
Public Attributes | |
QPdfPageSelector * | q_ptr |
QPointer< QPdfDocument > | document |
QMetaObject::Connection | documentStatusChangedConnection |
Definition at line 26 of file qpdfpageselector_p.h.
QT_BEGIN_NAMESPACE QPdfPageSelectorPrivate::QPdfPageSelectorPrivate | ( | QPdfPageSelector * | q | ) |
Definition at line 11 of file qpdfpageselector.cpp.
void QPdfPageSelectorPrivate::documentStatusChanged | ( | ) |
Definition at line 16 of file qpdfpageselector.cpp.
References document, QPointer< T >::isNull(), QPdfDocument::pageCount, QPdfDocument::Ready, and QPdfDocument::status.
QPointer<QPdfDocument> QPdfPageSelectorPrivate::document |
Definition at line 36 of file qpdfpageselector_p.h.
Referenced by documentStatusChanged().
QMetaObject::Connection QPdfPageSelectorPrivate::documentStatusChangedConnection |
Definition at line 37 of file qpdfpageselector_p.h.
QPdfPageSelector* QPdfPageSelectorPrivate::q_ptr |
Definition at line 35 of file qpdfpageselector_p.h.