org.kde.qt
public class QSimpleRichText extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QSimpleRichText(Class dummy) |
QSimpleRichText(String text, QFont fnt, String context, QStyleSheet sheet) | |
QSimpleRichText(String text, QFont fnt, String context) | |
QSimpleRichText(String text, QFont fnt) | |
QSimpleRichText(String text, QFont fnt, String context, QStyleSheet sheet, QMimeSourceFactory factory, int pageBreak, QColor linkColor, boolean linkUnderline) | |
QSimpleRichText(String text, QFont fnt, String context, QStyleSheet sheet, QMimeSourceFactory factory, int pageBreak, QColor linkColor) | |
QSimpleRichText(String text, QFont fnt, String context, QStyleSheet sheet, QMimeSourceFactory factory, int pageBreak) | |
QSimpleRichText(String text, QFont fnt, String context, QStyleSheet sheet, QMimeSourceFactory factory) |
Method Summary | |
---|---|
void | adjustSize() |
String | anchorAt(QPoint pos) |
String | context() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | draw(QPainter p, int x, int y, QRect clipRect, QColorGroup cg, QBrush paper) |
void | draw(QPainter p, int x, int y, QRect clipRect, QColorGroup cg) |
void | draw(QPainter p, int x, int y, QRegion clipRegion, QColorGroup cg, QBrush paper) |
void | draw(QPainter p, int x, int y, QRegion clipRegion, QColorGroup cg) |
protected void | finalize() Deletes the wrapped C++ instance |
int | height() |
boolean | inText(QPoint pos) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | setDefaultFont(QFont f) |
void | setWidth(int arg1) |
void | setWidth(QPainter arg1, int arg2) |
int | width() |
int | widthUsed() |