#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 |
| AssociationsDialog::AssociationsDialog | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
| AssociationsDialog::~AssociationsDialog | ( | ) |
| void AssociationsDialog::accept | ( | ) | [private, slot] |
| void AssociationsDialog::changePlotAssociation | ( | int | curve, | |
| const QString & | text | |||
| ) | [private] |
| bool AssociationsDialog::eventFilter | ( | QObject * | object, | |
| QEvent * | e | |||
| ) | [private] |
| Table * AssociationsDialog::findTable | ( | int | index | ) | [private] |
| void AssociationsDialog::initTablesList | ( | QWidgetList * | lst, | |
| int | curve | |||
| ) |
| QString AssociationsDialog::plotAssociation | ( | const QString & | text | ) | [private] |
| void AssociationsDialog::setGraph | ( | Graph * | g | ) |
| void AssociationsDialog::uncheckCol | ( | int | col | ) | [private] |
| void AssociationsDialog::updateColumnTypes | ( | ) | [private] |
| void AssociationsDialog::updateCurves | ( | ) | [private, slot] |
| void AssociationsDialog::updatePlotAssociation | ( | int | row, | |
| int | col | |||
| ) | [private] |
| void AssociationsDialog::updateTable | ( | int | index | ) | [private, slot] |
Table* AssociationsDialog::active_table [private] |
QListWidget* AssociationsDialog::associations [private] |
QPushButton * AssociationsDialog::btnApply [private] |
QPushButton * AssociationsDialog::btnCancel [private] |
QPushButton* AssociationsDialog::btnOK [private] |
Graph* AssociationsDialog::graph [private] |
QStringList AssociationsDialog::plotAssociationsList [private] |
QTableWidget* AssociationsDialog::table [private] |
QLabel* AssociationsDialog::tableCaptionLabel [private] |
QWidgetList* AssociationsDialog::tables [private] |
1.5.4