lib
KoHighlightingTab Class Reference
List of all members.Detailed Description
Definition at line 28 of file KoHighlightingTab.h.
Signals | |
| void | underlineChanged (int item) |
| void | underlineStyleChanged (int item) |
| void | underlineColorChanged (const QColor &) |
| void | strikethroughChanged (int item) |
| void | strikethroughStyleChanged (int item) |
| void | wordByWordChanged (bool state) |
| void | capitalisationChanged (int item) |
Public Member Functions | |
| KoHighlightingTab (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~KoHighlightingTab () | |
| KoTextFormat::UnderlineType | getUnderline () const |
| KoTextFormat::UnderlineStyle | getUnderlineStyle () const |
| QColor | getUnderlineColor () const |
| KoTextFormat::StrikeOutType | getStrikethrough () const |
| KoTextFormat::StrikeOutStyle | getStrikethroughStyle () const |
| bool | getWordByWord () const |
| KoTextFormat::AttributeStyle | getCapitalisation () const |
| void | setUnderline (KoTextFormat::UnderlineType item) |
| void | setUnderlineStyle (KoTextFormat::UnderlineStyle item) |
| void | setUnderlineColor (const QColor &color) |
| void | setStrikethrough (int item) |
| void | setStrikethroughStyle (int item) |
| void | setWordByWord (bool state) |
| void | setCapitalisation (int item) |
Protected Slots | |
| void | slotUnderlineChanged (int item) |
| void | slotStrikethroughChanged (int item) |
The documentation for this class was generated from the following files:

