]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetbibitem.h
index 25d60f2523265998f296a6ed1a395a4365eb5d25..b05d22fe4ac1aefbc4038683c28dbd0094b34f5e 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "insetcommand.h"
 
-class Buffer;
-
 /** Used to insert bibitem's information (key and label)
 
   Must be automatically inserted as the first object in a
@@ -27,11 +25,7 @@ public:
        ///
        InsetBibitem(InsetCommandParams const &);
        ///
-       ~InsetBibitem();
-       ///
        std::auto_ptr<InsetBase> clone() const;
-       ///
-       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /** Currently \bibitem is used as a LyX2.x command,
            so we need this method.
        */
@@ -52,7 +46,12 @@ public:
        int getCounter() const { return counter; }
        ///
        std::string const getBibLabel() const;
-
+       ///
+       int plaintext(Buffer const &, std::ostream &,
+                     OutputParams const &) const;
+protected:
+       ///
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 private:
        ///
        int counter;