]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
infrastructure for requiring "amssymb".
[lyx.git] / src / mathed / math_stringinset.h
index 1a63f7c7721ffac77be71d32187c4ec2c79115b3..0bf5af1093693243630e3e9c9bc480482d42f412 100644 (file)
@@ -14,6 +14,8 @@
 
 class MathStringInset : public MathInset {
 public:
+       ///
+       MathStringInset();
        ///
        MathStringInset(string const & s, MathTextCodes t = LM_TC_TEXTRM);
        ///
@@ -32,6 +34,8 @@ public:
        string str() const { return str_; }
        ///
        MathStringInset * asStringInset() { return this; }
+       /// request "external features"
+       void validate(LaTeXFeatures & features) const;
 
        ///
        void normalize(NormalStream &) const;
@@ -44,7 +48,7 @@ public:
        ///
        void write(WriteStream & os) const;
 
-private:
+public:
        /// the string
        string str_;
        /// the font to be used on screen