lib
KoTextViewIface Class Reference
Inheritance diagram for KoTextViewIface:

Detailed Description
Definition at line 32 of file KoTextViewIface.h.
DCOP Member Functions | |
| void | insertSoftHyphen () |
| void | insertNonbreakingSpace () |
| void | insertNonbreakingHyphen () |
| void | insertText (const QString &text) |
| void | newParagraph () |
| void | setBold (bool b) |
| void | setItalic (bool on) |
| void | setUnderline (bool on) |
| void | setDoubleUnderline (bool on) |
| void | setStrikeOut (bool on) |
| void | setPointSize (int s) |
| void | setTextSubScript (bool on) |
| void | setTextSuperScript (bool on) |
| void | setUnderlineColor (const QColor &color) |
| void | setDefaultFormat () |
| void | setRelativeTextSize (double _size) |
| QColor | textColor () const |
| QString | textFontFamily () const |
| QColor | textBackgroundColor () const |
| QColor | textUnderlineColor () const |
| bool | textDoubleUnderline () const |
| bool | textItalic () const |
| bool | textBold () const |
| bool | textUnderline () const |
| bool | textStrikeOut () const |
| bool | textSubScript () const |
| bool | textSuperScript () const |
| double | relativeTextSize () const |
| bool | wordByWord () const |
| void | setWordByWord (bool _b) |
| void | setTextColor (const QColor &color) |
| void | setTextBackgroundColor (const QColor &) |
| void | setAlign (int align) |
| void | setAlign (const QString &) |
| bool | isReadWrite () const |
| void | setReadWrite (bool b) |
| void | hideCursor () |
| void | showCursor () |
| int | cursorParagraph () const |
| int | cursorIndex () const |
| void | moveCursorLeft (bool select) |
| void | moveCursorRight (bool select) |
| void | moveCursorUp (bool select) |
| void | moveCursorDown (bool select) |
| void | moveCursorHome (bool select) |
| void | moveCursorEnd (bool select) |
| void | moveCursorWordRight (bool select) |
| void | moveCursorWordLeft (bool select) |
| void | moveCursorLineEnd (bool select) |
| void | moveCursorLineStart (bool select) |
| bool | paragraphHasBorder () const |
| double | lineSpacing () const |
| double | rightMargin () const |
| double | leftMargin () const |
| double | marginFirstLine () const |
| double | spaceAfterParag () const |
| double | spaceBeforeParag () const |
| void | setMarginFirstLine (double pt) |
| void | setLineSpacing (double pt) |
| void | setLeftMargin (double pt) |
| void | setRightMargin (double pt) |
| void | setSpaceBeforeParag (double pt) |
| void | setSpaceAfterParag (double pt) |
| void | setLeftBorder (const QColor &c, double width) |
| void | setRightBorder (const QColor &c, double width) |
| void | setTopBorder (const QColor &c, double width) |
| void | setBottomBorder (const QColor &c, double width) |
| void | setLeftBorderColor (const QColor &c) |
| void | setRightBorderColor (const QColor &c) |
| void | setTopBorderColor (const QColor &c) |
| void | setBottomBorderColor (const QColor &c) |
| void | setLeftBorderWidth (double _witdh) |
| void | setRightBorderWidth (double _witdh) |
| void | setTopBorderWidth (double _witdh) |
| void | setBottomBorderWidth (double _witdh) |
| double | leftBorderWidth () const |
| double | rightBorderWidth () const |
| double | topBorderWidth () const |
| double | bottomBorderWidth () const |
| QColor | leftBorderColor () const |
| QColor | rightBorderColor () const |
| QColor | topBorderColor () const |
| QColor | bottomBorderColor () const |
| void | changeCaseOfText (const QString &caseType) |
| bool | isALinkVariable () const |
| bool | changeLinkVariableUrl (const QString &_url) const |
| bool | changeLinkVariableName (const QString &_name) const |
| QString | linkVariableUrl () const |
| QString | linkVariableName () const |
| bool | isANoteVariable () const |
| QString | noteVariableText () const |
| bool | setNoteVariableText (const QString ¬e) const |
| void | removeComment () |
| QString | underlineStyle () const |
| QString | strikeOutStyle () const |
| void | setLanguage (const QString &_lang) |
| QString | language () const |
| void | addBookmarks (const QString &url) |
| void | copyLink () |
| void | removeLink () |
| void | copyTextOfComment () |
| QString | fontAttibute () const |
Public Member Functions | |
| KoTextViewIface (KoTextView *_textview) | |
The documentation for this class was generated from the following files:

