]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
"Inter-word Space"
[lyx.git] / src / LaTeXFeatures.h
index cfd0b18c0102bd6e3ca1c5d38c42096f40d41b1d..6cf6c8d159f968e9f8245cb13effe3a21391592a 100644 (file)
 #ifndef LATEXFEATURES_H
 #define LATEXFEATURES_H
 
-
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "support/types.h"
 
 #include "LString.h"
@@ -74,16 +69,17 @@ public:
        ///
        void useLanguage(Language const *);
        ///
-       bool hasLanguages();
+       bool hasLanguages() const;
        ///
        string getLanguages() const;
        ///
-       std::set<string> getEncodingSet(string const & doc_encoding);
+       std::set<string> getEncodingSet(string const & doc_encoding) const;
        ///
        void useLayout(string const & lyt);
        ///
        BufferParams const & bufferParams() const;
-       ///
+       /// the return value is dependent upon both LyXRC and LaTeXFeatures.
+       bool useBabel() const;
 
 private:
        string externalPreambles;