]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBranch.h
index 206bd64b66c1b19f90fbd179a586f5ad6b3c8612..c62fbdd52bbaa3b717ae869a83f9dd5521bae214 100644 (file)
@@ -80,8 +80,12 @@ public:
        bool isBranchSelected(Buffer const & buffer) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
-       // 
+       ///
        virtual void updateLabels(Buffer const &, ParIterator const &);
+       ///
+       bool isMacroScope(Buffer const & buf) const;
+       ///
+       docstring toolTip(BufferView const & bv, int x, int y) const;
 protected:
        ///
        InsetBranch(InsetBranch const &);
@@ -94,8 +98,6 @@ private:
 
        virtual Inset * clone() const;
 
-       /// used by the constructors
-       void init();
        ///
        InsetBranchParams params_;
 };