]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlGraphics.h
to much stuff for my liking...
[lyx.git] / src / frontends / controllers / ControlGraphics.h
index 1be2845c335b3fd9f197b5e4df298f85bc692f8a..0c9dc1696f244ea7b54af5c88bd127879153d074 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -9,7 +10,8 @@
  *
  * \file ControlGraphics.h
  * \author Angus Leeming <a.leeming@ic.ac.uk>
- */
+ * \author Herbert Voss <voss@perce.de>
+*/
 
 #ifndef CONTROLGRAPHICS_H
 #define CONTROLGRAPHICS_H
@@ -19,9 +21,9 @@
 #endif 
 
 #include "ControlInset.h"
-#include "insets/insetgraphicsParams.h" // need operator!=()
 
 class InsetGraphics;
+class InsetGraphicsParams;
 class LyXView;
 
 /** A controller for Graphics dialogs.
@@ -34,6 +36,12 @@ public:
 
        /// Browse for a file
        string const Browse(string const &);
+       /// Read the Bounding Box from a eps or ps-file
+       string const readBB(string const & file);
+       /// Control the bb
+       bool bbChanged;
+       /// Show Help file
+       void help() const;
 
 private:
        /// Dispatch the changed parameters to the kernel.
@@ -47,3 +55,4 @@ private:
 };
 
 #endif // CONTROLGRAPHICS_H
+