]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
oh well
[lyx.git] / src / mathed / math_symbolinset.h
index 0de6781ed307709d5d4c8a8af5e1312ae32b2aae..018fc63b8540229880905febbcca3d544cb48ef4 100644 (file)
@@ -35,6 +35,10 @@ public:
        string name() const;
        ///
        bool match(MathInset *) const;
+       /// request "external features"
+       void validate(LaTeXFeatures & features) const;
+       /// identifies complicated things that need braces if used as arg
+       bool needsBraces() const { return false; }
 
        ///
        void normalize(NormalStream &) const;
@@ -46,6 +50,8 @@ public:
        void octavize(OctaveStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       void infoize(std::ostream & os) const;
 
 private:
        ///