]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / formulamacro.h
index 533f109a7cb700371fad3e7ae4c5387ffaf1a130..f55fdbffba71250194a14f4c8aba25846801d409 100644 (file)
@@ -57,6 +57,10 @@ public:
        std::auto_ptr<InsetBase> clone() const;
        ///
        InsetBase::Code lyxCode() const { return MATHMACRO_CODE; }
+       ///
+       std::string const & getInsetName() const { return name_; }
+       ///
+       EDITABLE editable() const { return HIGHLY_EDITABLE; }
 private:
        ///
        MathAtom & tmpl() const;