SciDAVis
1.D4
|
Plot associations dialog. More...
#include <AssociationsDialog.h>
Public Member Functions | |
AssociationsDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
void | initTablesList (QWidgetList *lst, int curve) |
void | setGraph (Graph *g) |
~AssociationsDialog () |
Private Slots | |
void | accept () |
void | updateCurves () |
void | updateTable (int index) |
Private Member Functions | |
void | changePlotAssociation (int curve, const QString &text) |
bool | eventFilter (QObject *object, QEvent *e) |
Table * | findTable (int index) |
QString | plotAssociation (const QString &text) |
void | uncheckCol (int col) |
void | updateColumnTypes () |
void | updatePlotAssociation (int row, int col) |
Private Attributes | |
Table * | active_table |
QListWidget * | associations |
QPushButton * | btnApply |
QPushButton * | btnCancel |
QPushButton * | btnOK |
Graph * | graph |
QStringList | plotAssociationsList |
QTableWidget * | table |
QLabel * | tableCaptionLabel |
QWidgetList * | tables |
Plot associations dialog.
AssociationsDialog::AssociationsDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References accept(), active_table, associations, btnApply, btnCancel, btnOK, table, tableCaptionLabel, updateCurves(), and updateTable().
AssociationsDialog::~AssociationsDialog | ( | ) |
References tables.
|
privateslot |
References updateCurves().
Referenced by AssociationsDialog().
|
private |
References Graph::curve(), graph, QwtErrorPlotCurve::Horizontal, DataCurve::loadData(), VectorCurve::loadData(), QwtErrorPlotCurve::loadData(), QwtErrorPlotCurve::masterCurve(), Graph::masterCurve(), Graph::notifyChanges(), DataCurve::plotAssociation(), DataCurve::remove(), QwtErrorPlotCurve::setDirection(), QwtErrorPlotCurve::setMasterCurve(), VectorCurve::setVectorEnd(), DataCurve::setXColumnName(), VectorCurve::vectorEndXAColName(), VectorCurve::vectorEndYMColName(), and QwtErrorPlotCurve::Vertical.
Referenced by updateCurves().
|
private |
References table, uncheckCol(), and updatePlotAssociation().
|
private |
References associations, and tables.
Referenced by updateTable().
void AssociationsDialog::initTablesList | ( | QWidgetList * | lst, |
int | curve | ||
) |
References active_table, associations, and tables.
Referenced by ApplicationWindow::showPlotAssociations().
|
private |
Referenced by updateCurves().
void AssociationsDialog::setGraph | ( | Graph * | g | ) |
References associations, Graph::curves(), Graph::Function, graph, plotAssociationsList, Graph::plotItem(), and table.
Referenced by ApplicationWindow::showPlotAssociations().
|
private |
References table.
Referenced by eventFilter(), and updatePlotAssociation().
|
private |
References associations, and table.
Referenced by updateTable().
|
privateslot |
References associations, changePlotAssociation(), graph, plotAssociation(), and Graph::updatePlot().
Referenced by accept(), and AssociationsDialog().
|
private |
References associations, plotAssociationsList, table, and uncheckCol().
Referenced by eventFilter().
|
privateslot |
References active_table, Table::colNames(), findTable(), Table::name(), Table::numCols(), table, tableCaptionLabel, and updateColumnTypes().
Referenced by AssociationsDialog().
|
private |
Referenced by AssociationsDialog(), initTablesList(), and updateTable().
|
private |
Referenced by AssociationsDialog(), findTable(), initTablesList(), setGraph(), updateColumnTypes(), updateCurves(), and updatePlotAssociation().
|
private |
Referenced by AssociationsDialog().
|
private |
Referenced by AssociationsDialog().
|
private |
Referenced by AssociationsDialog().
|
private |
Referenced by changePlotAssociation(), setGraph(), and updateCurves().
|
private |
Referenced by setGraph(), and updatePlotAssociation().
|
private |
Referenced by AssociationsDialog(), eventFilter(), setGraph(), uncheckCol(), updateColumnTypes(), updatePlotAssociation(), and updateTable().
|
private |
Referenced by AssociationsDialog(), and updateTable().
|
private |
Referenced by findTable(), initTablesList(), and ~AssociationsDialog().