]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Account for old versions of Pygments
[lyx.git] / src / mathed / MacroTable.h
index 1c9decc3e7bef8adb43a91db5fafcbb4173acd84..bc445d43974fef7f7314160a5a8f1f43ad2d4dd3 100644 (file)
@@ -62,7 +62,17 @@ public:
        ///
        std::string const requires() const;
        ///
+       bool hidden() const;
+       ///
+       docstring const xmlname() const;
+       ///
+       char const * MathMLtype() const;
+       ///
+       latexkeys const * symbol() const { return sym_; }
+       ///
        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 +168,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();