]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / lyx_main.h
index f3b0f3c3b900a5554f4434e2685baf2a3d0e88ad..6c3cff1867cadb6bed001f6dd59c0363c36c86e4 100644 (file)
 #define LYX_MAIN_H
 
 #include "LString.h"
+#include "errorlist.h"
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
 
 #include <csignal>
 
+
 class LyXRC;
 class LastFiles;
 class Buffer;
@@ -50,8 +52,8 @@ private:
        void deadKeyBindings(kb_keymap * kbmap);
        /// check, set up and configure the user dir if necessary
        void queryUserLyXDir(bool explicit_userdir);
-       /// return true if the given prefs file was successfully read
-       bool readRcFile(string const & name);
+       /// read lyxrc/preferences
+       void readRcFile(string const & name);
        /// read the given ui (menu/toolbar) file
        void readUIFile(string const & name);
        /// read the given languages file
@@ -60,6 +62,8 @@ private:
        void readEncodingsFile(string const & name);
        /// parsing of non-gui LyX options. Returns true if gui
        bool easyParse(int & argc, char * argv[]);
+       /// shows up a parsing error on screen
+       void printError(ErrorItem const &);
 
        /// has this user started lyx for the first time?
        bool first_start;