]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_deliminset.h
index c896ee7ca3aa464e93552e0adaa091da95617931..16ff2f20d362cc9e74ed43b64751a01b324a2675 100644 (file)
@@ -23,6 +23,12 @@ public:
        MathDelimInset * asDelimInset() { return this; }
        ///
        MathDelimInset const * asDelimInset() const { return this; }
+       /// is it (...)?
+       bool isParanthesis() const;
+       /// is it [...]?
+       bool isBrackets() const;
+       /// is it |...|?
+       bool isAbs() const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///