kexi
KexiInputTableEdit Class Reference
#include <kexiinputtableedit.h>
Inheritance diagram for KexiInputTableEdit:

Detailed Description
General purpose cell editor using line edit widget.
Definition at line 32 of file kexiinputtableedit.h.
Signals | |
void | hintClicked () |
Public Member Functions | |
KexiInputTableEdit (KexiTableViewColumn &column, QScrollView *parent=0) | |
virtual | ~KexiInputTableEdit () |
virtual bool | valueChanged () |
virtual bool | valueIsNull () |
virtual bool | valueIsEmpty () |
virtual QVariant | value () |
virtual bool | cursorAtStart () |
virtual bool | cursorAtEnd () |
virtual void | clear () |
virtual QSize | totalSize () |
Protected Slots | |
void | setRestrictedCompletion () |
void | completed (const QString &) |
Protected Member Functions | |
virtual void | setValueInternal (const QVariant &add, bool removeOld) |
void | showHintButton () |
void | init () |
virtual void | paintEvent (QPaintEvent *e) |
Protected Attributes | |
bool | m_calculatedCell |
QString | m_decsym |
QString | m_origText |
KLineEdit * | m_lineedit |
Member Function Documentation
|
clears item's data, so the data will contain NULL data
Implements KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit. Definition at line 402 of file kexiinputtableedit.cpp. |
|
Implements KexiDataItemInterface. Definition at line 412 of file kexiinputtableedit.cpp. |
|
Implements KexiDataItemInterface. Definition at line 407 of file kexiinputtableedit.cpp. |
|
initializes this editor with add value
Implements KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit, KexiDateTableEdit, KexiDateTimeTableEdit, and KexiTimeTableEdit. Definition at line 112 of file kexiinputtableedit.cpp. |
|
Reimplemented from KexiTableEdit. Definition at line 417 of file kexiinputtableedit.cpp. |
|
js
Implements KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit, KexiDateTableEdit, KexiDateTimeTableEdit, and KexiTimeTableEdit. Definition at line 288 of file kexiinputtableedit.cpp. |
|
Reimplemented from KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit. Definition at line 271 of file kexiinputtableedit.cpp. |
|
Implements KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit, KexiDateTableEdit, KexiDateTimeTableEdit, and KexiTimeTableEdit. Definition at line 283 of file kexiinputtableedit.cpp. |
|
Implements KexiDataItemInterface. Reimplemented in KexiComboBoxTableEdit, KexiDateTableEdit, KexiDateTimeTableEdit, and KexiTimeTableEdit. Definition at line 278 of file kexiinputtableedit.cpp. |
Member Data Documentation
|
orig. Line Edit's text after conversion - for easy comparing
Definition at line 79 of file kexiinputtableedit.h. |
|
decimal symbol
Definition at line 78 of file kexiinputtableedit.h. |
The documentation for this class was generated from the following files: