27class QDialogButtonBox;
45 std::string
const& gmsh_path,
46 QDialog* parent =
nullptr);
Manages the import of ESRI shape files into GeoLib.
Container class for geometric objects.
Dialog for selecting which information should be loaded from a shape file.
void accept() override
Instructions if the OK-Button has been pressed.
void reject() override
Instructions if the Cancel-Button has been pressed.
void setupDialog()
The buttons used in this dialog.
QLabel * _shpContentLabel
~SHPImportDialog() override
SHPImportDialog(std::string filename, GeoLib::GEOObjects &geo_objects, std::string const &gmsh_path, QDialog *parent=nullptr)
Constructor.
QDialogButtonBox * _buttonBox
FileIO::SHPInterface * _shpInterface
std::string const _gmsh_path