kexi
KexiDBLineEdit Class Reference
#include <kexidblineedit.h>
Inheritance diagram for KexiDBLineEdit:

Detailed Description
Line edit widget for Kexi forms.
Definition at line 29 of file kexidblineedit.h.
Public Slots | |
| void | setDataSource (const QString &ds) |
| void | setDataSourceMimeType (const QCString &ds) |
Public Member Functions | |
| KexiDBLineEdit (QWidget *parent, const char *name=0) | |
| virtual | ~KexiDBLineEdit () |
| QString | dataSource () const |
| QCString | dataSourceMimeType () const |
| virtual QVariant | value () |
| virtual void | setInvalidState (const QString &displayText) |
| virtual bool | valueIsNull () |
| virtual bool | valueIsEmpty () |
| virtual bool | isReadOnly () const |
| virtual QWidget * | widget () |
| virtual bool | cursorAtStart () |
| virtual bool | cursorAtEnd () |
| virtual void | clear () |
| virtual void | setColumnInfo (KexiDB::QueryColumnInfo *cinfo) |
Protected Slots | |
| void | slotTextChanged (const QString &) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *) |
| virtual void | setValueInternal (const QVariant &add, bool removeOld) |
| virtual bool | event (QEvent *) |
Properties | |
| QString | dataSource |
| QCString | dataSourceMimeType |
Member Function Documentation
|
|
clears item's data, so the data will contain NULL data
Implements KexiDataItemInterface. Definition at line 106 of file kexidblineedit.cpp. |
|
|
Implements KexiDataItemInterface. Definition at line 101 of file kexidblineedit.cpp. |
|
|
Implements KexiDataItemInterface. Definition at line 96 of file kexidblineedit.cpp. |
|
|
Reimplemented from KexiFormDataItemInterface. Definition at line 42 of file kexidblineedit.h. |
|
|
Reimplemented from KexiFormDataItemInterface. Definition at line 43 of file kexidblineedit.h. |
|
|
Reimplemented from KexiDataItemInterface. Definition at line 86 of file kexidblineedit.cpp. |
|
|
Reimplemented from KexiFormDataItemInterface. Definition at line 111 of file kexidblineedit.cpp. |
|
|
Sets the name of the data source for this widget. Data source usually means here a table or query or field name name. Reimplemented from KexiFormDataItemInterface. Definition at line 70 of file kexidblineedit.h. |
|
|
Sets the mime type of the data source for this widget. Data source usually means here a "kexi/table" or "kexi/query".
Reimplemented from KexiFormDataItemInterface. Definition at line 71 of file kexidblineedit.h. |
|
|
Implements KexiFormDataItemInterface. Definition at line 43 of file kexidblineedit.cpp. |
|
||||||||||||
|
Implements KexiDataItemInterface. Definition at line 52 of file kexidblineedit.cpp. |
|
|
Implements KexiDataItemInterface. Definition at line 66 of file kexidblineedit.cpp. |
|
|
Implements KexiDataItemInterface. Definition at line 81 of file kexidblineedit.cpp. |
|
|
Implements KexiDataItemInterface. Definition at line 76 of file kexidblineedit.cpp. |
|
|
Reimplemented from KexiFormDataItemInterface. Definition at line 91 of file kexidblineedit.cpp. |
The documentation for this class was generated from the following files:

