]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
Immediate rendering of buffer change for one or multiple LyXView.
[features.git] / src / buffer.h
index b29d61e083d862e0812b2db69754c353c29e9c32..90a36be7ef097f2d1620cba82f420cee5777497b 100644 (file)
@@ -118,6 +118,8 @@ public:
        /// do we have a paragraph with this id?
        bool hasParWithID(int id) const;
 
+       /// This signal is emitted when the buffer is changed.
+       boost::signal<void()> changed;
        /// This signal is emitted when some parsing error shows up.
        boost::signal<void(std::string)> errors;
        /// This signal is emitted when some message shows up.