src/extPrograms.cc

changeset 929
66e8453e1768
parent 927
409b82a4765e
equal deleted inserted replaced
928:0fef7bb7b7a2 929:66e8453e1768
347 } 347 }
348 348
349 // ============================================================================= 349 // =============================================================================
350 // Interface for Ytruder 350 // Interface for Ytruder
351 // ============================================================================= 351 // =============================================================================
352 void MainWindow::slot_actionYtruder() 352 void MainWindow::actionYtruder()
353 { 353 {
354 setlocale (LC_ALL, "C"); 354 setlocale (LC_ALL, "C");
355 355
356 if (not CheckExtProgramPath (Ytruder)) 356 if (not CheckExtProgramPath (Ytruder))
357 return; 357 return;
404 } 404 }
405 405
406 // ============================================================================= 406 // =============================================================================
407 // Rectifier interface 407 // Rectifier interface
408 // ============================================================================= 408 // =============================================================================
409 void MainWindow::slot_actionRectifier() 409 void MainWindow::actionRectifier()
410 { 410 {
411 setlocale (LC_ALL, "C"); 411 setlocale (LC_ALL, "C");
412 412
413 if (not CheckExtProgramPath (Rectifier)) 413 if (not CheckExtProgramPath (Rectifier))
414 return; 414 return;
449 } 449 }
450 450
451 // ============================================================================= 451 // =============================================================================
452 // Intersector interface 452 // Intersector interface
453 // ============================================================================= 453 // =============================================================================
454 void MainWindow::slot_actionIntersector() 454 void MainWindow::actionIntersector()
455 { 455 {
456 setlocale (LC_ALL, "C"); 456 setlocale (LC_ALL, "C");
457 457
458 if (not CheckExtProgramPath (Intersector)) 458 if (not CheckExtProgramPath (Intersector))
459 return; 459 return;
548 } 548 }
549 } 549 }
550 550
551 // ============================================================================= 551 // =============================================================================
552 // 552 //
553 void MainWindow::slot_actionCoverer() 553 void MainWindow::actionCoverer()
554 { 554 {
555 setlocale (LC_ALL, "C"); 555 setlocale (LC_ALL, "C");
556 556
557 if (not CheckExtProgramPath (Coverer)) 557 if (not CheckExtProgramPath (Coverer))
558 return; 558 return;
612 InsertOutput (outDATName, false, {}); 612 InsertOutput (outDATName, false, {});
613 } 613 }
614 614
615 // ============================================================================= 615 // =============================================================================
616 // 616 //
617 void MainWindow::slot_actionIsecalc() 617 void MainWindow::actionIsecalc()
618 { 618 {
619 setlocale (LC_ALL, "C"); 619 setlocale (LC_ALL, "C");
620 620
621 if (not CheckExtProgramPath (Isecalc)) 621 if (not CheckExtProgramPath (Isecalc))
622 return; 622 return;
671 InsertOutput (outDATName, false, {}); 671 InsertOutput (outDATName, false, {});
672 } 672 }
673 673
674 // ============================================================================= 674 // =============================================================================
675 // 675 //
676 void MainWindow::slot_actionEdger2() 676 void MainWindow::actionEdger2()
677 { 677 {
678 setlocale (LC_ALL, "C"); 678 setlocale (LC_ALL, "C");
679 679
680 if (not CheckExtProgramPath (Edger2)) 680 if (not CheckExtProgramPath (Edger2))
681 return; 681 return;

mercurial