dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QAbstractTextDocumentLayout.PaintContext
qt
gui
abstracttextdocumentlayout
QAbstractTextDocumentLayout
Undocumented in source.
class
QAbstractTextDocumentLayout
struct
PaintContext {
this(this)
;
int
cursorPosition
;
QPalette
palette
;
QRectF
clip
;
QVector
!(
Selection
)
selections
;
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Variables
clip
QRectF
clip
;
Undocumented in source.
cursorPosition
int
cursorPosition
;
Undocumented in source.
palette
QPalette
palette
;
Undocumented in source.
selections
QVector
!(
Selection
)
selections
;
Undocumented in source.
Meta
Source
See Implementation
qt
gui
abstracttextdocumentlayout
QAbstractTextDocumentLayout
constructors
this
destructors
~this
functions
anchorAt
blockBoundingRect
document
documentChanged
documentSize
documentSizeChanged
draw
drawInlineObject
format
formatAt
formatIndex
frameBoundingRect
handlerForObject
hitTest
imageAt
pageCount
pageCountChanged
paintDevice
positionInlineObject
registerHandler
resizeInlineObject
setPaintDevice
unregisterHandler
update
updateBlock
structs
PaintContext
Selection