]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
Allow dissolution of insets inside mathed
[lyx.git] / src / LyXFunc.h
index 57821db54cdb302ed291f5471f574698cbac7f80..6dc89890bd7b0c6c5d9b953d976d4701012c20f8 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "KeySequence.h"
 #include "lfuns.h"
-#include "TextClass_ptr.h"
+#include "TextClass.h"
 
 #include "support/docstring.h"
 
@@ -60,7 +60,7 @@ public:
        docstring const viewStatusMessage();
 
        ///
-       void processKeySym(KeySymbol const & key, key_modifier::state state);
+       void processKeySym(KeySymbol const & key, KeyModifier state);
 
        ///
        FuncStatus getStatus(FuncRequest const & action) const;
@@ -99,7 +99,7 @@ private:
        ///
        KeySequence cancel_meta_seq;
        ///
-       key_modifier::state meta_fake_bit;
+       KeyModifier meta_fake_bit;
 
        /// Error status, only Dispatch can change this flag
        mutable bool errorstat;
@@ -127,7 +127,7 @@ private:
        ///
        bool ensureBufferClean(BufferView * bv);
        ///
-       void updateLayout(TextClass_ptr const & oldlayout, Buffer * buffer);
+       void updateLayout(TextClassPtr const & oldlayout, Buffer * buffer);
 };
 
 /// Implementation is in LyX.cpp