]> 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 c73a3223b1596e366e9ed0b6ef3da1fc03af2b2b..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
  */
@@ -40,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