QTextFrame

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QTextDocument doc)
Undocumented in source.
this
this(QTextFramePrivate p, QTextDocument doc)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Iterator
alias Iterator = iterator
Undocumented in source.

Functions

begin
iterator begin()
Undocumented in source.
childFrames
QList!(QTextFrame) childFrames()
Undocumented in source.
end
iterator end()
Undocumented in source.
firstCursorPosition
QTextCursor firstCursorPosition()
Undocumented in source.
firstPosition
int firstPosition()
Undocumented in source.
frameFormat
QTextFrameFormat frameFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
lastCursorPosition
QTextCursor lastCursorPosition()
Undocumented in source.
lastPosition
int lastPosition()
Undocumented in source.
layoutData
QTextFrameLayoutData layoutData()
Undocumented in source.
parentFrame
QTextFrame parentFrame()
Undocumented in source.
setFrameFormat
void setFrameFormat(const(QTextFrameFormat) aformat)
Undocumented in source. Be warned that the author may not have intended to support it.
setLayoutData
void setLayoutData(QTextFrameLayoutData data)
Undocumented in source.

Structs

iterator
struct iterator
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Inherited Members

From QTextObject

setFormat
void setFormat(const(QTextFormat) format)
Undocumented in source.
format
QTextFormat format()
Undocumented in source.
formatIndex
int formatIndex()
Undocumented in source.
document
QTextDocument document()
Undocumented in source.
objectIndex
int objectIndex()
Undocumented in source.
docHandle
QTextDocumentPrivate* docHandle()
Undocumented in source.

Meta