]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
added a parseError signal to Buffer and use it
[lyx.git] / src / BufferView_pimpl.h
index 5f4baf4f635fbb657009473fd8cfdee7fd95b3e4..040288298a22e86658a685e5874ad87d84fe8a86 100644 (file)
@@ -54,6 +54,9 @@ struct BufferView::Pimpl : public boost::signals::trackable {
         * Repaint pixmap. Used for when we've made a visible
         * change but don't need the full update() logic
         */
+       ///
+       bool loadLyXFile(string const &, bool);
+       ///
        void repaint();
        ///
        void workAreaResize();
@@ -106,6 +109,8 @@ struct BufferView::Pimpl : public boost::signals::trackable {
 private:
        /// An error list (replaces the error insets)
        ErrorList errorlist_;
+       /// add an error to the list
+       void addError(ErrorItem const &);
 
        /// track changes for the document
        void trackChanges();