kexi
KexiFieldComboBox Class Reference
#include <kexifieldcombobox.h>
Detailed Description
This widget provides a list of fields from a table or query within a combobox, so user can pick one of them.
Definition at line 34 of file kexifieldcombobox.h.
Public Slots | |
void | setProject (KexiProject *prj) |
void | setTableOrQuery (const QCString &name, bool table) |
QCString | setTableOrQueryName () const |
void | setFieldOrExpression (const QString &string) |
QString | fieldOrExpression () const |
QString | fieldOrExpressionCaption () const |
Signals | |
void | selected () |
Public Member Functions | |
KexiFieldComboBox (QWidget *parent, const char *name=0) | |
virtual | ~KexiFieldComboBox () |
Protected Slots | |
void | slotActivated (int) |
Protected Attributes | |
Private * | d |
Member Function Documentation
void KexiFieldComboBox::setFieldOrExpression | ( | const QString & | string | ) | [slot] |
Definition at line 142 of file kexifieldcombobox.cpp.
void KexiFieldComboBox::setProject | ( | KexiProject * | prj | ) | [slot] |
Sets table or query schema schema. The schema object will be owned by the KexiFieldComboBox object.
Definition at line 94 of file kexifieldcombobox.cpp.
The documentation for this class was generated from the following files: