X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormGraphics.h;h=97364f34720de1e8ef0637b6edbfb914b9c32202;hb=d5443737342903de489d527802cd2cdd38987d74;hp=6511f87c259bc8991b500bbedd4f06ca671f9338;hpb=0f9678630c661df5e3376c16cab3a5b2824871e9;p=lyx.git diff --git a/src/frontends/xforms/FormGraphics.h b/src/frontends/xforms/FormGraphics.h index 6511f87c25..97364f3472 100644 --- a/src/frontends/xforms/FormGraphics.h +++ b/src/frontends/xforms/FormGraphics.h @@ -13,13 +13,14 @@ #ifndef FORMGRAPHICS_H #define FORMGRAPHICS_H - #include "FormDialogView.h" - #include - #include +namespace lyx { +namespace frontend { + +class CheckedPath; class ControlGraphics; struct FD_graphics; struct FD_graphics_file; @@ -45,10 +46,13 @@ private: /// Update dialog before/whilst showing it. virtual void update(); /// Update the BoundingBox info. - void updateBB(string const & filename, string const & bb_inset); + void updateBB(std::string const & filename, std::string const & bb_inset); /// Filter the inputs on callback from xforms virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); + // Accessor to checker owned by the button controller. + CheckedPath * file_checker_; + /// Real GUI implementation. boost::scoped_ptr file_; /// @@ -57,7 +61,10 @@ private: boost::scoped_ptr extra_; /// Store the LaTeX names for the rotation origins. - std::vector origins_; + std::vector origins_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMGRAPHICS_H