X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlGraphics.h;h=0c9dc1696f244ea7b54af5c88bd127879153d074;hb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;hp=a81aeedfbf6825db9a5e75ac519ccbc7ad24c8be;hpb=697a0d48b59e489f0b5e10146f806878aaead6c3;p=lyx.git diff --git a/src/frontends/controllers/ControlGraphics.h b/src/frontends/controllers/ControlGraphics.h index a81aeedfbf..0c9dc1696f 100644 --- a/src/frontends/controllers/ControlGraphics.h +++ b/src/frontends/controllers/ControlGraphics.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /* This file is part of * ====================================================== * @@ -9,7 +10,8 @@ * * \file ControlGraphics.h * \author Angus Leeming - */ + * \author Herbert Voss +*/ #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 +