]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
the DocIterator stuff
[lyx.git] / src / mathed / math_nestinset.h
index 58532f31ba0b12500bf6a5bea7e64fe0d66e37a2..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
@@ -101,21 +96,26 @@ public:
 
 protected:
        ///
-       DispatchResult priv_dispatch(LCursor & cur, FuncRequest const & cmd);
+       void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
        ///
        void handleFont(LCursor & cur,
                std::string const & arg, std::string const & font);
        ///
        void handleFont2(LCursor & cur, std::string const & arg);
 
+       ///
+       bool interpret(LCursor & cur, char c);
+       ///
+       bool script(LCursor & cur, bool);
+
 
 private:
        /// lfun handler
-       DispatchResult lfunMousePress(LCursor &, FuncRequest const &);
+       void lfunMousePress(LCursor &, FuncRequest const &);
        ///
-       DispatchResult lfunMouseRelease(LCursor &, FuncRequest const &);
+       void lfunMouseRelease(LCursor &, FuncRequest const &);
        ///
-       DispatchResult lfunMouseMotion(LCursor &, FuncRequest const &);
+       void lfunMouseMotion(LCursor &, FuncRequest const &);
 
 protected:
        /// we store the cells in a vector