37 #include "colors.h" |
37 #include "colors.h" |
38 #include "glCompiler.h" |
38 #include "glCompiler.h" |
39 #include "ui_newpart.h" |
39 #include "ui_newpart.h" |
40 #include "editmodes/abstractEditMode.h" |
40 #include "editmodes/abstractEditMode.h" |
41 |
41 |
42 EXTERN_CFGENTRY (Bool, DrawWireframe); |
42 EXTERN_CFGENTRY (Bool, DrawWireframe) |
43 EXTERN_CFGENTRY (Bool, BFCRedGreenView); |
43 EXTERN_CFGENTRY (Bool, BFCRedGreenView) |
44 EXTERN_CFGENTRY (String, DefaultName); |
44 EXTERN_CFGENTRY (String, DefaultName) |
45 EXTERN_CFGENTRY (String, DefaultUser); |
45 EXTERN_CFGENTRY (String, DefaultUser) |
46 EXTERN_CFGENTRY (Bool, UseCALicense); |
46 EXTERN_CFGENTRY (Bool, UseCALicense) |
47 EXTERN_CFGENTRY (Bool, DrawAngles); |
47 EXTERN_CFGENTRY (Bool, DrawAngles) |
48 EXTERN_CFGENTRY (Bool, RandomColors) |
48 EXTERN_CFGENTRY (Bool, RandomColors) |
49 EXTERN_CFGENTRY (Bool, DrawSurfaces) |
49 EXTERN_CFGENTRY (Bool, DrawSurfaces) |
50 EXTERN_CFGENTRY (Bool, DrawEdgeLines) |
50 EXTERN_CFGENTRY (Bool, DrawEdgeLines) |
51 EXTERN_CFGENTRY (Bool, DrawConditionalLines) |
51 EXTERN_CFGENTRY (Bool, DrawConditionalLines) |
|
52 EXTERN_CFGENTRY (Bool, DrawAxes) |
52 |
53 |
53 // ============================================================================= |
54 // ============================================================================= |
54 // |
55 // |
55 void MainWindow::slot_actionNew() |
56 void MainWindow::slot_actionNew() |
56 { |
57 { |