Range Struct

struct QPageRanges::Range

Die Struktur QPageRanges::Range enthält die Endpunkte from und to eines Bereichs. Mehr...

Öffentliche Funktionen

bool contains(int pageNumber) const

Öffentliche Variablen

int from
int to

Detaillierte Beschreibung

Siehe auch QPageRanges::toRangeList().

Dokumentation der Mitgliederfunktionen

[noexcept] bool Range::contains(int pageNumber) const

Gibt true zurück, wenn pageNumber innerhalb des Intervalls [from, to] liegt; andernfalls wird false zurückgegeben.

Dokumentation der Mitgliedsvariablen

int Range::from

Diese Variable enthält den unteren Endpunkt des Bereichs

int Range::to

Diese Variable enthält den oberen Endpunkt des Bereichs

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.