]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
fix #832
[lyx.git] / src / insets / insetlabel.h
index 5e78c15a76c94cae6e68c81b8d8eef72c6c2bd38..db4272070e3a3597143a1379529766dffc497b3a 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_LABEL_H
 #define INSET_LABEL_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -23,20 +20,20 @@ public:
        ///
        InsetLabel(InsetCommandParams const &, bool same_id = false);
        ///
+       ~InsetLabel();
+       ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetLabel(params(), same_id);
        }
        ///
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
+       ///
        string const getScreenLabel(Buffer const *) const { return getContents(); }
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::LABEL_CODE; }
        ///
-       void edit(BufferView *, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        std::vector<string> const getLabelList() const;
        ///
        int latex(Buffer const *, std::ostream &,