]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
static_cast-based key/mouse-state. Kill insetKeyPress.
[lyx.git] / src / insets / insetfloatlist.h
index 57179951281ea144593f552c89c15824be315061..19b03e8dbefff46f674f66453670a66460a497c9 100644 (file)
@@ -3,10 +3,10 @@
  * ======================================================
  *
  *           LyX, The Document Word Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1996-2001 The LyX Team.
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_FLOATLIST_H
@@ -33,7 +33,7 @@ public:
        ///
        string const getScreenLabel(Buffer const *) const;
        ///
-       void edit(BufferView * bv, int, int, unsigned int);
+       void edit(BufferView * bv, int, int, mouse_button::state);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -54,6 +54,8 @@ public:
        int docbook(Buffer const *, std::ostream &) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif