]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetcite.h
index 2ff0dfa7539217b2333a655a3232adf848073d25..efa21fd17883dfb5f3e2f1af2832cfc058d81b39 100644 (file)
@@ -28,15 +28,21 @@ public:
                return new InsetCitation(params(), same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::CITE_CODE; }
-        ///
+       ///
        void edit(BufferView *, int, int, unsigned int);
        ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
+        ///
+       int latex(Buffer const *, std::ostream &, bool, bool) const;
+       ///
+       void validate(LaTeXFeatures &) const;
 };
 
 #endif // INSET_CITE_H