Export ASCII dialog.
More...
#include <ExportDialog.h>
List of all members.
Signals |
void | exportAllTables (const QString &separator, bool exportColumnNames, bool exportSelection) |
| Export all tables.
|
void | exportTable (const QString &tableName, const QString &separator, bool exportColumnNames, bool exportSelection) |
| Export one table.
|
Protected Slots |
void | accept () |
| Accept changes.
|
void | help () |
| Display help.
|
Private Slots |
void | enableTableName (bool ok) |
| Enable/disable the tables combox box.
|
Detailed Description
Constructor & Destructor Documentation
ExportDialog::ExportDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
Constructor.
- Parameters:
-
parent | parent widget |
fl | window flags |
References accept(), boxAllTables, boxNames, boxSelection, boxSeparator, boxTable, buttonCancel, buttonHelp, buttonOk, enableTableName(), and help().
ExportDialog::~ExportDialog |
( |
| ) |
|
Member Function Documentation
void ExportDialog::accept |
( |
| ) |
|
|
protectedslot |
void ExportDialog::enableTableName |
( |
bool |
ok | ) |
|
|
privateslot |
Enable/disable the tables combox box.
The tables combo box is disabled when the checkbox "all" is selected.
References boxTable.
Referenced by ExportDialog().
void ExportDialog::exportAllTables |
( |
const QString & |
separator, |
|
|
bool |
exportColumnNames, |
|
|
bool |
exportSelection |
|
) |
| |
|
signal |
Export all tables.
- Parameters:
-
separator | separator to be put between the columns |
exportColumnNames | flag: column names in the first line or not |
exportSelection | flag: export only selection or all cells |
Referenced by accept().
void ExportDialog::exportTable |
( |
const QString & |
tableName, |
|
|
const QString & |
separator, |
|
|
bool |
exportColumnNames, |
|
|
bool |
exportSelection |
|
) |
| |
|
signal |
Export one table.
- Parameters:
-
tableName | name of the table to export |
separator | separator to be put between the columns |
exportColumnNames | flag: column names in the first line or not |
exportSelection | flag: export only selection or all cells |
Referenced by accept().
void ExportDialog::help |
( |
| ) |
|
|
protectedslot |
void ExportDialog::setActiveTableName |
( |
const QString & |
name | ) |
|
|
slot |
void ExportDialog::setColumnSeparator |
( |
const QString & |
sep | ) |
|
|
slot |
void ExportDialog::setTableNames |
( |
const QStringList & |
names | ) |
|
|
slot |
Member Data Documentation
QCheckBox* ExportDialog::boxAllTables |
|
private |
QCheckBox* ExportDialog::boxNames |
|
private |
QCheckBox* ExportDialog::boxSelection |
|
private |
QComboBox* ExportDialog::boxSeparator |
|
private |
QComboBox* ExportDialog::boxTable |
|
private |
QPushButton* ExportDialog::buttonCancel |
|
private |
QPushButton* ExportDialog::buttonHelp |
|
private |
QPushButton* ExportDialog::buttonOk |
|
private |
The documentation for this class was generated from the following files: