]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.h
* a configuration value for the mouse wheel scrolling speed:
[lyx.git] / src / frontends / qt4 / GuiGraphics.h
index 27efa82e5e5de0e95068c9efcc4a46237ae57717..a80074e70b465abee079bcb3b2817476059cb41a 100644 (file)
@@ -21,7 +21,6 @@
 #include "support/docstring.h"
 #include "insets/InsetGraphics.h"
 
-#include <utility>
 #include <vector>
 
 class QString;
@@ -33,14 +32,12 @@ class InsetGraphicsParams;
 
 namespace frontend {
 
-class LyXView;
-
-class GuiGraphics : public GuiDialog, public Ui::GraphicsUi, public Controller
+class GuiGraphics : public GuiDialog, public Ui::GraphicsUi
 {
        Q_OBJECT
 
 public:
-       GuiGraphics(LyXView & lv);
+       GuiGraphics(GuiView & lv);
        void setAutoText();
 
 private Q_SLOTS:
@@ -57,8 +54,6 @@ private Q_SLOTS:
 
 private:
        void closeEvent(QCloseEvent * e);
-       /// parent controller
-       Controller & controller() { return *this; }
        bool isValid();
        /// Apply changes
        void applyView();
@@ -98,11 +93,6 @@ private:
 /// get the units for the bounding box
 std::vector<std::string> const getBBUnits();
 
-/// The (tranlated) GUI std::string and it's LaTeX equivalent.
-typedef std::pair<docstring, std::string> RotationOriginPair;
-///
-std::vector<RotationOriginPair> getRotationOriginData();
-
 } // namespace frontend
 } // namespace lyx