]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.h
Set a maximum value to zoom level
[lyx.git] / src / frontends / qt4 / GuiGraphics.h
index 14c237646601a8659bf78841f406f8407057cd54..6446949daf39d54ab08f8ee7f57ddc67e55c43c5 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
  *
@@ -20,8 +20,6 @@
 
 #include "insets/InsetGraphicsParams.h"
 
-#include "support/docstring.h"
-
 #include <vector>
 
 class QString;
@@ -40,12 +38,16 @@ 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);
        void on_WidthCB_toggled(bool);
        void on_HeightCB_toggled(bool);
+       void updateAspectRatioStatus();
+       void on_aspectratio_toggled(bool);
        void on_angle_textChanged(const QString &);
 
 private:
@@ -79,6 +81,8 @@ private:
        std::vector<std::string> origin_ltx;
        ///
        InsetGraphicsParams params_;
+       /// the current graphics group
+       std::string current_group_;
 };
 
 } // namespace frontend