]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / BufferView.h
index 327536a916cd7bdee06dd22f0479ce74cfbc3710..bfd523aa5705c353b301aede43566fba8adba3de 100644 (file)
@@ -401,6 +401,14 @@ public:
        /// Are we currently performing a selection with the mouse?
        bool mouseSelecting() const;
 
+       /// Reference value for statistics (essentially subtract this from the actual value to see relative counts)
+       /// (words/chars/chars no blanks)
+       int stats_ref_value_w() const;
+       int stats_ref_value_c() const;
+       int stats_ref_value_nb() const;
+       //signals need for update in gui
+       bool stats_update_trigger();
+
 private:
        /// noncopyable
        BufferView(BufferView const &);