]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / insetfloat.h
index 4d875f68c0d6ee37bc2ea8d64b5515dac98d33fa..523352f8c1f9d533d4f667d37b8f29cb13fc02e6 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 class Painter;
 
 /** The float inset
-  
+
 */
 class InsetFloat : public InsetCollapsable {
 public:
        ///
-       InsetFloat(string const &);
+       InsetFloat(BufferParams const &, string const &);
        ///
        InsetFloat(InsetFloat const &, bool same_id = false);
        ///
@@ -45,14 +45,12 @@ public:
        ///
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
        ///
        string const editMessage() const;
        ///
        bool insetAllowed(Inset::Code) const;
        ///
-       void insetButtonRelease(BufferView * bv, int x, int y, int button);
-       ///
        string const & type() const;
        ///
        void placement(string const & p);