kpresenter
KPrTextView Class Reference
List of all members.Detailed Description
Definition at line 229 of file KPrTextObject.h.
Public Slots | |
| void | cut () |
| void | copy () |
| void | paste () |
| virtual void | updateUI (bool updateFormat, bool force=false) |
| virtual void | ensureCursorVisible () |
Public Member Functions | |
| KPrTextView (KPrTextObject *txtObj, KPrCanvas *_canvas, bool temp=false) | |
| virtual | ~KPrTextView () |
| virtual KoTextViewIface * | dcopObject () |
| KoTextView * | textView () |
| KPrTextObject * | kpTextObject () const |
| void | keyPressEvent (QKeyEvent *) |
| void | keyReleaseEvent (QKeyEvent *) |
| void | imStartEvent (QIMEvent *) |
| void | imComposeEvent (QIMEvent *) |
| void | imEndEvent (QIMEvent *) |
| void | mousePressEvent (QMouseEvent *, const QPoint &) |
| void | mouseMoveEvent (QMouseEvent *, const QPoint &) |
| void | mouseReleaseEvent (QMouseEvent *, const QPoint &) |
| void | mouseDoubleClickEvent (QMouseEvent *, const QPoint &) |
| void | dragEnterEvent (QDragEnterEvent *) |
| void | dragMoveEvent (QDragMoveEvent *, const QPoint &) |
| void | dropEvent (QDropEvent *) |
| void | clearSelection () |
| void | selectAll (bool select=true) |
| virtual void | drawCursor (bool b) |
| const KoParagLayout & | currentParagLayout () const |
| void | showPopup (KPrView *view, const QPoint &point, QPtrList< KAction > &actionList) |
| void | insertVariable (int type, int subtype=0) |
| void | insertCustomVariable (const QString &name) |
| void | insertLink (const QString &_linkName, const QString &hrefName) |
| void | insertVariable (KoVariable *var, KoTextFormat *format=0, bool refreshCustomMenu=false) |
| void | terminate (bool removeSelection=true) |
| void | insertComment (const QString &_note) |
| bool | hasSelection () const |
| virtual void | removeToolTipCompletion () |
| bool | isLinkVariable (const QPoint &) |
| void | openLink () |
| QPoint | viewToInternal (const QPoint &pos) const |
Protected Slots | |
| virtual void | startDrag () |
Protected Member Functions | |
| bool | canDecode (QMimeSource *e) |
| QDragObject * | newDrag (QWidget *parent) |
| virtual void | doAutoFormat (KoTextCursor *cursor, KoTextParag *parag, int index, QChar ch) |
| virtual bool | doIgnoreDoubleSpace (KoTextParag *parag, int index, QChar ch) |
| virtual bool | doCompletion (KoTextCursor *cursor, KoTextParag *parag, int index) |
| virtual bool | doToolTipCompletion (KoTextCursor *, KoTextParag *, int, int) |
| virtual void | showToolTipBox (KoTextParag *parag, int index, QWidget *widget, const QPoint &pos) |
| virtual void | textIncreaseIndent () |
| virtual bool | textDecreaseIndent () |
| virtual void | showFormat (KoTextFormat *format) |
| virtual bool | pgUpKeyPressed () |
| virtual bool | pgDownKeyPressed () |
Protected Attributes | |
| KPrTextObject * | m_kptextobj |
| KPrCanvas * | m_canvas |
| KoParagLayout | m_paragLayout |
| QPtrList< KAction > | m_actionList |
Member Function Documentation
| bool KPrTextView::hasSelection | ( | ) | const |
return true if some text is selected
The documentation for this class was generated from the following files:

