]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lyx_cb.h
index 949f695295cc336553847012e6c252b133e6bf55..012a234a37913760fc8c4907e0f75272de83e433 100644 (file)
@@ -21,21 +21,19 @@ class BufferView;
 extern bool quitting;
 
 ///
-bool MenuWrite(Buffer * buffer);
+bool menuWrite(Buffer * buffer);
 /// write the given file, or ask if no name given
-bool WriteAs(Buffer * buffer, std::string const & filename = std::string());
+bool writeAs(Buffer * buffer, std::string const & filename = std::string());
 ///
-void QuitLyX();
+void quitLyX(bool noask);
 ///
-void AutoSave(BufferView * bv);
+void autoSave(BufferView * bv);
 ///
-void NewFile(BufferView * bv, std::string const & filename);
+void newFile(BufferView * bv, std::string const & filename);
 ///
-void InsertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
+void insertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
 ///
 std::string getContentsOfAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
 ///
-std::string const getPossibleLabel(BufferView const & bv);
-///
-void Reconfigure(BufferView * bv);
+void reconfigure(BufferView * bv);
 #endif