src/gui_editactions.cpp

changeset 387
248296088f2c
parent 382
c1642530ea35
child 388
7ff483614aa1
equal deleted inserted replaced
386:751d31336f08 387:248296088f2c
25 #include "common.h" 25 #include "common.h"
26 #include "file.h" 26 #include "file.h"
27 #include "colorSelectDialog.h" 27 #include "colorSelectDialog.h"
28 #include "misc.h" 28 #include "misc.h"
29 #include "widgets.h" 29 #include "widgets.h"
30 #include "extprogs.h"
31 #include "gldraw.h" 30 #include "gldraw.h"
32 #include "dialogs.h" 31 #include "dialogs.h"
33 #include "colors.h" 32 #include "colors.h"
34 #include "ui_replcoords.h" 33 #include "ui_replcoords.h"
35 #include "ui_editraw.h" 34 #include "ui_editraw.h"
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

mercurial