kexi
KexiTableItem Class Reference
List of all members.Detailed Description
Definition at line 37 of file kexitableitem.h.
Public Member Functions | |
| ~KexiTableItem () | |
| void | init (int numCols) |
| void | clearValues () |
| void | debug () const |
Protected Member Functions | |
| KexiTableItem (int numCols) | |
Friends | |
| class | KexiTableViewData |
Member Function Documentation
| void KexiTableItem::init | ( | int | numCols | ) |
Clears exisiting column values and inits new numCols columns with empty values. ist of values is resized to numCols.
Definition at line 43 of file kexitableitem.cpp.
| void KexiTableItem::clearValues | ( | ) |
Clears exisiting column values, current number of columns is preserved.
Definition at line 50 of file kexitableitem.cpp.
| void KexiTableItem::debug | ( | ) | const |
Prints debug string for this item.
Definition at line 56 of file kexitableitem.cpp.
The documentation for this class was generated from the following files:

