]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetfootlike.h
index ab2eeb0f976f6e2487f0820bfcf2259d0204f0fe..3e9f64237588c786a7aab4b0053564dd664eeb64 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 
 #include "insetcollapsable.h"
 
+// To have this class is probably a bit overkill... (Lgb)
+
 /** The footnote inset
-  
+
 */
 class InsetFootlike : public InsetCollapsable {
 public:
        ///
-       InsetFootlike();
+       InsetFootlike(BufferParams const &);
        ///
-       void Write(Buffer const * buf, std::ostream & os) const;
+       InsetFootlike(InsetFootlike const &, bool same_id = false);
        ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
+       void write(Buffer const * buf, std::ostream & os) const;
+       ///
+       bool insetAllowed(Inset::Code) const;
 };
 
 #endif
-
-
-
-
-