X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiGraphics.h;h=6446949daf39d54ab08f8ee7f57ddc67e55c43c5;hb=b7f6b979d0f889f08e735f35378bb20ba3788b4b;hp=3f91126d4ec15b73dacef83fa8506d225ef4a4e2;hpb=c248ed757beef1162c5b3d55c3f4a2ec76933dc7;p=lyx.git diff --git a/src/frontends/qt4/GuiGraphics.h b/src/frontends/qt4/GuiGraphics.h index 3f91126d4e..6446949daf 100644 --- a/src/frontends/qt4/GuiGraphics.h +++ b/src/frontends/qt4/GuiGraphics.h @@ -20,8 +20,6 @@ #include "insets/InsetGraphicsParams.h" -#include "support/docstring.h" - #include class QString; @@ -40,14 +38,16 @@ public: private Q_SLOTS: void change_adaptor(); - void change_group(int); - 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: @@ -81,6 +81,8 @@ private: std::vector origin_ltx; /// InsetGraphicsParams params_; + /// the current graphics group + std::string current_group_; }; } // namespace frontend