X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiGraphics.h;h=67a4cbeac299d05cf32cbf354e92b2e1085b91ae;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=14c237646601a8659bf78841f406f8407057cd54;hpb=99b12faae498a9a09c91691cd45d42e6bb9e6dfb;p=lyx.git diff --git a/src/frontends/qt4/GuiGraphics.h b/src/frontends/qt4/GuiGraphics.h index 14c2376466..67a4cbeac2 100644 --- a/src/frontends/qt4/GuiGraphics.h +++ b/src/frontends/qt4/GuiGraphics.h @@ -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 origin_ltx; /// InsetGraphicsParams params_; + /// the current graphics group + std::string current_group_; }; } // namespace frontend