]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
the DocIterator stuff
[lyx.git] / src / mathed / math_nestinset.h
index 2519733af0a0a65b57ac7a06c2d34f81ec14a614..b07aa565d7d11b4d45d8088bb8bbac59cd86a9b5 100644 (file)
@@ -60,11 +60,6 @@ public:
        /// target pos when we enter the inset from the right by pressing "Left"
        bool idxLast(LCursor &) const;
 
-       /// where should we go if we press home?
-       bool idxHome(LCursor &) const;
-       /// where should we go if we press end?
-       bool idxEnd(LCursor &) const;
-
        /// number of cells currently governed by us
        idx_type nargs() const;
        /// access to the lock
@@ -108,6 +103,11 @@ protected:
        ///
        void handleFont2(LCursor & cur, std::string const & arg);
 
+       ///
+       bool interpret(LCursor & cur, char c);
+       ///
+       bool script(LCursor & cur, bool);
+
 
 private:
        /// lfun handler