]> 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 bde0436c43af5156f610ff24f393b2e3845f44de..19b03e8dbefff46f674f66453670a66460a497c9 100644 (file)
@@ -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