]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormGraphics.h
index 11ebe2646790b79620c1f43fc92e9e01a3ca1373..97364f34720de1e8ef0637b6edbfb914b9c32202 100644 (file)
 #ifndef FORMGRAPHICS_H
 #define FORMGRAPHICS_H
 
-
 #include "FormDialogView.h"
-
 #include <boost/scoped_ptr.hpp>
-
 #include <vector>
 
+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<FD_graphics_file> file_;
        ///
@@ -60,4 +64,7 @@ private:
        std::vector<std::string> origins_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif  // FORMGRAPHICS_H