]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / insetert.h
index fbd1f4896a93f85ebc68608fdd4040e56e3dfb32..eee9f18599d47870458601403a5e18bb3571f6ec 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 #include <sigc++/signal_system.h>
 
 /** A collapsable text inset for LaTeX insertions.
-  
+
   To write full ert (including styles and other insets) in a given
   space.
 
   Note that collapsed_ encompasses both the inline and collapsed button
-  versions of this inset. 
+  versions of this inset.
 */
 
 class Language;
@@ -65,9 +65,9 @@ public:
        bool insetAllowed(Inset::Code) const { return false; }
        ///
        void setFont(BufferView *, LyXFont const &,
-                            bool toggleall = false, bool selectall = false);
+                            bool toggleall = false, bool selectall = false);
        ///
-       void edit(BufferView *, int, int, unsigned int);
+       void edit(BufferView *, int, int, mouse_button::state);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -75,17 +75,17 @@ public:
        ///
        SigC::Signal0<void> hideDialog;
        ///
-       void insetButtonPress(BufferView *, int x, int y, int button);
+       void insetButtonPress(BufferView *, int x, int y, mouse_button::state button);
        ///
-       bool insetButtonRelease(BufferView * bv, int x, int y, int button);
+       bool insetButtonRelease(BufferView * bv, int x, int y, mouse_button::state button);
        ///
-       void insetMotionNotify(BufferView *, int x, int y, int state);
+       void insetMotionNotify(BufferView *, int x, int y, mouse_button::state state);
        ///
        int latex(Buffer const *, std::ostream &, bool fragile,
                  bool free_spc) const;
        ///
        int ascii(Buffer const *,
-                         std::ostream &, int linelen = 0) const;
+                         std::ostream &, int linelen = 0) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
@@ -94,7 +94,7 @@ public:
        void validate(LaTeXFeatures &) const {}
        ///
        UpdatableInset::RESULT localDispatch(BufferView *, kb_action,
-                                            string const &);
+                                            string const &);
        ///
        bool checkInsertChar(LyXFont &);
        ///