#include <RichTextWidget.h>
Public Slots | |
| void | setLabel (Label *label) |
| Label * | getLabel () |
| Label * | label () |
| void | setPostionReadOnly (bool r=true) |
| void | update () |
Public Member Functions | |
| RichTextWidget (QWidget *parent, Label *label, const char *name, bool qwtplot=0) | |
| ~RichTextWidget () | |
Private Slots | |
| void | selectFont () |
| void | setTEColor () |
| void | toggleBold () |
| void | toggleItalic () |
| void | toggleUnderline () |
| void | toggleSuperscript () |
| void | toggleSubscript () |
| void | insertChar (int ch) |
| void | insertGChar (int ch) |
| void | boxedChanged (bool b) |
Private Member Functions | |
| void | apply () |
Private Attributes | |
| Label * | l |
| QFont | greek |
| QTextEdit * | te |
| KLineEdit * | xle |
| KLineEdit * | yle |
| KLineEdit * | titleFont |
| KLineEdit * | rotle |
| QToolButton * | bold |
| QToolButton * | italic |
| QToolButton * | underline |
| QToolButton * | superscript |
| QToolButton * | subscript |
| KPopupMenu * | sgletters |
| KPopupMenu * | bgletters |
| KPopupMenu * | oletters |
| KColorButton * | kcb |
| KColorButton * | bgcolor |
| QCheckBox * | boxedcb |
| QCheckBox * | texcb |
| QCheckBox * | transcb |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4