dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QPageRanges.Range
qt
gui
pageranges
QPageRanges
Undocumented in source.
struct
QPageRanges
struct
Range {
int
from
;
int
to
;
bool
contains
(int pageNumber);
}
Members
Functions
contains
bool
contains
(int pageNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
from
int
from
;
Undocumented in source.
to
int
to
;
Undocumented in source.
Meta
Source
See Implementation
qt
gui
pageranges
QPageRanges
constructors
this
destructors
~this
functions
addPage
addRange
clear
contains
detach
firstPage
isEmpty
lastPage
rawConstructor
toString
postblits
this(this)
static functions
create
fromString
structs
Range