]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
add config.h
[lyx.git] / src / lyxrc.h
index 8282c21a4e50242fda9a9e5943aee1c5a4d84229..ceed6f936974b808058ae620b2b1e7e746feb3d5 100644 (file)
@@ -27,6 +27,8 @@
 
 namespace lyx {
 
+namespace support { class FileName; }
+
 class LyXLex;
 
 /// This contains the runtime configuration of LyX
@@ -38,8 +40,8 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
-               RC_ASCIIROFF_COMMAND,
-               RC_ASCII_LINELEN,
+               RC_PLAINTEXT_ROFF_COMMAND,
+               RC_PLAINTEXT_LINELEN,
                RC_AUTOREGIONDELETE,
                RC_AUTORESET_OPTIONS,
                RC_AUTOSAVE,
@@ -152,7 +154,7 @@ public:
        ///
        void setDefaults();
        ///
-       int read(std::string const & filename);
+       int read(support::FileName const & filename);
        ///
        int read(std::istream &);
 private:
@@ -160,7 +162,7 @@ private:
        int read(LyXLex &);
 public:
        ///
-       void write(std::string const & filename,
+       void write(support::FileName const & filename,
                   bool ignore_system_lyxrc) const;
        ///
        void write(std::ostream & os,
@@ -307,9 +309,9 @@ public:
        ///
        unsigned int autosave;
        ///
-       std::string ascii_roff_command;
+       std::string plaintext_roff_command;
        ///
-       unsigned int ascii_linelen;
+       unsigned int plaintext_linelen;
        /// use library instead of process
        bool use_spell_lib;
        /// Ispell command