X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferList.h;h=ca55abe8c9fdd63ce9be84fb947f53a3641fa394;hb=0a8ec32a3bbcefc5ce7d7772fec82b85ba58f2d1;hp=690bf6a4e4a8a905970c85ff2bd8bdf3ca347bad;hpb=e8ffb0c97aa7c5a27dd3fcfc79a4ce13d8701762;p=lyx.git diff --git a/src/BufferList.h b/src/BufferList.h index 690bf6a4e4..ca55abe8c9 100644 --- a/src/BufferList.h +++ b/src/BufferList.h @@ -26,7 +26,7 @@ class OutputParams; namespace support { class FileName; class FileNameList; -} +} // namespace support /** * The class holds all all open buffers, and handles construction @@ -84,6 +84,9 @@ public: /// returns true if the buffer is loaded bool isLoaded(Buffer const * b) const; + /// returns true if the buffer is known as internal buffer + bool isInternal(Buffer const * b) const; + /// \return index of named buffer in buffer list int bufferNum(support::FileName const & name) const; @@ -124,6 +127,8 @@ public: void emergencyWriteAll(); /// FIXME void updateIncludedTeXfiles(std::string const &, OutputParams const &); + /// + void invalidateConverterCache() const; //@} private: