]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.h
Merge branch 'master' into biblatex2
[lyx.git] / src / mathed / InsetMathRef.h
index a93d91059483b1c2488c243d4772ed3bea2a6e22..8011f9452cafed71cc3afe435891d573f5b18541 100644 (file)
@@ -27,12 +27,18 @@ public:
        ///
        explicit InsetMathRef(Buffer * buf, docstring const & data);
        ///
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        //void write(WriteStream & os) const;
        ///
        void infoize(odocstream & os) const;
        ///
+       mode_type currentMode() const { return TEXT_MODE; }
+       ///
+       bool lockedMode() const { return true; }
+       ///
+       bool asciiOnly() const { return true; }
+       ///
        docstring const screenLabel() const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -44,7 +50,7 @@ public:
        /// docbook output
        int docbook(odocstream & os, OutputParams const &) const;
        /// generate something that will be understood by the Dialogs.
-       std::string const createDialogStr(std::string const & name) const;
+       std::string const createDialogStr() const;
 
        struct ref_type_info {
                ///