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.