]> 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 a81aeedfbf6825db9a5e75ac519ccbc7ad24c8be..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
@@ -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
+