]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Typo.
[lyx.git] / src / Buffer.h
index f740a37b9236c28a0db82e64bd76c5636928e78f..fc02c6a05d3c7985f87b94a4e44a20c6d8efcc6c 100644 (file)
@@ -294,6 +294,7 @@ public:
        enum OutputWhat {
                FullSource,
                OnlyBody,
+               IncludedFile,
                OnlyPreamble,
                CurrentParagraph
        };
@@ -378,6 +379,8 @@ public:
        /// automatically saved, nor it needs to trigger any "do you want to save ?" question.
        bool isInternal() const;
 
+       void setInternal(bool flag);
+
        /// Mark this buffer as dirty.
        void markDirty();
 
@@ -688,6 +691,8 @@ public:
                WordLangTuple & word_lang, docstring_list & suggestions) const;
        ///
        void checkChildBuffers();
+       ///
+       void checkMasterBuffer();
 
        /// compute statistics between \p from and \p to
        /// \p from initial position