]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Prepare for mutlicolumn lines
[lyx.git] / src / mathed / MacroTable.h
index 97029a3df00f52a004026668597d952cb63f5ce4..030e6f74caf43e90620d81e06bf8817a7388bfd4 100644 (file)
@@ -62,11 +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_; }
@@ -162,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();