Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Gui.QAbstractTextDocumentLayout
Description
Documentation
class QblockBoundingRect x0 x1 where Source
Methods
blockBoundingRect :: x0 -> x1 -> IO RectF Source
Instances
class QqblockBoundingRect x0 x1 where Source
Methods
qblockBoundingRect :: x0 -> x1 -> IO (QRectF ()) Source
Instances
class QdocumentChanged x0 x1 where Source
Methods
documentChanged :: x0 -> x1 -> IO () Source
Instances
class QqdocumentSize x0 x1 where Source
Methods
qdocumentSize :: x0 -> x1 -> IO (QSizeF ()) Source
Instances
class QdrawInlineObject x0 x1 where Source
Methods
drawInlineObject :: x0 -> x1 -> IO () Source
Instances
QdrawInlineObject (QAbstractTextDocumentLayoutSc a) (QPainter t1, RectF, QTextInlineObject t3, Int, QTextFormat t5) | |
QdrawInlineObject (QAbstractTextDocumentLayout ()) (QPainter t1, RectF, QTextInlineObject t3, Int, QTextFormat t5) |
class QqdrawInlineObject x0 x1 where Source
Methods
qdrawInlineObject :: x0 -> x1 -> IO () Source
Instances
QqdrawInlineObject (QAbstractTextDocumentLayoutSc a) (QPainter t1, QRectF t2, QTextInlineObject t3, Int, QTextFormat t5) | |
QqdrawInlineObject (QAbstractTextDocumentLayout ()) (QPainter t1, QRectF t2, QTextInlineObject t3, Int, QTextFormat t5) |
class QframeBoundingRect x0 x1 where Source
Methods
frameBoundingRect :: x0 -> x1 -> IO RectF Source
Instances
class QqframeBoundingRect x0 x1 where Source
Methods
qframeBoundingRect :: x0 -> x1 -> IO (QRectF ()) Source
Instances
handlerForObject :: QAbstractTextDocumentLayout a -> Int -> IO (QTextObjectInterface ()) Source
paintDevice :: QAbstractTextDocumentLayout a -> () -> IO (QPaintDevice ()) Source
class QpositionInlineObject x0 x1 where Source
Methods
positionInlineObject :: x0 -> x1 -> IO () Source
Instances
registerHandler :: QAbstractTextDocumentLayout a -> (Int, QObject t2) -> IO () Source
class QresizeInlineObject x0 x1 where Source
Methods
resizeInlineObject :: x0 -> x1 -> IO () Source
Instances
class QsetPaintDevice x1 where Source
Methods
setPaintDevice :: QAbstractTextDocumentLayout a -> x1 -> IO () Source
Instances
QsetPaintDevice (QWidget t1) | |
QsetPaintDevice (QPaintDevice t1) |