]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QGraphics.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QGraphics.h
index 0e3a4a15da43b393d37f376c44b0ea7511d19bf6..70cb175a1751dbc648770d991c1ff35fc3b055ef 100644 (file)
@@ -5,6 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
+ * \author Herbert Voss
  *
  * Full author contact details are available in file CREDITS
  */
@@ -31,10 +32,8 @@ public:
        friend class QGraphicsDialog;
        ///
        QGraphics();
-
 protected:
        virtual bool isValid();
-
 private:
        /// Apply changes
        virtual void apply();
@@ -42,11 +41,12 @@ private:
        virtual void update_contents();
        /// build the dialog
        virtual void build_dialog();
-
-       /// browse for a file
-       void browse();
        /// get bounding box from file
-       void get();
+       void getBB();
+
+       /// Store the LaTeX names for the rotation origins.
+       std::vector<string> origin_ltx;
+
 };
 
 #endif // QGRAPHICS_H