]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / BufferParams.h
index 62a481961d90d2dc560371aa8923055fcf66da30..bf3968ecb08aa8df15fa261ce99c045d2510fd0e 100644 (file)
@@ -39,6 +39,7 @@ class Spacing;
 class TexRow;
 class VSpace;
 class Language;
+class PDFOptions;
 
 /** Buffer parameters.
  *  This class contains all the parameters for this buffer's use. Some
@@ -289,6 +290,10 @@ public:
        ///
        void setCiteEngine(biblio::CiteEngine const);
 
+       /// options for pdf output
+       PDFOptions & pdfoptions();
+       PDFOptions const & pdfoptions() const;
+
 private:
        ///
        void readPreamble(Lexer &);