#include <AxesDialog.h>
Remark: Don't use this dialog as a non modal dialog!
AxesDialog::AxesDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Constructor.
parent | parent widget | |
fl | window flags |
References accept(), buttonApply, buttonCancel, buttonOk, generalDialog, image4_data, image5_data, image6_data, image7_data, initAxesPage(), initFramePage(), initGridPage(), initScalesPage(), lastPage, pageChanged(), scalesPage, and updatePlot().
void AxesDialog::accept | ( | ) | [private, slot] |
void AxesDialog::applyCanvasFormat | ( | ) | [private, slot] |
void AxesDialog::applyCanvasFormatTo | ( | Graph * | g | ) | [protected] |
References boxAxesLinewidth, boxBackbones, boxFrameColor, boxFramed, boxFrameWidth, boxMajorTicksLength, boxMinorTicksLength, Graph::changeTicksLength(), ColorButton::color(), Graph::drawAxesBackbones(), Graph::setAxesLinewidth(), and Graph::setCanvasFrame().
Referenced by applyCanvasFormat(), and updatePlot().
void AxesDialog::applyChangesToGrid | ( | Grid * | grid | ) | [protected] |
Modifies the grid.
References axesGridList, boxAntialiseGrid, boxColorMajor, boxColorMinor, boxGridXAxis, boxGridYAxis, boxMajorGrid, boxMinorGrid, boxTypeMajor, boxTypeMinor, boxWidthMajor, boxWidthMinor, boxXLine, boxYLine, ColorBox::color(), Grid::enableZeroLineX(), Grid::enableZeroLineY(), Grid::setMajPenX(), Grid::setMajPenY(), Grid::setMinPenX(), Grid::setMinPenY(), PenStyleBox::style(), and DoubleSpinBox::value().
Referenced by updateGrid().
void AxesDialog::changeBaselineDist | ( | int | baseline | ) | [private, slot] |
References axesBaseline, Graph::axisFormatInfo(), Graph::axisTitleString(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, boxTitle, ColorButton::color(), d_graph, mapToQwtAxisId(), Graph::setAxisTitle(), and showAxis().
Referenced by initAxesPage().
void AxesDialog::changeMajorTicksLength | ( | int | majLength | ) | [private, slot] |
void AxesDialog::changeMinorTicksLength | ( | int | minLength | ) | [private, slot] |
void AxesDialog::customAxisFont | ( | ) | [private, slot] |
References axesTitlesList, d_graph, Graph::setAxisFont(), xBottomFont, xTopFont, yLeftFont, and yRightFont.
Referenced by initAxesPage().
void AxesDialog::customAxisLabelFont | ( | ) | [private, slot] |
References Graph::axisTitleFont(), d_graph, mapToQwtAxisId(), and Graph::setAxisTitleFont().
Referenced by initAxesPage().
int AxesDialog::exec | ( | ) | [slot] |
Shows the dialog as a modal dialog.
Show the dialog as a modal dialog and do some initialization.
References axesGridList, axesList, and axesTitlesList.
Referenced by ApplicationWindow::showScaleDialog().
void AxesDialog::initAxesPage | ( | ) | [protected] |
generate UI for the axes page
References axesPage, axesTitlesList, boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxColName, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, boxTableName, boxTitle, btnAxesFont, buttonLabelFont, changeBaselineDist(), customAxisFont(), customAxisLabelFont(), formatButtons, generalDialog, image4_data, image5_data, image6_data, image7_data, label1, label2, label3, labelBox, labelTable, pickAxisColor(), pickAxisNumColor(), setAxisType(), setBaselineDist(), setLabelsNumericFormat(), setTicksType(), showAxis(), showAxisFormatOptions(), showFormulaBox(), TextFormatButtons::toggleCurveButton(), updateAxisColor(), updateLabelsFormat(), updateMajTicksType(), updateMinTicksType(), updateShowBox(), updateTickLabelsList(), and updateTitleBox().
Referenced by AxesDialog().
void AxesDialog::initFramePage | ( | ) | [protected] |
generate UI for the general page
References applyCanvasFormat(), boxAxesLinewidth, boxBackbones, boxFrameColor, boxFramed, boxFrameWidth, boxMajorTicksLength, boxMinorTicksLength, canvasFrameApplyToBox, changeMajorTicksLength(), changeMinorTicksLength(), frame, frameDefaultBtn, generalDialog, and setFrameDefaultValues().
Referenced by AxesDialog().
void AxesDialog::initGridPage | ( | ) | [protected] |
generate UI for the grid page
References axesGridList, boxAntialiseGrid, boxApplyGridFormat, boxColorMajor, boxColorMinor, boxGridXAxis, boxGridYAxis, boxMajorGrid, boxMinorGrid, boxTypeMajor, boxTypeMinor, boxWidthMajor, boxWidthMinor, boxXLine, boxYLine, generalDialog, gridPage, image2_data, image3_data, majorGridEnabled(), minorGridEnabled(), DoubleSpinBox::setRange(), DoubleSpinBox::setSingleStep(), DoubleSpinBox::setValue(), showGridOptions(), updateGrid(), and updatePlot().
Referenced by AxesDialog().
void AxesDialog::initScalesPage | ( | ) | [protected] |
generate UI for the scales page
References axesList, bottom_scl_xpm, boxAxesBreaks, boxBreakDecoration, boxBreakEnd, boxBreakPosition, boxBreakStart, boxBreakWidth, boxEnd, boxEndDateTime, boxEndTime, boxLog10AfterBreak, boxMajorValue, boxMinorTicksAfterBreak, boxMinorTicksBeforeBreak, boxMinorValue, boxScaleType, boxScaleTypeLabel, boxStart, boxStartDateTime, boxStartTime, boxStep, boxStepAfterBreak, boxStepBeforeBreak, boxUnit, btnInvert, btnMajor, btnStep, ApplicationWindow::d_decimal_digits, generalDialog, left_scl_xpm, minorBoxLabel, right_scl_xpm, scalesPage, DoubleSpinBox::setDecimals(), DoubleSpinBox::setMinimum(), stepDisabled(), stepEnabled(), top_scl_xpm, updateMinorTicksList(), updatePlot(), and updateScale().
Referenced by AxesDialog().
void AxesDialog::majorGridEnabled | ( | bool | on | ) | [private, slot] |
References boxColorMajor, boxTypeMajor, boxWidthMajor, and updateGrid().
Referenced by initGridPage().
int AxesDialog::mapToQwtAxis | ( | int | axis | ) | [private, slot] |
Referenced by mapToQwtAxisId(), updateMinorTicksList(), updatePlot(), updateScale(), and updateTitleBox().
int AxesDialog::mapToQwtAxisId | ( | ) | [private, slot] |
References axesTitlesList, and mapToQwtAxis().
Referenced by changeBaselineDist(), customAxisLabelFont(), pickAxisColor(), pickAxisNumColor(), setAxisType(), setBaselineDist(), setLabelsNumericFormat(), setTicksType(), showAxisFormatOptions(), updateAxisColor(), updateAxisType(), updateLabelsFormat(), updateMajTicksType(), updateMinTicksType(), updatePlot(), and updateTickLabelsList().
void AxesDialog::minorGridEnabled | ( | bool | on | ) | [private, slot] |
References boxColorMinor, boxTypeMinor, boxWidthMinor, and updateGrid().
Referenced by initGridPage().
void AxesDialog::pageChanged | ( | QWidget * | page | ) | [private, slot] |
References axesList, axesPage, axesTitlesList, lastPage, and scalesPage.
Referenced by AxesDialog().
void AxesDialog::pickAxisColor | ( | ) | [private, slot] |
References Graph::axisFormatInfo(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, mapToQwtAxisId(), and showAxis().
Referenced by initAxesPage().
void AxesDialog::pickAxisNumColor | ( | ) | [private, slot] |
References Graph::axisFormatInfo(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, mapToQwtAxisId(), and showAxis().
Referenced by initAxesPage().
void AxesDialog::setAxisType | ( | int | axis | ) | [private, slot] |
References Graph::axisFormatInfo(), Graph::axisType(), boxAxisType, boxColName, d_graph, mapToQwtAxisId(), and showAxisFormatOptions().
Referenced by initAxesPage().
void AxesDialog::setBaselineDist | ( | int | ) | [private, slot] |
void AxesDialog::setCurrentScale | ( | int | axisPos | ) | [slot] |
References axesList, axesPage, axesTitlesList, generalDialog, and scalesPage.
Referenced by ApplicationWindow::showAxisPageFromAxisDialog(), and ApplicationWindow::showScalePageFromAxisDialog().
void AxesDialog::setFrameDefaultValues | ( | ) | [private, slot] |
References ApplicationWindow::axesLineWidth, boxAxesLinewidth, boxBackbones, boxFrameColor, boxFramed, boxFrameWidth, boxMajorTicksLength, boxMinorTicksLength, ApplicationWindow::canvasFrameWidth, ColorButton::color(), ApplicationWindow::d_canvas_frame_color, ApplicationWindow::drawBackbones, ApplicationWindow::majTicksLength, ApplicationWindow::minTicksLength, and ApplicationWindow::saveSettings().
Referenced by initFramePage().
void AxesDialog::setGraph | ( | Graph * | g | ) |
References Table::All, Graph::axesBackbones(), axesBaseline, axesGridList, Graph::axesLinewidth(), boxAxesLinewidth, boxBackbones, boxColName, boxFrameColor, boxFramed, boxFrameWidth, boxMajorTicksLength, boxMinorTicksLength, boxTableName, Graph::canvasFrameColor(), Graph::canvasFrameWidth(), ApplicationWindow::columnsList(), d_graph, Graph::getMajorTicksType(), Graph::getMinorTicksType(), Graph::labelsRotation(), Graph::majorTickLength(), majTicks, Graph::minorTickLength(), minTicks, rightAxisOn, ColorButton::setColor(), showGridOptions(), ApplicationWindow::tableNames(), tablesList, tickLabelsOn, topAxisOn, updateTitleBox(), xAxisOn, xBottomFont, xBottomLabelsRotation, xTopFont, xTopLabelsRotation, yAxisOn, yLeftFont, and yRightFont.
Referenced by ApplicationWindow::showScaleDialog().
void AxesDialog::setLabelsNumericFormat | ( | int | ) | [private, slot] |
References Graph::axisFormatInfo(), Graph::axisLabelFormat(), Graph::axisLabelPrecision(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxColName, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, ScaleDraw::Date, ScaleDraw::Day, mapToQwtAxisId(), ScaleDraw::Month, ScaleDraw::Numeric, showAxis(), and ScaleDraw::Time.
Referenced by initAxesPage().
void AxesDialog::setTicksType | ( | int | ) | [private, slot] |
References boxMajorTicksType, boxMinorTicksType, majTicks, mapToQwtAxisId(), and minTicks.
Referenced by initAxesPage().
void AxesDialog::showAxesPage | ( | ) | [slot] |
References axesPage, and generalDialog.
Referenced by ApplicationWindow::showAxisPageFromAxisDialog().
void AxesDialog::showAxis | ( | int | axis, | |
int | type, | |||
const QString & | labelsColName, | |||
bool | axisOn, | |||
int | majTicksType, | |||
int | minTicksType, | |||
bool | labelsOn, | |||
const QColor & | c, | |||
int | format, | |||
int | prec, | |||
int | rotation, | |||
int | baselineDist, | |||
const QString & | formula, | |||
const QColor & | labelsColor | |||
) | [private, slot] |
References ScaleDraw::ColHeader, d_graph, Graph::showAxis(), ApplicationWindow::table(), and ScaleDraw::Text.
void AxesDialog::showAxis | ( | ) | [private, slot] |
References axesTitlesList, boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxColName, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, boxTitle, btnAxesFont, ColorButton::color(), labelBox, rightAxisOn, tickLabelsOn, topAxisOn, xAxisOn, and yAxisOn.
Referenced by changeBaselineDist(), initAxesPage(), pickAxisColor(), pickAxisNumColor(), setLabelsNumericFormat(), updateMajTicksType(), updateMinTicksType(), updatePlot(), and updateTickLabelsList().
void AxesDialog::showAxisFormatOptions | ( | int | format | ) | [private, slot] |
References Graph::axisFormatInfo(), Graph::axisLabelFormat(), boxColName, boxFormat, boxFormula, boxPrecision, boxShowFormula, boxTableName, d_graph, label1, label2, label3, labelTable, mapToQwtAxisId(), showAxisFormula(), and tablesList.
Referenced by initAxesPage(), and setAxisType().
void AxesDialog::showAxisFormula | ( | int | axis | ) | [private, slot] |
References Graph::axisFormula(), boxFormula, boxShowFormula, and d_graph.
Referenced by showAxisFormatOptions().
void AxesDialog::showFormulaBox | ( | ) | [slot] |
void AxesDialog::showGeneralPage | ( | ) | [slot] |
References frame, and generalDialog.
void AxesDialog::showGridOptions | ( | int | axis | ) | [private, slot] |
References boxAntialiseGrid, boxColorMajor, boxColorMinor, boxGridXAxis, boxGridYAxis, boxMajorGrid, boxMinorGrid, boxTypeMajor, boxTypeMinor, boxWidthMajor, boxWidthMinor, boxXLine, boxYLine, d_graph, Graph::grid(), Grid::majPenX(), Grid::majPenY(), Grid::minPenX(), Grid::minPenY(), ColorBox::setColor(), PenStyleBox::setStyle(), DoubleSpinBox::setValue(), Grid::xZeroLineEnabled(), and Grid::yZeroLineEnabled().
Referenced by initGridPage(), and setGraph().
void AxesDialog::showGridPage | ( | ) | [slot] |
void AxesDialog::stepDisabled | ( | ) | [private, slot] |
void AxesDialog::stepEnabled | ( | ) | [private, slot] |
void AxesDialog::updateAxisColor | ( | int | ) | [private, slot] |
References Graph::axisColor(), Graph::axisLabelsColor(), boxAxisColor, boxAxisNumColor, d_graph, mapToQwtAxisId(), and ColorButton::setColor().
Referenced by initAxesPage().
void AxesDialog::updateAxisType | ( | int | axis | ) | [private, slot] |
References boxAxisType, and mapToQwtAxisId().
void AxesDialog::updateGrid | ( | ) | [private, slot] |
References MdiSubWindow::applicationWindow(), applyChangesToGrid(), boxApplyGridFormat, d_graph, generalDialog, Graph::grid(), gridPage, Graph::isPiePlot(), MultiLayer::layersList(), ApplicationWindow::modifiedProject(), Graph::multiLayer(), Graph::notifyChanges(), and ApplicationWindow::windowsList().
Referenced by initGridPage(), majorGridEnabled(), minorGridEnabled(), and updatePlot().
void AxesDialog::updateLabelsFormat | ( | int | ) | [private, slot] |
References Graph::axisFormula(), Graph::axisLabelFormat(), Graph::axisLabelPrecision(), boxAxisType, boxFormat, boxFormula, boxPrecision, boxShowFormula, d_graph, mapToQwtAxisId(), and ScaleDraw::Numeric.
Referenced by initAxesPage().
void AxesDialog::updateMajTicksType | ( | int | ) | [private, slot] |
References Graph::axisFormatInfo(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, majTicks, mapToQwtAxisId(), and showAxis().
Referenced by initAxesPage().
void AxesDialog::updateMinorTicksList | ( | int | scaleType | ) | [private, slot] |
References axesList, boxMinorValue, d_graph, mapToQwtAxis(), and updatePlot().
Referenced by initScalesPage().
void AxesDialog::updateMinTicksType | ( | int | ) | [private, slot] |
References Graph::axisFormatInfo(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, mapToQwtAxisId(), minTicks, and showAxis().
Referenced by initAxesPage().
bool AxesDialog::updatePlot | ( | ) | [private, slot] |
References applyCanvasFormatTo(), axesBaseline, axesList, axesPage, Graph::axisFormatInfo(), Graph::axisTitleString(), Graph::axisType(), boxAngle, boxAxesBreaks, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxBreakDecoration, boxBreakEnd, boxBreakPosition, boxBreakStart, boxBreakWidth, boxColName, boxEnd, boxEndDateTime, boxEndTime, boxFormat, boxFormula, boxLog10AfterBreak, boxMajorTicksType, boxMajorValue, boxMinorTicksAfterBreak, boxMinorTicksBeforeBreak, boxMinorTicksType, boxMinorValue, boxPrecision, boxScaleType, boxShowAxis, boxShowFormula, boxShowLabels, boxStart, boxStartDateTime, boxStartTime, boxStep, boxStepAfterBreak, boxStepBeforeBreak, boxTableName, boxTitle, boxUnit, btnInvert, btnStep, ScaleDraw::ColHeader, ColorButton::color(), d_graph, ScaleDraw::Date, ScaleDraw::dateTimeOrigin(), ScaleDraw::Day, frame, generalDialog, gridPage, mapToQwtAxis(), mapToQwtAxisId(), ScaleDraw::Month, Graph::notifyChanges(), ScaleDraw::Numeric, scalesPage, Graph::setAxisTitle(), Graph::setScale(), showAxis(), ScaleDraw::Time, updateGrid(), DoubleSpinBox::value(), xBottomLabelsRotation, and xTopLabelsRotation.
Referenced by accept(), AxesDialog(), initGridPage(), initScalesPage(), and updateMinorTicksList().
void AxesDialog::updateScale | ( | ) | [private, slot] |
References axesList, Graph::axisStep(), Graph::axisType(), boxAxesBreaks, boxBreakDecoration, boxBreakEnd, boxBreakPosition, boxBreakStart, boxBreakWidth, boxEnd, boxEndDateTime, boxEndTime, boxLog10AfterBreak, boxMajorValue, boxMinorTicksAfterBreak, boxMinorTicksBeforeBreak, boxMinorValue, boxScaleType, boxStart, boxStartDateTime, boxStartTime, boxStep, boxStepAfterBreak, boxStepBeforeBreak, boxUnit, btnInvert, btnMajor, btnStep, d_graph, ScaleDraw::Date, ScaleDraw::dateTimeOrigin(), ScaleDraw::format(), mapToQwtAxis(), DoubleSpinBox::setSingleStep(), DoubleSpinBox::setValue(), and ScaleDraw::Time.
Referenced by initScalesPage().
void AxesDialog::updateShowBox | ( | int | axis | ) | [private, slot] |
References boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxFormat, boxMajorTicksType, boxMinorTicksType, boxShowAxis, boxShowLabels, boxTitle, btnAxesFont, labelBox, rightAxisOn, tickLabelsOn, topAxisOn, xAxisOn, xBottomLabelsRotation, xTopLabelsRotation, and yAxisOn.
Referenced by initAxesPage().
void AxesDialog::updateTickLabelsList | ( | bool | on | ) | [private, slot] |
References Graph::axisFormatInfo(), boxAngle, boxAxisColor, boxAxisNumColor, boxAxisType, boxBaseline, boxColName, boxFormat, boxFormula, boxMajorTicksType, boxMinorTicksType, boxPrecision, boxShowAxis, boxShowFormula, boxShowLabels, ColorButton::color(), d_graph, ScaleDraw::Date, ScaleDraw::Day, mapToQwtAxisId(), ScaleDraw::Month, showAxis(), tickLabelsOn, and ScaleDraw::Time.
Referenced by initAxesPage().
void AxesDialog::updateTitleBox | ( | int | axis | ) | [private, slot] |
References Graph::axisTitleString(), boxTitle, d_graph, and mapToQwtAxis().
Referenced by initAxesPage(), and setGraph().
QList<int> AxesDialog::axesBaseline [protected] |
Referenced by changeBaselineDist(), setBaselineDist(), setGraph(), and updatePlot().
QListWidget* AxesDialog::axesGridList [protected] |
Referenced by applyChangesToGrid(), exec(), initGridPage(), and setGraph().
QListWidget* AxesDialog::axesList [protected] |
Referenced by exec(), initScalesPage(), pageChanged(), setCurrentScale(), updateMinorTicksList(), updatePlot(), and updateScale().
QWidget* AxesDialog::axesPage [protected] |
Referenced by initAxesPage(), pageChanged(), setCurrentScale(), showAxesPage(), and updatePlot().
QListWidget* AxesDialog::axesTitlesList [protected] |
Referenced by customAxisFont(), exec(), initAxesPage(), mapToQwtAxisId(), pageChanged(), setCurrentScale(), and showAxis().
QSpinBox * AxesDialog::boxAngle [protected] |
QCheckBox * AxesDialog::boxAntialiseGrid [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QComboBox* AxesDialog::boxApplyGridFormat [protected] |
Referenced by initGridPage(), and updateGrid().
QGroupBox* AxesDialog::boxAxesBreaks [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QSpinBox * AxesDialog::boxAxesLinewidth [protected] |
Referenced by applyCanvasFormatTo(), initFramePage(), setFrameDefaultValues(), and setGraph().
ColorButton* AxesDialog::boxAxisColor [protected] |
ColorButton * AxesDialog::boxAxisNumColor [protected] |
QComboBox * AxesDialog::boxAxisType [protected] |
QCheckBox* AxesDialog::boxBackbones [protected] |
Referenced by applyCanvasFormatTo(), initFramePage(), setFrameDefaultValues(), and setGraph().
QSpinBox * AxesDialog::boxBaseline [protected] |
QSpinBox * AxesDialog::boxBorderWidth [protected] |
QCheckBox * AxesDialog::boxBreakDecoration [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
DoubleSpinBox * AxesDialog::boxBreakEnd [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QSpinBox* AxesDialog::boxBreakPosition [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
DoubleSpinBox* AxesDialog::boxBreakStart [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QSpinBox * AxesDialog::boxBreakWidth [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
ColorButton* AxesDialog::boxCanvasColor [protected] |
QComboBox * AxesDialog::boxColName [protected] |
Referenced by initAxesPage(), setAxisType(), setGraph(), setLabelsNumericFormat(), showAxis(), showAxisFormatOptions(), updatePlot(), and updateTickLabelsList().
ColorBox* AxesDialog::boxColorMajor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), majorGridEnabled(), and showGridOptions().
ColorBox* AxesDialog::boxColorMinor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), minorGridEnabled(), and showGridOptions().
DoubleSpinBox* AxesDialog::boxEnd [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QDateTimeEdit * AxesDialog::boxEndDateTime [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QTimeEdit * AxesDialog::boxEndTime [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QComboBox * AxesDialog::boxFormat [protected] |
QTextEdit* AxesDialog::boxFormula [protected] |
ColorButton* AxesDialog::boxFrameColor [protected] |
Referenced by applyCanvasFormatTo(), initFramePage(), setFrameDefaultValues(), and setGraph().
QGroupBox* AxesDialog::boxFramed [protected] |
Referenced by applyCanvasFormatTo(), initFramePage(), setFrameDefaultValues(), and setGraph().
QSpinBox* AxesDialog::boxFrameWidth [protected] |
Referenced by applyCanvasFormatTo(), initFramePage(), setFrameDefaultValues(), and setGraph().
QComboBox * AxesDialog::boxGridXAxis [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QComboBox * AxesDialog::boxGridYAxis [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QCheckBox* AxesDialog::boxLog10AfterBreak [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QCheckBox* AxesDialog::boxMajorGrid [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QSpinBox* AxesDialog::boxMajorTicksLength [protected] |
Referenced by applyCanvasFormatTo(), changeMinorTicksLength(), initFramePage(), setFrameDefaultValues(), and setGraph().
QComboBox* AxesDialog::boxMajorTicksType [protected] |
QSpinBox* AxesDialog::boxMajorValue [protected] |
Referenced by initScalesPage(), stepDisabled(), stepEnabled(), updatePlot(), and updateScale().
QCheckBox* AxesDialog::boxMinorGrid [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QComboBox * AxesDialog::boxMinorTicksAfterBreak [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QComboBox* AxesDialog::boxMinorTicksBeforeBreak [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QSpinBox * AxesDialog::boxMinorTicksLength [protected] |
Referenced by applyCanvasFormatTo(), changeMajorTicksLength(), initFramePage(), setFrameDefaultValues(), and setGraph().
QComboBox * AxesDialog::boxMinorTicksType [protected] |
QComboBox* AxesDialog::boxMinorValue [protected] |
Referenced by initScalesPage(), updateMinorTicksList(), updatePlot(), and updateScale().
QSpinBox * AxesDialog::boxPrecision [protected] |
QComboBox* AxesDialog::boxScaleType [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QLabel * AxesDialog::boxScaleTypeLabel [protected] |
Referenced by initScalesPage().
QCheckBox* AxesDialog::boxShowAxis [protected] |
QCheckBox * AxesDialog::boxShowFormula [protected] |
QGroupBox* AxesDialog::boxShowLabels [protected] |
DoubleSpinBox* AxesDialog::boxStart [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QDateTimeEdit* AxesDialog::boxStartDateTime [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QTimeEdit* AxesDialog::boxStartTime [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
DoubleSpinBox* AxesDialog::boxStep [protected] |
Referenced by initScalesPage(), stepDisabled(), stepEnabled(), updatePlot(), and updateScale().
DoubleSpinBox * AxesDialog::boxStepAfterBreak [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
DoubleSpinBox * AxesDialog::boxStepBeforeBreak [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QComboBox * AxesDialog::boxTableName [protected] |
Referenced by initAxesPage(), setGraph(), showAxisFormatOptions(), and updatePlot().
QTextEdit * AxesDialog::boxTitle [protected] |
Referenced by changeBaselineDist(), initAxesPage(), showAxis(), updatePlot(), updateShowBox(), and updateTitleBox().
PenStyleBox* AxesDialog::boxTypeMajor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), majorGridEnabled(), and showGridOptions().
PenStyleBox* AxesDialog::boxTypeMinor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), minorGridEnabled(), and showGridOptions().
QComboBox* AxesDialog::boxUnit [protected] |
Referenced by initScalesPage(), stepDisabled(), stepEnabled(), updatePlot(), and updateScale().
DoubleSpinBox* AxesDialog::boxWidthMajor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), majorGridEnabled(), and showGridOptions().
DoubleSpinBox* AxesDialog::boxWidthMinor [protected] |
Referenced by applyChangesToGrid(), initGridPage(), minorGridEnabled(), and showGridOptions().
QCheckBox* AxesDialog::boxXLine [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QCheckBox* AxesDialog::boxYLine [protected] |
Referenced by applyChangesToGrid(), initGridPage(), and showGridOptions().
QPushButton* AxesDialog::btnAxesFont [protected] |
Referenced by initAxesPage(), showAxis(), and updateShowBox().
QCheckBox * AxesDialog::btnInvert [protected] |
Referenced by initScalesPage(), updatePlot(), and updateScale().
QCheckBox* AxesDialog::btnMajor [protected] |
Referenced by initScalesPage(), stepDisabled(), stepEnabled(), and updateScale().
QCheckBox* AxesDialog::btnStep [protected] |
Referenced by initScalesPage(), stepDisabled(), stepEnabled(), updatePlot(), and updateScale().
QPushButton* AxesDialog::buttonApply [protected] |
Referenced by AxesDialog().
QPushButton* AxesDialog::buttonCancel [protected] |
Referenced by AxesDialog().
QPushButton* AxesDialog::buttonLabelFont [protected] |
Referenced by initAxesPage().
QPushButton* AxesDialog::buttonOk [protected] |
Referenced by AxesDialog().
QComboBox* AxesDialog::canvasFrameApplyToBox [protected] |
Referenced by applyCanvasFormat(), and initFramePage().
Graph* AxesDialog::d_graph [protected] |
Referenced by applyCanvasFormat(), changeBaselineDist(), customAxisFont(), customAxisLabelFont(), pickAxisColor(), pickAxisNumColor(), setAxisType(), setGraph(), setLabelsNumericFormat(), showAxis(), showAxisFormatOptions(), showAxisFormula(), showGridOptions(), updateAxisColor(), updateGrid(), updateLabelsFormat(), updateMajTicksType(), updateMinorTicksList(), updateMinTicksType(), updatePlot(), updateScale(), updateTickLabelsList(), and updateTitleBox().
TextFormatButtons* AxesDialog::formatButtons [protected] |
Referenced by initAxesPage().
QWidget * AxesDialog::frame [protected] |
Referenced by applyCanvasFormat(), initFramePage(), showGeneralPage(), and updatePlot().
QPushButton* AxesDialog::frameDefaultBtn [protected] |
Referenced by initFramePage().
QTabWidget* AxesDialog::generalDialog [protected] |
QWidget* AxesDialog::gridPage [protected] |
Referenced by initGridPage(), showGridPage(), updateGrid(), and updatePlot().
QLabel* AxesDialog::label1 [protected] |
Referenced by initAxesPage(), and showAxisFormatOptions().
QLabel * AxesDialog::label2 [protected] |
Referenced by initAxesPage(), and showAxisFormatOptions().
QLabel * AxesDialog::label3 [protected] |
Referenced by initAxesPage(), and showAxisFormatOptions().
QGroupBox* AxesDialog::labelBox [protected] |
Referenced by initAxesPage(), showAxis(), and updateShowBox().
QLabel * AxesDialog::labelTable [protected] |
Referenced by initAxesPage(), and showAxisFormatOptions().
QWidget* AxesDialog::lastPage [protected] |
QList<int> AxesDialog::majTicks [protected] |
Referenced by setGraph(), setTicksType(), and updateMajTicksType().
QLabel * AxesDialog::minorBoxLabel [protected] |
Referenced by initScalesPage().
QList<int> AxesDialog::minTicks [protected] |
Referenced by setGraph(), setTicksType(), and updateMinTicksType().
bool AxesDialog::rightAxisOn [protected] |
Referenced by setGraph(), showAxis(), and updateShowBox().
QWidget* AxesDialog::scalesPage [protected] |
Referenced by AxesDialog(), initScalesPage(), pageChanged(), setCurrentScale(), and updatePlot().
QStringList AxesDialog::tablesList [protected] |
Referenced by setGraph(), and showAxisFormatOptions().
QStringList AxesDialog::tickLabelsOn [protected] |
Referenced by setGraph(), showAxis(), updateShowBox(), and updateTickLabelsList().
bool AxesDialog::topAxisOn [protected] |
Referenced by setGraph(), showAxis(), and updateShowBox().
bool AxesDialog::xAxisOn [protected] |
Referenced by setGraph(), showAxis(), and updateShowBox().
QFont AxesDialog::xBottomFont [protected] |
Referenced by customAxisFont(), and setGraph().
int AxesDialog::xBottomLabelsRotation [protected] |
Referenced by setGraph(), updatePlot(), and updateShowBox().
QFont AxesDialog::xTopFont [protected] |
Referenced by customAxisFont(), and setGraph().
int AxesDialog::xTopLabelsRotation [protected] |
Referenced by setGraph(), updatePlot(), and updateShowBox().
bool AxesDialog::yAxisOn [protected] |
Referenced by setGraph(), showAxis(), and updateShowBox().
QFont AxesDialog::yLeftFont [protected] |
Referenced by customAxisFont(), and setGraph().
QFont AxesDialog::yRightFont [protected] |
Referenced by customAxisFont(), and setGraph().