#include <YQRichText.h>
Inheritance diagram for YQRichText:
Public Member Functions | |
YQRichText (QWidget *parent, const YWidgetOpt &opt, const YCPString &text) | |
void | setEnabling (bool enabled) |
long | nicesize (YUIDimension dim) |
void | setSize (long newWidth, long newHeight) |
void | setText (const YCPString &RichText) |
virtual bool | setKeyboardFocus () |
bool | eventFilter (QObject *obj, QEvent *ev) |
bool | haveHyperLinks () |
Protected Slots | |
void | linkClicked (const QString &url) |
Protected Attributes | |
YQTextBrowser * | _textBrowser |
bool | _shrinkable |
|
Constructor |
|
Event filter - inherited from QWidget |
|
Returns 'true' if the current text of this RichText widget contains hyperlinks. |
|
Notification that a hyperlink is clicked. |
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
Change the RichText text. Reimplemented from YRichText. |
|
|
|
|