dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QTextBlock.iterator
qt
gui
textobject
QTextBlock
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
struct
QTextBlock
extern (
C
++)
struct
iterator {
this
();
this(this)
;
this
(const(iterator) o);
QTextFragment
fragment
();
bool
atEnd
();
iterator
opUnary
();
iterator
opUnary
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(const(iterator) o)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
atEnd
bool
atEnd
()
Undocumented in source. Be warned that the author may not have intended to support it.
fragment
QTextFragment
fragment
()
Undocumented in source.
opUnary
iterator
opUnary
()
Undocumented in source.
opUnary
iterator
opUnary
()
Undocumented in source.
Meta
Source
See Implementation
qt
gui
textobject
QTextBlock
aliases
Iterator
constructors
this
functions
begin
blockFormat
blockFormatIndex
blockNumber
charFormat
charFormatIndex
clearLayout
contains
docHandle
document
end
firstLineNumber
fragmentIndex
isValid
isVisible
layout
length
lineCount
next
position
previous
revision
setLineCount
setRevision
setUserData
setUserState
setVisible
text
textDirection
textFormats
textList
userData
userState
postblits
this(this)
structs
iterator