]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.h
Part of IU.
[features.git] / src / insets / insetcollapsable.h
index 232e7d00d7254798f37f33004b93474bdea624af..c237e73ced912a408a3a0ebe7f934f7b67637df8 100644 (file)
@@ -121,7 +121,7 @@ protected:
        ///
        virtual
        DispatchResult
-       priv_dispatch(BufferView & bv, FuncRequest const & cmd);
+       priv_dispatch(LCursor & cur, FuncRequest const & cmd);
        ///
        void dimension_collapsed(Dimension &) const;
        ///
@@ -133,13 +133,13 @@ protected:
        ///
        Box const & buttonDim() const;
        ///
-       void edit(BufferView *, bool);
+       void edit(LCursor & cur, bool left);
        ///
-       void edit(BufferView *, int, int);
+       void edit(LCursor & cur, int x, int y);
 
 private:
        ///
-       DispatchResult lfunMouseRelease(BufferView & bv, FuncRequest const &);
+       DispatchResult lfunMouseRelease(LCursor & cur, FuncRequest const & cmd);
        ///
        FuncRequest adjustCommand(FuncRequest const &);