526 log (ForgeWindow::tr ("%1 objects uncolored"), num); |
525 log (ForgeWindow::tr ("%1 objects uncolored"), num); |
527 g_win->fullRefresh(); |
526 g_win->fullRefresh(); |
528 } |
527 } |
529 |
528 |
530 // ============================================================================= |
529 // ============================================================================= |
531 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
|
532 // ============================================================================= |
|
533 DEFINE_ACTION (Ytruder, 0) { |
|
534 runYtruder(); |
|
535 } |
|
536 |
|
537 DEFINE_ACTION (Rectifier, 0) { |
|
538 runRectifier(); |
|
539 } |
|
540 |
|
541 DEFINE_ACTION (Intersector, 0) { |
|
542 runIntersector(); |
|
543 } |
|
544 |
|
545 DEFINE_ACTION (Coverer, 0) { |
|
546 runCoverer(); |
|
547 } |
|
548 |
|
549 DEFINE_ACTION (Isecalc, 0) { |
|
550 runIsecalc(); |
|
551 } |
|
552 |
|
553 // ============================================================================= |
|
554 DEFINE_ACTION (ReplaceCoords, CTRL (R)) { |
530 DEFINE_ACTION (ReplaceCoords, CTRL (R)) { |
555 QDialog* dlg = new QDialog (g_win); |
531 QDialog* dlg = new QDialog (g_win); |
556 Ui::ReplaceCoordsUI ui; |
532 Ui::ReplaceCoordsUI ui; |
557 ui.setupUi (dlg); |
533 ui.setupUi (dlg); |
558 |
534 |