]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetert.h
index f1537267c913c763f4d0f043ad45f797c60c1874..8f8c02d2824cfa3075b2e6d65138cf36ab7b182d 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 #include <sigc++/signal_system.h>
 
 /** A collapsable text inset for LaTeX insertions.
-  
+
   To write full ert (including styles and other insets) in a given
   space.
 
   Note that collapsed_ encompasses both the inline and collapsed button
-  versions of this inset. 
+  versions of this inset.
 */
 
 class Language;
@@ -41,13 +41,14 @@ public:
                Inlined
        };
        ///
-       InsetERT(bool collapsed=false);
+       InsetERT(BufferParams const &, bool collapsed = false);
        ///
        InsetERT(InsetERT const &, bool same_id = false);
        ///
        Inset * clone(Buffer const &, bool same_id = false) const;
        ///
-       InsetERT(Language const *, string const & contents, bool collapsed);
+       InsetERT(BufferParams const &,
+                Language const *, string const & contents, bool collapsed);
        ///
        ~InsetERT();
        ///
@@ -64,7 +65,7 @@ public:
        bool insetAllowed(Inset::Code) const { return false; }
        ///
        void setFont(BufferView *, LyXFont const &,
-                            bool toggleall = false, bool selectall = false);
+                            bool toggleall = false, bool selectall = false);
        ///
        void edit(BufferView *, int, int, unsigned int);
        ///
@@ -84,7 +85,7 @@ public:
                  bool free_spc) const;
        ///
        int ascii(Buffer const *,
-                         std::ostream &, int linelen = 0) const;
+                         std::ostream &, int linelen = 0) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
@@ -93,7 +94,7 @@ public:
        void validate(LaTeXFeatures &) const {}
        ///
        UpdatableInset::RESULT localDispatch(BufferView *, kb_action,
-                                            string const &);
+                                            string const &);
        ///
        bool checkInsertChar(LyXFont &);
        ///
@@ -131,6 +132,8 @@ public:
        bool forceDefaultParagraphs(Inset const *) const {
                return true;
        }
+       ///
+       int getMaxWidth(BufferView *, UpdatableInset const *) const;
 
 private:
        ///