]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.h
Whitespace.
[lyx.git] / src / frontends / qt4 / GuiGraphics.h
index 14c237646601a8659bf78841f406f8407057cd54..67a4cbeac299d05cf32cbf354e92b2e1085b91ae 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voß
+ * \author Herbert Voß
  * \author Baruch Even
  * \author Angus Leeming
  *
@@ -40,7 +40,9 @@ public:
 
 private Q_SLOTS:
        void change_adaptor();
-       void change_bb();
+       void changeGroup(int);
+       void changeBB();
+       void on_newGroupPB_clicked();
        void on_browsePB_clicked();
        void on_getPB_clicked();
        void on_scaleCB_toggled(bool);
@@ -79,6 +81,8 @@ private:
        std::vector<std::string> origin_ltx;
        ///
        InsetGraphicsParams params_;
+       /// the current graphics group
+       std::string current_group_;
 };
 
 } // namespace frontend