Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QwtRichTextEngine

A text engine for Qt rich texts. Más...

#include <qwt_text_engine.h>

Diagrama de herencias de QwtRichTextEngine
QwtTextEngine

Lista de todos los miembros.

Métodos públicos

 QwtRichTextEngine ()
 Constructor.
virtual int heightForWidth (const QFont &font, int flags, const QString &text, int width) const
virtual QSize textSize (const QFont &font, int flags, const QString &text) const
virtual void draw (QPainter *painter, const QRect &rect, int flags, const QString &text) const
virtual bool mightRender (const QString &) const
virtual void textMargins (const QFont &, const QString &, int &left, int &right, int &top, int &bottom) const

Descripción detallada

A text engine for Qt rich texts.

QwtRichTextEngine renders Qt rich texts using the classes of the Scribe framework of Qt.


Documentación del constructor y destructor

QwtRichTextEngine::QwtRichTextEngine ( )

Constructor.


Documentación de las funciones miembro

void QwtRichTextEngine::draw ( QPainter painter,
const QRect rect,
int  flags,
const QString text 
) const [virtual]

Draw the text in a clipping rectangle

Parámetros:
painterPainter
rectClipping rectangle
flagsBitwise OR of the flags like in for QPainter::drawText
textText to be rendered

Implementa QwtTextEngine.

int QwtRichTextEngine::heightForWidth ( const QFont font,
int  flags,
const QString text,
int  width 
) const [virtual]

Find the height for a given width

Parámetros:
fontFont of the text
flagsBitwise OR of the flags used like in QPainter::drawText
textText to be rendered
widthWidth
Devuelve:
Calculated height

Implementa QwtTextEngine.

bool QwtRichTextEngine::mightRender ( const QString text) const [virtual]

Test if a string can be rendered by this text engine

Parámetros:
textText to be tested
Devuelve:
QStyleSheet::mightBeRichText(text);

Implementa QwtTextEngine.

void QwtRichTextEngine::textMargins ( const QFont ,
const QString ,
int left,
int right,
int top,
int bottom 
) const [virtual]

Return margins around the texts

Parámetros:
leftReturn 0
rightReturn 0
topReturn 0
bottomReturn 0

Implementa QwtTextEngine.

QSize QwtRichTextEngine::textSize ( const QFont font,
int  flags,
const QString text 
) const [virtual]

Returns the size, that is needed to render text

Parámetros:
fontFont of the text
flagsBitwise OR of the flags used like in QPainter::drawText
textText to be rendered
Devuelve:
Caluclated size

Implementa QwtTextEngine.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'