X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlGraphics.h;h=0c9dc1696f244ea7b54af5c88bd127879153d074;hb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;hp=ba40f44bb1c5eba2f1a648d914a9ca2e66e60ad1;hpb=0c2a3e5960f032dcd8be726e3e63628207a06dd3;p=lyx.git diff --git a/src/frontends/controllers/ControlGraphics.h b/src/frontends/controllers/ControlGraphics.h index ba40f44bb1..0c9dc1696f 100644 --- a/src/frontends/controllers/ControlGraphics.h +++ b/src/frontends/controllers/ControlGraphics.h @@ -10,7 +10,8 @@ * * \file ControlGraphics.h * \author Angus Leeming - */ + * \author Herbert Voss +*/ #ifndef CONTROLGRAPHICS_H #define CONTROLGRAPHICS_H @@ -35,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. @@ -48,3 +55,4 @@ private: }; #endif // CONTROLGRAPHICS_H +