Range Struct

struct QPageRanges::Range

QPageRanges::Range 구조체는 범위의 fromto 엔드포인트를 보유합니다. 더 보기...

공용 함수

bool contains(int pageNumber) const

공용 변수

int from
int to

상세 설명

QPageRanges::toRangeList()도 참조하십시오 .

멤버 함수 문서

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

pageNumber[from, to] 구간 내에 있으면 true 을 반환하고, 그렇지 않으면 false 을 반환합니다.

멤버 변수 문서

int Range::from

이 변수는 범위의 하단 끝점을 보유합니다.

int Range::to

이 변수는 범위의 상위 끝점을 보유합니다.

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