QPageRanges::Range Struct

struct QPageRanges ::Range

The QPageRanges::Range struct holds the from and to endpoints of a range. 更多...

公共函數

bool contains (int pageNumber ) const

公共變量

int from
int to

詳細描述

另請參閱 QPageRanges::toRangeList ().

成員函數文檔編製

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

返迴 true if pageNumber is within the interval [from, to] ;否則返迴 false .

成員變量文檔編製

int Range:: from

This variable holds the lower endpoint of the range

int Range:: to

This variable holds the upper endpoint of the range

內容

  1. 公共函數

  2. 公共變量

  3. 詳細描述