]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_decorationinset.h
index f6ede8de733cedbd930592aaf7807df8686d9d09..2878523e2e6342b63febe04f9f98cf69c920d580 100644 (file)
@@ -35,6 +35,8 @@ public:
        void infoize(std::ostream & os) const;
        ///
        bool isScriptable() const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
@@ -44,6 +46,8 @@ private:
        bool protect() const;
        /// is it a wide decoration?
        bool wide() const;
+       /// does this need AMS
+       bool ams() const;
 
        ///
        latexkeys const * key_;