#include <tableeditordialog.h>

Public Slots | |
| virtual void | addField () |
| virtual void | removeField () |
| virtual void | fieldSelected () |
| virtual void | nameEdit_textChanged (const QString &) |
| virtual void | createButton_clicked () |
| virtual void | tabWidget_currentChanged (int index) |
Public Member Functions | |
| TableEditorDialog (QWidget *parent) | |
| ~TableEditorDialog () | |
| QString | getFullName (const QString &objName) |
| DatabaseTableField | getColumn (int row) |
| QString | getDefaultClause (const QString &defVal) |
| Gues what default value should be set. If there is a successful conversion to the number, default(foo) is used = no change for string. If there is a "'" at the first place - default(foo) is used = no change for string. Else use default('foo') = add SQL string mark. | |
| QString | getColumnClause (DatabaseTableField column) |
Public Attributes | |
| Ui::TableEditorDialog | ui |
| TableEditorDialog::TableEditorDialog | ( | QWidget * | parent | ) |
| TableEditorDialog::~TableEditorDialog | ( | ) |
References ui.
| QString TableEditorDialog::getFullName | ( | const QString & | objName | ) |
References ui.
| DatabaseTableField TableEditorDialog::getColumn | ( | int | row | ) |
| QString TableEditorDialog::getDefaultClause | ( | const QString & | defVal | ) |
Gues what default value should be set. If there is a successful conversion to the number, default(foo) is used = no change for string. If there is a "'" at the first place - default(foo) is used = no change for string. Else use default('foo') = add SQL string mark.
Referenced by getColumnClause().
| QString TableEditorDialog::getColumnClause | ( | DatabaseTableField | column | ) |
| void TableEditorDialog::addField | ( | ) | [virtual, slot] |
References ui.
Referenced by CreateTableDialog::CreateTableDialog(), removeField(), and TableEditorDialog().
| void TableEditorDialog::removeField | ( | ) | [virtual, slot] |
| void TableEditorDialog::fieldSelected | ( | ) | [virtual, slot] |
| void TableEditorDialog::nameEdit_textChanged | ( | const QString & | text | ) | [virtual, slot] |
| void TableEditorDialog::createButton_clicked | ( | ) | [virtual, slot] |
Referenced by TableEditorDialog().
| void TableEditorDialog::tabWidget_currentChanged | ( | int | index | ) | [virtual, slot] |
| Ui::TableEditorDialog TableEditorDialog::ui |
1.5.5