En esta página

QPageRanges::Range Struct

struct QPageRanges::Range

La estructura QPageRanges::Range contiene los extremos from y to de un rango. Más...

Funciones públicas

bool contains(int pageNumber) const

Variables públicas

int from
int to

Descripción detallada

Véase también QPageRanges::toRangeList().

Documentación de las funciones miembro

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

Devuelve true si pageNumber está dentro del intervalo [from, to]; en caso contrario devuelve false.

Documentación de variables miembro

int Range::from

Esta variable contiene el punto final inferior del intervalo

int Range::to

Esta variable contiene el punto final superior del intervalo

© 2026 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.