kword
KWTableFrameSetEdit Class Reference
#include <KWTableFrameSet.h>
Inheritance diagram for KWTableFrameSetEdit:

Detailed Description
The object created to edit this table.In fact at a given moment, it edits one cell (frameset) of the table, the one in which the cursor is.
Definition at line 691 of file KWTableFrameSet.h.
Public Member Functions | |
KWTableFrameSetEdit (KWTableFrameSet *fs, KWCanvas *canvas) | |
virtual | ~KWTableFrameSetEdit () |
KWTableFrameSet * | tableFrameSet () const |
virtual KWFrameSetEdit * | currentTextEdit () |
KWFrameSetEdit * | currentCell () const |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | keyReleaseEvent (QKeyEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e, const QPoint &, const KoPoint &) |
virtual void | mouseMoveEvent (QMouseEvent *e, const QPoint &n, const KoPoint &d) |
virtual void | mouseReleaseEvent (QMouseEvent *e, const QPoint &n, const KoPoint &d) |
virtual void | mouseDoubleClickEvent (QMouseEvent *e, const QPoint &n, const KoPoint &d) |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | dragMoveEvent (QDragMoveEvent *e, const QPoint &n, const KoPoint &d) |
virtual void | dragLeaveEvent (QDragLeaveEvent *e) |
virtual void | dropEvent (QDropEvent *e, const QPoint &n, const KoPoint &d, KWView *view) |
virtual void | focusInEvent () |
virtual void | focusOutEvent () |
virtual void | copy () |
virtual void | cut () |
virtual void | paste () |
virtual void | selectAll () |
void | setCurrentCell (KWFrameSet *fs, bool eraseSelection=true) |
void | setCurrentCell (const KoPoint &dPoint) |
void | showPopup (KWFrame *frame, KWView *view, const QPoint &_point) |
Protected Attributes | |
KWFrameSetEdit * | m_currentCell |
Member Function Documentation
|
Return the current most-low-level text edit object.
Reimplemented from KWFrameSetEdit. Definition at line 2539 of file KWTableFrameSet.cpp. |
|
Reimplemented from KWFrameSetEdit. Definition at line 731 of file KWTableFrameSet.h. |
|
Set the cell which is currently being edited.
Definition at line 2492 of file KWTableFrameSet.cpp. |
|
Set the cell which is currently being edited.
Definition at line 2504 of file KWTableFrameSet.cpp. |
The documentation for this class was generated from the following files: