]> 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 85ee23a7435a2104b03d75725d0b94cece13b0df..97364f34720de1e8ef0637b6edbfb914b9c32202 100644 (file)
@@ -20,6 +20,7 @@
 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_;
        ///