]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcollapsable.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetcollapsable.h
index 73f892c962aa52816385837a84b1c60a5f8b33bb..b50e61dadb05c94ea3aa2e9b9783909dd81731b4 100644 (file)
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
+/**
+ * \file insetcollapsable.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           Copyright 2000-2001 The LyX Team.
+ * \author Alejandro Aguilar Sierra
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  *
- *======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
-
 #ifndef INSETCOLLAPSABLE_H
 #define INSETCOLLAPSABLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "inset.h"
 #include "insettext.h"
 #include "lyxfont.h"
+#include "funcrequest.h" // for adjustCommand
 #include "LColor.h"
+#include "box.h"
+
+#include <boost/weak_ptr.hpp>
 
 class Painter;
 class LyXText;
 class Paragraph;
 class LyXCursor;
 
-/** A colapsable text inset
-  
+/** A collapsable text inset
+
 */
 class InsetCollapsable : public UpdatableInset {
 public:
-       ///
-       enum UpdateCodes {
-               NONE = 0,
-               FULL
-       };
        ///
        static int const TEXT_TO_TOP_OFFSET = 2;
        ///
        static int const TEXT_TO_BOTTOM_OFFSET = 2;
+       /// inset is initially collapsed if bool = true
+       InsetCollapsable(BufferParams const &, bool collapsed = false);
        ///
-       InsetCollapsable();
-       ///
-       void read(Buffer const *, LyXLex &);
+       InsetCollapsable(InsetCollapsable const & in);
        ///
-       void write(Buffer const *, std::ostream &) const;
+       void read(Buffer const &, LyXLex &);
        ///
-       int ascent(BufferView *, LyXFont const &) const;
+       void write(Buffer const &, std::ostream &) const;
        ///
-       int descent(BufferView *, LyXFont const &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
-       int width(BufferView *, LyXFont const & f) const;
+       void draw(PainterInfo & pi, int x, int y) const;
+       /// draw, either inlined (no button) or collapsed/open
+       void draw(PainterInfo & pi, int x, int y, bool inlined) const;
        ///
-       void draw(BufferView *, const LyXFont &, int , float &, bool) const;
-       ///
-       void update(BufferView *, LyXFont const &, bool =false); 
-       ///
-       void edit(BufferView *, int, int, unsigned int);
+       bool hitButton(FuncRequest const &) const;
        ///
        EDITABLE editable() const;
        ///
-       bool insertInset(BufferView *, Inset * inset);
+       bool insertInset(BufferView *, InsetOld * inset);
        ///
-       bool insertInsetAllowed(Inset * in) const {
-               return inset.insertInsetAllowed(in);
-       }
-       bool insertInsetAllowed(Inset::Code code) const {
-               return inset.insertInsetAllowed(code);
+       virtual bool insetAllowed(InsetOld::Code code) const {
+               return inset.insetAllowed(code);
        }
        ///
        bool isTextInset() const { return true; }
        ///
-       bool doClearArea() const;
-       ///
        void insetUnlock(BufferView *);
        ///
-       bool needFullRow() const { return !collapsed_; }
-       ///
        bool lockInsetInInset(BufferView *, UpdatableInset *);
        ///
        bool unlockInsetInInset(BufferView *, UpdatableInset *,
                                bool lr = false);
        ///
-       bool updateInsetInInset(BufferView *, Inset *);
-       ///
-       unsigned int insetInInsetY();
+       int insetInInsetY() const;
        ///
-       void insetButtonRelease(BufferView *, int, int, int);
+       RESULT localDispatch(FuncRequest const &);
        ///
-       void insetButtonPress(BufferView *, int, int, int);
+       int latex(Buffer const &, std::ostream &,
+                 LatexRunParams const &) const;
        ///
-       void insetMotionNotify(BufferView *, int, int, int);
+       int ascii(Buffer const &, std::ostream &, int) const;
        ///
-       void insetKeyPress(XKeyEvent *);
+       int linuxdoc(Buffer const &, std::ostream &) const;
        ///
-       UpdatableInset::RESULT localDispatch(BufferView *, kb_action,
-                                            string const &);
-       ///
-       int latex(Buffer const *, std::ostream &,
-                 bool fragile, bool free_spc) const;
-       ///
-       int ascii(Buffer const *, std::ostream &, int) const { return 0; }
-       ///
-       int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
-       ///
-       int docBook(Buffer const *, std::ostream &) const { return 0; }
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
        ///
        void validate(LaTeXFeatures & features) const;
-       ///
+       /// FIXME, document
        void getCursorPos(BufferView *, int & x, int & y) const;
+       /// Get the absolute document x,y of the cursor
+       virtual void getCursor(BufferView &, int &, int &) const;
        ///
-       void toggleInsetCursor(BufferView *);
-       ///
+       void fitInsetCursor(BufferView * bv) const {
+               inset.fitInsetCursor(bv);
+       }
        UpdatableInset * getLockingInset() const;
        ///
-       UpdatableInset * getFirstLockingInsetOfType(Inset::Code);
+       UpdatableInset * getFirstLockingInsetOfType(InsetOld::Code);
        ///
        void setFont(BufferView *, LyXFont const &, bool toggleall = false,
-                 bool selectall = false);
+                bool selectall = false);
        ///
-       void setLabel(string const & l) { label = l; }
+       void setLabel(string const & l) const;
        ///
        void setLabelFont(LyXFont & f) { labelfont = f; }
+#if 0
        ///
        void setAutoCollapse(bool f) { autocollapse = f; }
-       ///
-       int getMaxWidth(BufferView *, UpdatableInset const *) const;
+#endif
        ///
        LyXText * getLyXText(BufferView const *, bool const recursive) const;
        ///
        void deleteLyXText(BufferView *, bool recursive=true) const;
        ///
-       void resizeLyXText(BufferView *, bool force = false) const;
-       ///
-       std::vector<string> const getLabelList() const;
-       ///
-       bool nodraw() const;
+       void getLabelList(std::vector<string> &) const;
        ///
        int scroll(bool recursive=true) const;
        ///
@@ -149,69 +124,89 @@ public:
                UpdatableInset::scroll(bv, offset);
        }
        ///
-       Paragraph * getParFromID(int id) const;
-       ///
-       Inset * getInsetFromID(int id) const;
+       InsetOld * getInsetFromID(int id) const;
        ///
-       Paragraph * firstParagraph() const;
+       ParagraphList * getParagraphs(int) const;
        ///
        LyXCursor const & cursor(BufferView *) const;
        ///
-       bool isCollapsable() const { return true; }
-       bool collapsed() const { return collapsed_; }
-       void collapsed(BufferView *, bool);
+       bool isOpen() const { return !collapsed_; }
+       ///
+       void open(BufferView *);
+       ///
+       void close(BufferView *) const;
+       ///
+       bool allowSpellcheck() const { return inset.allowSpellcheck(); }
+       ///
+       WordLangTuple const
+       selectNextWordToSpellcheck(BufferView *, float &) const;
        ///
-       string selectNextWord(BufferView * bv, float & value) const {
-               return inset.selectNextWord(bv, value);
-       }
        void selectSelectedWord(BufferView * bv) {
                inset.selectSelectedWord(bv);
        }
-       void toggleSelection(BufferView * bv, bool kill_selection) {
-               inset.toggleSelection(bv, kill_selection);
-       }
+
+       void markErased();
+
+       bool nextChange(BufferView * bv, lyx::pos_type & length);
+
+       ///
+       bool searchForward(BufferView * bv, string const & str,
+                          bool = true, bool = false);
+       bool searchBackward(BufferView * bv, string const & str,
+                           bool = true, bool = false);
+
+       ///
+       void addPreview(lyx::graphics::PreviewLoader &) const;
 
 protected:
        ///
-       int ascent_collapsed(Painter &, LyXFont const &) const;
+       virtual void cache(BufferView *) const;
        ///
-       int descent_collapsed(Painter &, LyXFont const &) const;
+       virtual BufferView * view() const;
+
        ///
-       int width_collapsed(Painter &, LyXFont const & f) const;
+       void dimension_collapsed(Dimension &) const;
        ///
-       void draw_collapsed(Painter & pain, const LyXFont &, int , float &) const;
+       int height_collapsed() const;
+       ///
+       void draw_collapsed(PainterInfo & pi, int x, int y) const;
        ///
        int getMaxTextWidth(Painter & pain, UpdatableInset const *) const;
-       
+
        ///
-       bool collapsed_;
+       mutable bool collapsed_;
        ///
        LColor::color framecolor;
        ///
        LyXFont labelfont;
 public:
        ///
-       InsetText inset;
+       mutable InsetText inset;
 protected:
        ///
-       mutable int button_length;
-       ///
-       mutable int button_top_y;
+       mutable Box button_dim;
        ///
-       mutable int button_bottom_y;
+       mutable int topx;
+       mutable int topbaseline;
+
 private:
        ///
-       string label;
+       void lfunMouseRelease(FuncRequest const &);
+       ///
+       FuncRequest adjustCommand(FuncRequest const &);
+
+       ///
+       mutable string label;
+#if 0
        ///
        bool autocollapse;
+#endif
        ///
-       int widthCollapsed;
+       bool in_update;
        ///
-       mutable int oldWidth;
+       mutable bool first_after_edit;
        ///
-       mutable int topx;
-       mutable int topbaseline;
-       mutable UpdateCodes need_update;
+       mutable boost::weak_ptr<BufferView> view_;
 };
 
 #endif