knotes
KNoteEdit Class Reference
#include <knoteedit.h>

Detailed Description
Definition at line 42 of file knoteedit.h.
Public Slots | |
| void | setRichText (bool) |
| void | slotTextColor () |
| void | textAlignBlock () |
| void | textAlignCenter () |
| void | textAlignLeft () |
| void | textAlignRight () |
| void | textBold (bool) |
| void | textDecreaseIndent () |
| void | textIncreaseIndent () |
| void | textList () |
| void | textStrikeOut (bool) |
| void | textSubScript () |
| void | textSuperScript () |
Public Member Functions | |
| KNoteEdit (KActionCollection *actions, QWidget *parent=0) | |
| void | setAutoIndentMode (bool newmode) |
| void | setContextMenu (KMenu *menu) |
| void | setTabStop (int tabs) |
| void | setText (const QString &text) |
| void | setTextColor (const QColor &color) |
| void | setTextFont (const QFont &font) |
| QString | text () const |
| ~KNoteEdit () | |
Protected Member Functions | |
| virtual void | contextMenuEvent (QContextMenuEvent *) |
| virtual void | dragEnterEvent (QDragEnterEvent *) |
| virtual void | dropEvent (QDropEvent *) |
| virtual void | focusInEvent (QFocusEvent *) |
| virtual void | focusOutEvent (QFocusEvent *) |
| virtual void | keyPressEvent (QKeyEvent *) |
Constructor & Destructor Documentation
| KNoteEdit::KNoteEdit | ( | KActionCollection * | actions, | |
| QWidget * | parent = 0 | |||
| ) |
Definition at line 43 of file knoteedit.cpp.
| KNoteEdit::~KNoteEdit | ( | ) |
Definition at line 204 of file knoteedit.cpp.
Member Function Documentation
| void KNoteEdit::contextMenuEvent | ( | QContextMenuEvent * | e | ) | [protected, virtual] |
| void KNoteEdit::dragEnterEvent | ( | QDragEnterEvent * | e | ) | [protected, virtual] |
Definition at line 403 of file knoteedit.cpp.
| void KNoteEdit::dropEvent | ( | QDropEvent * | e | ) | [protected, virtual] |
Definition at line 413 of file knoteedit.cpp.
| void KNoteEdit::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 438 of file knoteedit.cpp.
| void KNoteEdit::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 446 of file knoteedit.cpp.
| void KNoteEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 428 of file knoteedit.cpp.
| void KNoteEdit::setAutoIndentMode | ( | bool | newmode | ) |
Definition at line 246 of file knoteedit.cpp.
| void KNoteEdit::setContextMenu | ( | KMenu * | menu | ) | [inline] |
Definition at line 58 of file knoteedit.h.
| void KNoteEdit::setRichText | ( | bool | f | ) | [slot] |
| void KNoteEdit::setTabStop | ( | int | tabs | ) |
Definition at line 240 of file knoteedit.cpp.
| void KNoteEdit::setText | ( | const QString & | text | ) |
Definition at line 208 of file knoteedit.cpp.
| void KNoteEdit::setTextColor | ( | const QColor & | color | ) |
Definition at line 233 of file knoteedit.cpp.
| void KNoteEdit::setTextFont | ( | const QFont & | font | ) |
Definition at line 226 of file knoteedit.cpp.
| void KNoteEdit::slotTextColor | ( | ) | [slot] |
Definition at line 292 of file knoteedit.cpp.
| QString KNoteEdit::text | ( | ) | const |
Definition at line 217 of file knoteedit.cpp.
| void KNoteEdit::textAlignBlock | ( | ) | [slot] |
Definition at line 320 of file knoteedit.cpp.
| void KNoteEdit::textAlignCenter | ( | ) | [slot] |
Definition at line 308 of file knoteedit.cpp.
| void KNoteEdit::textAlignLeft | ( | ) | [slot] |
Definition at line 302 of file knoteedit.cpp.
| void KNoteEdit::textAlignRight | ( | ) | [slot] |
Definition at line 314 of file knoteedit.cpp.
| void KNoteEdit::textBold | ( | bool | b | ) | [slot] |
Definition at line 278 of file knoteedit.cpp.
| void KNoteEdit::textDecreaseIndent | ( | ) | [slot] |
Definition at line 382 of file knoteedit.cpp.
| void KNoteEdit::textIncreaseIndent | ( | ) | [slot] |
Definition at line 375 of file knoteedit.cpp.
| void KNoteEdit::textList | ( | ) | [slot] |
Definition at line 326 of file knoteedit.cpp.
| void KNoteEdit::textStrikeOut | ( | bool | s | ) | [slot] |
Definition at line 285 of file knoteedit.cpp.
| void KNoteEdit::textSubScript | ( | ) | [slot] |
Definition at line 363 of file knoteedit.cpp.
| void KNoteEdit::textSuperScript | ( | ) | [slot] |
Definition at line 351 of file knoteedit.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference