ExportDialog Class Reference

Export ASCII dialog. More...

#include <ExportDialog.h>

List of all members.

Public Slots

void setColumnSeparator (const QString &sep)
 Set the column delimiter.

Public Member Functions

 ExportDialog (const QString &tableName, QWidget *parent=0, Qt::WFlags fl=0)
 Constructor.

Protected Slots

void accept ()
 Accept changes.
void help ()
 Display help.

Private Slots

void enableTableName (bool ok)
 Enable/disable the tables combox box.
void updateOptions (const QString &name)
 Enable/disable export options depending if the selected window is a Table or a Matrix.

Private Member Functions

void closeEvent (QCloseEvent *)

Private Attributes

QCheckBox * boxAllTables
QCheckBox * boxComments
QCheckBox * boxNames
QCheckBox * boxSelection
QComboBox * boxSeparator
QComboBox * boxTable
QPushButton * buttonCancel
QPushButton * buttonHelp
QPushButton * buttonOk

Detailed Description

Export ASCII dialog.


Constructor & Destructor Documentation

ExportDialog::ExportDialog ( const QString &  tableName,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

void ExportDialog::accept (  )  [protected, slot]
void ExportDialog::closeEvent ( QCloseEvent *  e  )  [private]
void ExportDialog::enableTableName ( bool  ok  )  [private, slot]

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::help (  )  [protected, slot]

Display help.

Referenced by ExportDialog().

void ExportDialog::setColumnSeparator ( const QString &  sep  )  [slot]

Set the column delimiter.

References boxSeparator.

Referenced by ExportDialog().

void ExportDialog::updateOptions ( const QString &  name  )  [private, slot]

Enable/disable export options depending if the selected window is a Table or a Matrix.

References boxComments, boxNames, and ApplicationWindow::window().

Referenced by ExportDialog().


Member Data Documentation

QCheckBox* ExportDialog::boxAllTables [private]

Referenced by accept(), and ExportDialog().

QCheckBox* ExportDialog::boxComments [private]
QCheckBox* ExportDialog::boxNames [private]
QCheckBox* ExportDialog::boxSelection [private]

Referenced by accept(), closeEvent(), and ExportDialog().

QComboBox* ExportDialog::boxSeparator [private]
QComboBox* ExportDialog::boxTable [private]
QPushButton* ExportDialog::buttonCancel [private]

Referenced by ExportDialog().

QPushButton* ExportDialog::buttonHelp [private]

Referenced by ExportDialog().

QPushButton* ExportDialog::buttonOk [private]

Referenced by ExportDialog().


The documentation for this class was generated from the following files:

Generated on Tue Nov 3 10:48:54 2009 for QtiPlot by  doxygen 1.6.1