|
Poppler Qt6 25.10.90
|
#include <poppler-qt6.h>
Public Member Functions | |
| QVector< OutlineItem > | children () const |
| QSharedPointer< const LinkDestination > | destination () const |
| QString | externalFileName () const |
| bool | hasChildren () const |
| bool | isNull () const |
| bool | isOpen () const |
| QString | name () const |
| OutlineItem & | operator= (const OutlineItem &other) |
| OutlineItem & | operator= (OutlineItem &&other) noexcept |
| OutlineItem () | |
| OutlineItem (const OutlineItem &other) | |
| OutlineItem (OutlineItem &&other) noexcept | |
| QString | uri () const |
Item in the outline of a PDF document.
Represents an item in the outline of PDF document, i.e. a name, an internal or external link and a set of child items.
| Poppler::OutlineItem::OutlineItem | ( | ) |
Constructs a null item, i.e.
one that does not represent a valid item in the outline of some PDF document.
| QVector< OutlineItem > Poppler::OutlineItem::children | ( | ) | const |
Gets the child items of this item.
| QSharedPointer< const LinkDestination > Poppler::OutlineItem::destination | ( | ) | const |
The destination referred to by this item.
| QString Poppler::OutlineItem::externalFileName | ( | ) | const |
The external file name of the document to which the.
| bool Poppler::OutlineItem::hasChildren | ( | ) | const |
Determines if this item has any child items.
| bool Poppler::OutlineItem::isNull | ( | ) | const |
Indicates whether an item is null, i.e.
whether it does not represent a valid item in the outline of some PDF document.
| QString Poppler::OutlineItem::uri | ( | ) | const |
The URI to which the item links.