Home
last modified time | relevance | path

Searched refs:csg_filename (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dmainwin.cc2510 auto csg_filename = QFileDialog::getSaveFileName(this, in actionExportCSG() local
2513 if (csg_filename.isEmpty()) { in actionExportCSG()
2518 std::ofstream fstream(csg_filename.toLocal8Bit()); in actionExportCSG()
2520 …LOG(message_group::None,Location::NONE,"","Can't open file \"%1$s\" for export",csg_filename.toLoc… in actionExportCSG()
2525 fileExportedMessage("CSG", csg_filename); in actionExportCSG()
2526 this->export_paths[suffix] = csg_filename; in actionExportCSG()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dmainwin.cc2528 auto csg_filename = QFileDialog::getSaveFileName(this, in actionExportCSG() local
2531 if (csg_filename.isEmpty()) { in actionExportCSG()
2536 std::ofstream fstream(csg_filename.toLocal8Bit()); in actionExportCSG()
2538 …LOG(message_group::None,Location::NONE,"","Can't open file \"%1$s\" for export",csg_filename.toLoc… in actionExportCSG()
2543 fileExportedMessage("CSG", csg_filename); in actionExportCSG()
2544 this->export_paths[suffix] = csg_filename; in actionExportCSG()