]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
move InsetCollapsable::docbook to InsetText; move InsetCollapsable::undefined to...
[lyx.git] / src / insets / Inset.h
index f932c0aee36027d5cb79c0c9b01e7ca24ce04aca..11de094dedf61b98dd6c2bf7e40ed1809e73a93d 100644 (file)
@@ -299,8 +299,6 @@ public:
        /// the string that is passed to the TOC
        virtual void tocString(odocstream &) const {}
 
-       /// what appears in the minibuffer when opening
-       virtual docstring editMessage() const;
        /// can the contents of the inset be edited on screen ?
        // true for InsetCollapsables (not ButtonOnly) (not InsetInfo), InsetText
        virtual bool editable() const;
@@ -385,6 +383,8 @@ public:
        virtual docstring name() const;
        ///
        virtual InsetLayout const & getLayout() const;
+       /// Is this inset's layout defined in the document's textclass?
+       bool undefined() const;
        /// used to toggle insets
        /// is the inset open?
        /// should this inset be handled like a normal charater