17#include "ui_LinearEdit.h"
31 const std::vector<std::size_t>& dis_nodes,
32 const std::vector<double>& dis_values,
33 QDialog* parent =
nullptr);
37 void setupDialog(
const std::vector<std::size_t> &dis_nodes,
const std::vector<double> &dis_values);
Definition of the PolyLine class.
Class Polyline consists mainly of a reference to a point vector and a vector that stores the indices ...
A dialog window for creating linear boundary conditions on polylines.
void reject() override
Instructions if the Cancel-Button has been pressed.
const GeoLib::Polyline _line
~LinearEditDialog() override
void on_comboBox_currentIndexChanged(int index)
void setupDialog(const std::vector< std::size_t > &dis_nodes, const std::vector< double > &dis_values)
void accept() override
Instructions if the OK-Button has been pressed.
LinearEditDialog(const GeoLib::Polyline &line, const std::vector< std::size_t > &dis_nodes, const std::vector< double > &dis_values, QDialog *parent=nullptr)
void transmitDisValues(std::vector< std::pair< std::size_t, double > >)