Uses of Class
io.qt.gui.QAbstractTextDocumentLayout.Selection
Package | Description |
---|---|
io.qt.gui |
-
Uses of QAbstractTextDocumentLayout.Selection in io.qt.gui
Methods in io.qt.gui that return QAbstractTextDocumentLayout.Selection Modifier and Type Method Description QAbstractTextDocumentLayout.Selection
QAbstractTextDocumentLayout.Selection. clone()
Methods in io.qt.gui that return types with arguments of type QAbstractTextDocumentLayout.Selection Modifier and Type Method Description QVector<QAbstractTextDocumentLayout.Selection>
QAbstractTextDocumentLayout.PaintContext. selections()
The collection of selections that will be rendered when passing this paint context to QAbstractTextDocumentLayout's draw() functionMethod parameters in io.qt.gui with type arguments of type QAbstractTextDocumentLayout.Selection Modifier and Type Method Description void
QAbstractTextDocumentLayout.PaintContext. setSelections(Collection<QAbstractTextDocumentLayout.Selection> selections)
The collection of selections that will be rendered when passing this paint context to QAbstractTextDocumentLayout's draw() function