]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Cmake export tests: Added sublabel handling also to revertedTests
[lyx.git] / src / mathed / MacroTable.h
index 1c9decc3e7bef8adb43a91db5fafcbb4173acd84..030e6f74caf43e90620d81e06bf8817a7388bfd4 100644 (file)
@@ -62,7 +62,15 @@ public:
        ///
        std::string const requires() const;
        ///
+       bool hidden() const;
+       ///
+       docstring const xmlname() const;
+       ///
+       char const * MathMLtype() const;
+       ///
        void setSymbol(latexkeys const * sym) { sym_ = sym; }
+       ///
+       DocIterator const & pos() { return pos_; }
 
        /// lock while being drawn to avoid recursions
        int lock() const { return ++lockCount_; }
@@ -158,7 +166,7 @@ public:
        ///
        void dump();
        ///
-       void getMacroNames(std::set<docstring> & names) const;
+       void getMacroNames(std::set<docstring> & names, bool gethidden) const;
 
        /// the global list
        static MacroTable & globalMacros();