kspread
KSpread::LocationEditWidget Class Reference
A widget that allows the user to enter an arbitrary cell location to goto or cell selection to highlight. More...
#include <Editors.h>
Inheritance diagram for KSpread::LocationEditWidget:

Public Member Functions | |
| LocationEditWidget (QWidget *parent, Selection *selection) | |
| void | addCompletionItem (const QString &_item) |
| void | removeCompletionItem (const QString &_item) |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *_ev) |
Detailed Description
A widget that allows the user to enter an arbitrary cell location to goto or cell selection to highlight.
Definition at line 285 of file Editors.h.
Constructor & Destructor Documentation
Definition at line 1320 of file Editors.cpp.
Member Function Documentation
| void LocationEditWidget::addCompletionItem | ( | const QString & | _item | ) |
Definition at line 1328 of file Editors.cpp.
| void LocationEditWidget::keyPressEvent | ( | QKeyEvent * | _ev | ) | [protected, virtual] |
Definition at line 1395 of file Editors.cpp.
| void LocationEditWidget::removeCompletionItem | ( | const QString & | _item | ) |
Definition at line 1337 of file Editors.cpp.
The documentation for this class was generated from the following files:
