QAbstractTextDocumentLayout Class Reference
[QtGui module]
Inherits QObject.
Inherited by QPlainTextDocumentLayout.
Types
Methods
- __init__ (self, QTextDocument)
- QString anchorAt (self, QPointF)
- QRectF blockBoundingRect (self, QTextBlock)
- QTextDocument document (self)
- documentChanged (self, int, int, int)
- QSizeF documentSize (self)
- draw (self, QPainter, PaintContext)
- drawInlineObject (self, QPainter, QRectF, QTextInlineObject, int, QTextFormat)
- QTextCharFormat format (self, int)
- QRectF frameBoundingRect (self, QTextFrame)
- QTextObjectInterface handlerForObject (self, int)
- int hitTest (self, QPointF, Qt.HitTestAccuracy)
- int pageCount (self)
- QPaintDevice paintDevice (self)
- positionInlineObject (self, QTextInlineObject, int, QTextFormat)
- registerHandler (self, int, QObject)
- resizeInlineObject (self, QTextInlineObject, int, QTextFormat)
- setPaintDevice (self, QPaintDevice)
Qt Signals
Detailed Description
Method Documentation
QAbstractTextDocumentLayout.__init__ (self, QTextDocument)
QString QAbstractTextDocumentLayout.anchorAt (self, QPointF)
QRectF QAbstractTextDocumentLayout.blockBoundingRect (self, QTextBlock)
This method is abstract and should be reimplemented in any sub-class.
QTextDocument QAbstractTextDocumentLayout.document (self)
QAbstractTextDocumentLayout.documentChanged (self, int, int, int)
This method is abstract and should be reimplemented in any sub-class.
QSizeF QAbstractTextDocumentLayout.documentSize (self)
This method is abstract and should be reimplemented in any sub-class.
QAbstractTextDocumentLayout.draw (self, QPainter, PaintContext)
This method is abstract and should be reimplemented in any sub-class.
QTextCharFormat QAbstractTextDocumentLayout.format (self, int)
QRectF QAbstractTextDocumentLayout.frameBoundingRect (self, QTextFrame)
This method is abstract and should be reimplemented in any sub-class.
QTextObjectInterface QAbstractTextDocumentLayout.handlerForObject (self, int)
This method is abstract and should be reimplemented in any sub-class.
int QAbstractTextDocumentLayout.pageCount (self)
This method is abstract and should be reimplemented in any sub-class.
QPaintDevice QAbstractTextDocumentLayout.paintDevice (self)
QAbstractTextDocumentLayout.positionInlineObject (self, QTextInlineObject, int, QTextFormat)
QAbstractTextDocumentLayout.registerHandler (self, int, QObject)
QAbstractTextDocumentLayout.resizeInlineObject (self, QTextInlineObject, int, QTextFormat)
QAbstractTextDocumentLayout.setPaintDevice (self, QPaintDevice)
Qt Signal Documentation
void documentSizeChanged (const QSizeF&)
This is the default overload of this signal.
void pageCountChanged (int)
This is the default overload of this signal.
void update (const QRectF& = QRectF (0,0,1e+09,1e+09))
This is the default overload of this signal.
void updateBlock (const QTextBlock&)
This is the default overload of this signal.