kspread
KSpread::CellEditor Class Reference
#include <kspread_editors.h>
Detailed Description
class CellEditor
Definition at line 166 of file kspread_editors.h.
Public Member Functions | |
CellEditor (Cell *cell, Canvas *_parent=0, bool captureAllKeyEvents=false, const char *_name=0) | |
Cell * | cell () const |
Canvas * | canvas () const |
void | handleKeyPressEvent (QKeyEvent *_ev) |
void | handleIMEvent (QIMEvent *_ev) |
void | setEditorFont (QFont const &font, bool updateSize) |
int | cursorPosition () const |
void | setCursorPosition (int pos) |
void | setText (QString text) |
QString | text () const |
void | cut () |
void | paste () |
void | copy () |
QPoint | globalCursorPosition () const |
bool | checkChoice () |
void | setCheckChoice (bool b) |
void | updateChoice () |
void | setUpdateChoice (bool) |
void | setCursorToRange (uint) |
Protected Slots | |
void | checkFunctionAutoComplete () |
void | triggerFunctionAutoComplete () |
void | functionAutoComplete (const QString &item) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
bool | eventFilter (QObject *o, QEvent *e) |
Constructor & Destructor Documentation
|
Creates a new CellEditor.
|
Member Function Documentation
|
wrapper to KTextEdit::copy()
|
|
wrapper to KTextEdit::cut()
|
|
Steals some key events from the QLineEdit and sends it to the Canvas ( its parent ) instead.
|
|
wrapper to KTextEdit::paste()
|
|
wrapper to KTextEdit::text()
|
The documentation for this class was generated from the following file: