gui.h

changeset 124
7962744759ad
parent 110
a62ab18d1b80
child 125
7ee7aa5e28be
--- a/gui.h	Sun Apr 21 19:03:53 2013 +0300
+++ b/gui.h	Mon Apr 22 03:53:21 2013 +0300
@@ -123,6 +123,10 @@
 	QToolBar* qColorToolBar;
 	std::vector<quickColorMetaEntry> quickColorMeta;
 	
+	// Grid buttons
+	QAction* gridActions[3];
+	QToolBar* qGridToolBar;
+	
 	// Selected objects
 	std::vector<LDObject*> paSelection;
 	
@@ -154,6 +158,7 @@
 	void slot_action ();
 	void slot_recentFile ();
 	void slot_quickColor ();
+	void slot_setGrid ();
 };
 
 // -----------------------------------------------------------------------------

mercurial