X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormGraphics.h;h=97364f34720de1e8ef0637b6edbfb914b9c32202;hb=d5443737342903de489d527802cd2cdd38987d74;hp=11ebe2646790b79620c1f43fc92e9e01a3ca1373;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/frontends/xforms/FormGraphics.h b/src/frontends/xforms/FormGraphics.h index 11ebe26467..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; @@ -49,6 +50,9 @@ private: /// 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_; /// @@ -60,4 +64,7 @@ private: std::vector origins_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMGRAPHICS_H