#include <TableDialog.h>
Signals | |
void | changeWidth (const QString &, bool) |
void | enumRightCols (bool) |
void | nameChanged (const QString &) |
Public Member Functions | |
TableDialog (Table *t, QWidget *parent, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
Private Slots | |
void | accept () |
void | apply () |
void | changeColWidth (int width) |
void | enablePrecision (int f) |
void | nextColumn () |
void | prevColumn () |
void | setNumericFormat (int type, int prec, bool allRightColumns) |
void | setPlotDesignation (int i) |
void | showPrecisionBox (int item) |
void | updateColumn (int) |
void | updateDisplay (int item) |
void | updatePrecision (int prec) |
Private Member Functions | |
void | closeEvent (QCloseEvent *) |
void | setDateTimeFormat (int type, const QString &format, bool allRightColumns) |
void | setTextFormat (bool allRightColumns) |
Private Attributes | |
QCheckBox * | applyToAllBox |
QCheckBox * | applyToRightCols |
QCheckBox * | boxShowTableComments |
QPushButton * | buttonApply |
QPushButton * | buttonCancel |
QPushButton * | buttonNext |
QPushButton * | buttonOk |
QPushButton * | buttonPrev |
QLineEdit * | colName |
QComboBox * | columnsBox |
QSpinBox * | colWidth |
QTextEdit * | comments |
Table * | d_table |
QComboBox * | displayBox |
QCheckBox * | enumerateAllBox |
QComboBox * | formatBox |
QLabel * | labelFormat |
QLabel * | labelNumeric |
QSpinBox * | precisionBox |
TableDialog::TableDialog | ( | Table * | t, | |
QWidget * | parent, | |||
const char * | name = 0 , |
|||
bool | modal = false , |
|||
Qt::WFlags | fl = 0 | |||
) |
void TableDialog::accept | ( | ) | [private, slot] |
void TableDialog::apply | ( | ) | [private, slot] |
void TableDialog::changeColWidth | ( | int | width | ) | [private, slot] |
void TableDialog::changeWidth | ( | const QString & | , | |
bool | ||||
) | [signal] |
void TableDialog::closeEvent | ( | QCloseEvent * | ce | ) | [private] |
void TableDialog::enablePrecision | ( | int | f | ) | [private, slot] |
void TableDialog::enumRightCols | ( | bool | ) | [signal] |
void TableDialog::nameChanged | ( | const QString & | ) | [signal] |
void TableDialog::nextColumn | ( | ) | [private, slot] |
void TableDialog::prevColumn | ( | ) | [private, slot] |
void TableDialog::setDateTimeFormat | ( | int | type, | |
const QString & | format, | |||
bool | allRightColumns | |||
) | [private] |
void TableDialog::setNumericFormat | ( | int | type, | |
int | prec, | |||
bool | allRightColumns | |||
) | [private, slot] |
void TableDialog::setPlotDesignation | ( | int | i | ) | [private, slot] |
void TableDialog::setTextFormat | ( | bool | allRightColumns | ) | [private] |
void TableDialog::showPrecisionBox | ( | int | item | ) | [private, slot] |
void TableDialog::updateColumn | ( | int | sc | ) | [private, slot] |
void TableDialog::updateDisplay | ( | int | item | ) | [private, slot] |
void TableDialog::updatePrecision | ( | int | prec | ) | [private, slot] |
QCheckBox* TableDialog::applyToAllBox [private] |
QCheckBox* TableDialog::applyToRightCols [private] |
QCheckBox* TableDialog::boxShowTableComments [private] |
QPushButton* TableDialog::buttonApply [private] |
QPushButton* TableDialog::buttonCancel [private] |
QPushButton* TableDialog::buttonNext [private] |
QPushButton* TableDialog::buttonOk [private] |
QPushButton* TableDialog::buttonPrev [private] |
QLineEdit* TableDialog::colName [private] |
QComboBox* TableDialog::columnsBox [private] |
QSpinBox* TableDialog::colWidth [private] |
QTextEdit* TableDialog::comments [private] |
Table* TableDialog::d_table [private] |
QComboBox* TableDialog::displayBox [private] |
QCheckBox* TableDialog::enumerateAllBox [private] |
QComboBox* TableDialog::formatBox [private] |
QLabel * TableDialog::labelFormat [private] |
QLabel* TableDialog::labelNumeric [private] |
QSpinBox * TableDialog::precisionBox [private] |