summaryrefslogtreecommitdiff
path: root/openscad.h
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-29 18:03:06 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-29 18:03:06 (GMT)
commit934e2cef98bc16d2552641314dae1f17a8841079 (patch)
tree48eca47c4e443a9d96841b2fa00276ae9943d449 /openscad.h
parentb8ce36f7e7e76c5cd6c51bc44f651ea43f85a8d7 (diff)
Clifford Wolf:
Improved wireframe vs. light shading selection git-svn-id: http://svn.clifford.at/openscad/trunk@36 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r--openscad.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openscad.h b/openscad.h
index 0f8da36..c139d6e 100644
--- a/openscad.h
+++ b/openscad.h
@@ -507,7 +507,8 @@ public:
QAction *actViewModeCGALGrid;
#endif
QAction *actViewModeThrownTogether;
- QAction *actViewModeLights;
+ QAction *actViewModeWireframe;
+ QAction *actViewModeShaded;
void viewModeActionsUncheck();
private slots:
@@ -519,7 +520,8 @@ private slots:
void viewModeCGALGrid();
#endif
void viewModeThrownTogether();
- void viewModeLights();
+ void viewModeWireframe();
+ void viewModeShaded();
};
extern AbstractModule *parse(const char *text, int debug);
contact: Jan Huwald // Impressum