kexi
KexiDataTableView Class Reference
#include <kexidatatableview.h>
Inheritance diagram for KexiDataTableView:

Detailed Description
Database aware table widget.
Definition at line 38 of file kexidatatableview.h.
Public Member Functions | |
KexiDataTableView (QWidget *parent, const char *name=0) | |
KexiDataTableView (QWidget *parent, const char *name, KexiDB::Cursor *cursor) | |
~KexiDataTableView () | |
bool | setData (KexiDB::Cursor *cursor) |
KexiDB::Cursor * | cursor () |
int | recordCount () |
Protected Member Functions | |
void | init () |
Constructor & Destructor Documentation
|
creates a blank widget
Definition at line 37 of file kexidatatableview.cpp. |
|
Creates a table widget and fills it using data from cursor. Cursor will be opened (with open()) if it is not yet opened. Cursor must be defined on query schema, not raw statement (see Connection::prepareQuery() and Connection::executeQuery()), otherwise the table view remain not filled with data. Cursor cursor will not be owned by this object. Definition at line 43 of file kexidatatableview.cpp. |
Member Function Documentation
|
Definition at line 65 of file kexidatatableview.h. |
|
Definition at line 71 of file kexidatatableview.h. |
|
Fills table view with data using cursor.
Definition at line 73 of file kexidatatableview.cpp. |
The documentation for this class was generated from the following files: