| 77 | } |
| 78 | |
| 79 | plotDialog::EntityType plotDialog::getEntityType() const |
| 80 | { |
| 81 | return m_pTypeSelection->itemData(m_pTypeSelection->currentIndex()).value<plotDialog::EntityType>(); |
| 82 | } |
| 83 | |
| 84 | //get the valuew that the user entered |
| 85 | void plotDialog::getValues(QString& eq1, QString& eq2, QString& start, QString& end, double& step) const |