dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QTextFrame.iterator
qt
gui
textobject
QTextFrame
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
class
QTextFrame
extern (
C
++)
struct
iterator {
QTextBlock
currentBlock
();
bool
atEnd
();
iterator
opUnary
();
iterator
opUnary
();
}
Members
Functions
atEnd
bool
atEnd
()
Undocumented in source. Be warned that the author may not have intended to support it.
currentBlock
QTextBlock
currentBlock
()
Undocumented in source.
opUnary
iterator
opUnary
()
Undocumented in source.
opUnary
iterator
opUnary
()
Undocumented in source.
Meta
Source
See Implementation
qt
gui
textobject
QTextFrame
aliases
Iterator
constructors
this
destructors
~this
functions
begin
childFrames
end
firstCursorPosition
firstPosition
frameFormat
lastCursorPosition
lastPosition
layoutData
parentFrame
setFrameFormat
setLayoutData
structs
iterator